-
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Lenny Primak edited this page May 3, 2015
·
2 revisions
-
Flow Logix Tapestry Library
What is Flow Logix Tapestry Library?
Makes Tapestry work easily with JEE/EJBs, GWT, Shiro Security and JEE Servers like Glassfish.
While writing applications in Tapestry, the common components were itching to be housed in it's own library. This is it.
This library is what you would write while developing Tapestry 5 applications.
a.k.a 'Web Stuff'
- 12/08/14: Version 2.0 of flowlogix-jee, flowlogix-datamodel and Tapestry Library are released
Added TypeConverter and JEE PrimeFaces Lazy DataModel library
- 11/11/14: Version 1.3.3 of flowlogix-jee and Tapestry Library are released
Fixed JSF equivalent of composite components of Empty, Img and Link Tapestry components
- 11/08/14: Version 1.3 of flowlogix-jee and Tapestry Library are released
Issue 64 Fixed - Separated JEE from Tapestry
- 9/07/14: Tapestry 1.2.20 (for Tapestry 5.3.x) has been released.
Tapestry 1.4-SNAPSHOT for (Tapestry 5.4-beta) has been also released
Using dependency:copy-dependencies to auto-copy dependencies instead of manual
- 8/24/14: Tapestry 1.2.19 (for Tapestry 5.3.x) has been released.
Tapestry 1.4-SNAPSHOT for (Tapestry 5.4-beta) has been also released
Added support for invoke dynamic for groovy, switched to gmavenplus (gplus) compiler
Removed auto-copy-dependency for groovy due to maven dependency bug
- 7/31/14: Tapestry 1.2.18 (for Tapestry 5.3.x) has been released.
Tapestry 1.4-SNAPSHOT for (Tapestry 5.4-beta) has been also released
Added java.code.versoin to switch between JDK 7 and 8
- 7/14/14: Tapestry 1.2.17 (for Tapestry 5.3.x) has been released.
Tapestry 1.4-SNAPSHOT for (Tapestry 5.4-beta) has been also released
Fixed Issue 63 and upgraded dependencies to current versions
- 6/09/14: Tapestry 1.2.16 (for Tapestry 5.3.x) has been released.
Tapestry 1.4-SNAPSHOT for (Tapestry 5.4-beta) has been also released
Fixed Issue 62 Unwrap Shiro ExecutionException to fix global exception handling
- 6/05/14: Tapestry 1.2.15 (for Tapestry 5.3.x) has been released.
Tapestry 1.4-SNAPSHOT for (Tapestry 5.4-beta) has been also released
Fixed Issue 61 CDI Compatibility with latest versions of Glassfish
- 5/07/14: Tapestry 1.2.14 (for Tapestry 5.3.x) has been released.
Tapestry 1.4-SNAPSHOT for (Tapestry 5.4-beta) has been also released
Fixed Issue 60 HTTP session needs to be synchronized for SFSBs due to Ajax race conditions
- 4/14/14: Tapestry 1.2.11 (for Tapestry 5.3.x) has been released.
Fixed Issue 59 JNDIObjectLocator should not cache remote EJBs by default
- 3/16/14: Tapestry 1.2.10 (for Tapestry 5.3.x) has been released.
Fixed Issue 57 WebSecurityFilter non-web interference fix
- 2/18/14: Tapestry 1.2.9 (for Tapestry 5.3.x) has been released.
Upgraded dependencies to the latest versions, notably Guava
- 1/25/14: Tapestry 1.2.8 (for Tapestry 5.3.x) has been released.
Upgraded dependencies to the latest versions, notably Lombok
- 12/29/13: Tapestry 1.2.7 (for Tapestry 5.3.x) has been released.
Fixed Issue 56 Backup Shiro Init bug fix
- 11/7/13: Tapestry 1.4-SNAPSHOT for Tapestry 5.4
1.4 will most likely be the last version of FlowLogix Tapestry library. Our projects are moving to JSF
- 7/21/13: Tapestry Library 1.2.6 has been released.
Fixed Issue 48 Removed Tapestry-JPA dependency - more trouble than its worth
- 7/19/13: Tapestry Library 1.2.5 has been released.
Fixed Issue 47 DisableAfterSubmit may cause problems if declared on the submit component
- 7/17/13: Tapestry Library 1.2.4 has been released.
Fixed Issue 46 DisableAfterSubmit and ColorHighlightOverride now work globally on a page
- 7/15/13: Tapestry Library 1.2.3 has been released.
Fixed Issue 43 Background color after Zone update is sometimes stale
Fixed Issue 44, Dependency Updates
- 2/3/13: Tapestry Library 1.2.2 has been released.
Fixed Issue 40 - Library fails to initialize under certain configurations
- 1/10/13: Tapestry Library 1.2.1 has been released.
Fixed Issue 39 - Add Shiro declarative permissions to EJBs and CDI Beans
- 1/7/13: Tapestry Library 1.2 has been released.
Fixed Issue 9, Issue 10, (CDI Support), Issue 37 (Ajax Wait Cursor), Issue 38 (GWT-RPC)
Upgrade to Tapestry-Security 0.5.0 and other module upgrades
- 11/18/2012: Tapestry Library 1.1.10 has been released.
Enhanced JNDIObjectLocator to include temporary configurations
- 11/13/2012: Tapestry Library 1.1.9 has been released.
Refactored and introduced more flexible remote EJB configuration mechanism
Fixed JNDIObjectLocator threading issue
- 11/7/2012: Tapestry Library 1.1.7 has been released.
Completed Issue 36 - SessionTrackerUtil.redirectToSelf() handles non-AJAX cases
Fixed numerous bugs with remote EJB access
- 11/6/2012: Tapestry Library 1.1.5 has been released.
Completed Issue 35 - Added ability to easily call remote EJBs from Tapestry
- 10/30/2012: Tapestry Library 1.1.4 has been released.
Completed Issue 34 - Automatic SFSB pinging, Upgrade to Lombok 0.11.6 and GWT 2.5
- 10/22/2012: Tapestry Library 1.1.3 has been released.
Upgrade to Tapestry 5.3.6 and misc. components (Issue 33)
- 10/19/2012: Tapestry Library 1.1.2 has been released.
Fixed Issue 32, which was causing problems with clustering and failover
- 10/7/2012: Tapestry Library 1.1.1 has been released.
Incorporated backup Shiro initialization, for Ajax failover and authentication
- 10/5/2012: Tapestry Library 1.1 has been released.
Fixed Issue 31 - Cluster failover works correctly now
- 9/25/2012: Tapestry Library 1.0.1 has been released.
Upgraded to Java 7 and latest dependencies
Tapestry 5.3.5 has Prototype issues, so we stick with 5.3.4 until 5.3.6+
- 7/23/2012: Tapestry Library 1.0 has been released.
Fixed Issue 28, Upgrade to Tapestry 5.3.4 and Tapestry-Security 0.4.6
- 4/2/2012: Tapestry Library 0.9.8 has been released.
Fixed Issue 26, Issue 27, Upgrade to Tapestry-Security 0.4.4
Tapestry-Security SecuritySymbols such as LOGIN_URL are now used instead of own custom symbols.
- 3/21/2012: Tapestry Library 0.9.6 has been released.
Fixed Issue 20, Issue 21, and Issue 23
Tapestry-Security SecuritySymbols such as LOGIN_URL are now used instead of own custom symbols.
- 2/23/2012: Tapestry Library 0.9.4 has been released.
Fixed Issue 19
- 2/15/2012: Tapestry Library 0.9.3 has been released.
Fixed Issue 18
Upgrade to Tapestry-Security 0.4.2
- 2/6/2012: Tapestry Library 0.9.2 has been released.
Major feature is Groovy integration, Tapestry 5.3.2, Shiro 1.2 and Tynamo Security 0.4.1 support.
Enhanced to easier run on Jetty and Tomcat, along with documentation
Fixed Issue 12, Issue 13, Issue 14, Issue 16, Issue 17 - 1/23/2012: Tapestry Library 0.9.1 has been released.
New features: Empty component, ExternalPageLink service
Groovy support as a first-class Citizen
Fixed Issue 11 - Tapestry Library 0.9 has been released.
New features include full documentation, @Stateful annotation and CDI support
- Tapestry 5.3.1 has been released.
Tapestry Library, version 0.8.9 will be the last release that's compatible with Tapestry 5.3,
all later versions will only be compatible with Tapestry 5.3.1 or Later.