[seam-commits] Seam SVN: r10772 - examples/trunk/booking.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 4 19:56:30 EDT 2009
Author: dan.j.allen
Date: 2009-05-04 19:56:30 -0400 (Mon, 04 May 2009)
New Revision: 10772
Modified:
examples/trunk/booking/readme.txt
Log:
todos
Modified: examples/trunk/booking/readme.txt
===================================================================
--- examples/trunk/booking/readme.txt 2009-05-04 23:56:20 UTC (rev 10771)
+++ examples/trunk/booking/readme.txt 2009-05-04 23:56:30 UTC (rev 10772)
@@ -173,12 +173,16 @@
non-serializable object from a bean declaring a non-passivating scope. I have to use the Manager to fire an event
instead.
+- Should the parent project be adjacent to ear/ejb-jar/war?
+
= TODO
- secure pages (likely will use <f:event type="beforeRenderView"/>
- get status messages from default or resource bundle (not just hardcoded defaults)
+- demonstrate use of exception handling in JSF 2
+
- auto-detect which files have @NotNull or @NotEmpty to determine whether to put the * in <p:edit>
- use Cargo plugin to support deployment to other Java EE servers (GlassFish)
@@ -186,6 +190,8 @@
- refactor the password/confirm password into a reusable component (needed on
registration and change password)
+- consider using unpackTypes in the ear plugin (which works incrementally) to replace portions of the antrun logic
+
- use a resource to define persistence context
<EntityManager>
<PersistenceContext>
More information about the seam-commits
mailing list