Antony-- Thanks! Since we're starting to build the next version of Beehive, let's talk about Spring and Hibernate support for a second.
In Beehive, native Hibernate support likely means a Beehive Control, but on the subject of Spring, what specifically do you mean by clearer integration with Spring? I've been playing with this a bit, and my prototype works by authoring Beehive controls but wiring them up and setting / overriding metadata via Spring config files. For example, with the JdbcControl, I've got a simple example of setting the JNDI name for the Control via Spring. I've not done this with Spring's transaction support yet; was going to look at that next. Is this the sort of thing you're talking about? Or are you talking more about declaratively wiring up native Spring Beans in a Page Flow (for example)? Eddie On 10/2/05, Antony Chien <[EMAIL PROTECTED]> wrote: > Congratulations. Now if only we can have a more clear integration with > Spring framework/Hibernate.... > > 2005/10/3, Eddie O'Neil <[EMAIL PROTECTED] >: > > We are pleased to announce the v1.0 release of Apache Beehive! > > > > This release provides the following major features: > > > > - NetUI (Page Flow + JSP tag library) > > - Controls framework > > - System controls for accessing JDBC, JMS, and EJB resources > > - Many bug fixes > > - Significantly enhanced documentation > > - Additional samples > > > > Binary and source distributions can be downloaded via an Apache mirror > from: > > > > http://beehive.apache.org/releases/release-1.0.cgi > > > > Documentation for v1.0 is here: > > > > http://beehive.apache.org/docs/1.0 > > > > A few notes about this release: > > > > * WSM and the web service control are not included as WSM has not > > passed the JSR 181 TCK yet. Both will be available in a subsequent > > release. > > * v1.0 does not include XMLBeans due to licensing issues with the JSR > > 173 API JAR; however, XMLBeans can still be used with Beehive and is > > available from http://xmlbeans.apache.org > > * Changes in v1.0 from v1.0m1 can be found here: > > > http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=10570&fixfor=12310123 > > * Thanks to everyone who submitted bug reports, patches, testing, and > > feedback. All of these contributed significantly to this release. > > * Please send comments / questions about this release to > > [email protected] and development-related issues to > > [email protected] > > * Bugs found in 1.0 should be filed in JIRA at > > http://issues.apache.org/jira/browse/BEEHIVE > > * This version was built at SVN change 291405. > > > > We welcome your feedback. > > > > On to v.next... > > > > > > -- > Regards, > Antony Chien
