[ANN] Equinox 1.3 Released
This release is mainly a bug fix release, but it also adds support for Maven. All of the frameworks used in Equinox, as well as its build/test system is explained in Spring Live. Detailed release notes are below:
- Added missing "validator" property to "userFormController" bean in Spring
MVC version.
- Added "redirect" element to success mapping to user list to prevent
duplicate post problem.
- Moved "ctx" variable declaration from decorators/default.jsp to taglibs.jsp
so it's available to all JSPs.
- Changed any references to UserDAO in UserWebTest.java instances to use
UserManager instead (to prevent problems when transactions aren't used).
- Fixed install scripts in extras so they'd work on Windows from the command
prompt. Added "fixcrlf" target for users that encounter issues.
- Added installer for Maven in "extras/maven". This can be used to replace
the Ant build system.
- Dependent packages upgraded:
- Display Tag 1.0
- Hibernate 2.1.8
- iBATIS 2.0.9b.550
- JPOX 1.1.0-beta-1
- Spring 1.1.4
- Tapestry 3.0.2
Download. For more information about installing the various options, see the README.txt file.
Demos:
Rather than uploading the different combinations that are possible with Equinox, I figured I'd just wait for requests. So if you'd like things like Tapestry+Spring+JDO, or JSF+Spring+JDBC, let me know and I'll upload a pre-built version of 1.3.
Posted by Dave Macpherson on February 28, 2005 at 02:19 AM MST #
Posted by Matt Raible on February 28, 2005 at 04:12 AM MST #
Posted by Mike Porter on February 28, 2005 at 08:24 PM MST #
Equinox is meant to be bare bones, with no security and no code-generation via XDoclet. Because of this, Equinox is much easier to integrate into an IDE. I would choose AppFuse over Equinox is I needed a security and user management. If not, Equinox might work better.
On my current project, I'm using Equinox with Maven and IDEA. We're not doing any database persistence, but interacting with Axis web services and using JCIFS for Windows domain authentication.
Posted by Matt Raible on February 28, 2005 at 08:37 PM MST #
Posted by Brandon Mercer on March 01, 2005 at 03:03 AM MST #
Posted by Matt Raible on March 01, 2005 at 04:37 AM MST #
Posted by David Carter on March 01, 2005 at 07:46 PM MST #
Posted by Matt Raible on March 01, 2005 at 08:09 PM MST #
Posted by nikola on March 02, 2005 at 11:10 PM MST #
Posted by Matt Raible on March 02, 2005 at 11:23 PM MST #
Posted by Nikola on March 02, 2005 at 11:33 PM MST #
Posted by Matt Raible on March 03, 2005 at 05:41 AM MST #
Posted by Nikola on March 04, 2005 at 09:41 AM MST #
Posted by Volodymyr M. Lisivka on March 05, 2005 at 06:53 PM MST #
Posted by Lorence on May 12, 2005 at 06:44 AM MDT #
Posted by Matt Raible on May 12, 2005 at 11:03 PM MDT #
Posted by Allonsoi on May 03, 2007 at 05:56 PM MDT #