From: <gav...@jb...> - 2006-02-08 20:10:33
|
Last night JBoss AS 4.0.4 went out: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942 So I've just released Seam 1.0 beta 2 to sourceforge: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=163777 New features include: * jPDL-based page flow language * Nested conversation model @Begin(nested=true) * PAGE context * Redesigned and enhanced jBPM integration * Workspace management via conversation switcher, conversation list and breadcrumbs * Support for non-JSF invocation (Ajax/SOAP/etc) * @Factory for handling non-faces requests * Support for multiple @DataModels per component * @BeginIf/@EndIf were merged into @Begin/@End * Added @Begin(join=true|false) * @ResumeTask/@CompleteTask were renamed to @BeginTask/@EndTask * Conversations now propagate across redirects * Added @RequestParameter * Added @Rollback * Added @IfInvalid(refreshEntities=true) * Added @Role/@Roles * Added resourceBundle component * Conversation timeout now settable programmatically * Support for login by challenge * No longer need to specify SeamVariableResolver in faces-config.xml * Added Seam Debug Page * New examples * Most examples not run on Tomcat Thanks to everyone who helped make this release possible. Thanks also to all the patient people here who've put up with trying to work against an in-flux set of APIs for the last few months. My intent is that beta 2 will form a good, stable platform for development, and that I won't be breaking a lot of stuff in 1.0. Please try this release out and let me know if there are any hiccups before I do a more general announcement. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922363#3922363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922363 |