-
Hi,
has anyone some idea how to integrate simply and quick a paging functionality with
the src/com/ecelerus/generator/ui/Searcher.java?
I prefer a template solution of course.
Best wishes
GV.
2008-06-10 09:29:26 UTC by gvamosi
-
Generate ready-to-use form-based J2EE AJAX web applications from JPA annotated beans. The applications generated by this tool allow a final user to add, delete, search, modify and interconnect instances of database-synchronized objects in a friendly AJAX based web user interface using the ZK framework.
New release supports Lazy persistence and automatic form validation using Hibernate...
2008-05-13 19:02:59 UTC by mgurmendez
-
Hi Marc,
I've committed some of your proposals in the 1.5 beta version. You might want to check them out. The lazy loading cannot be obtained using thread local variables as the loading and saving may belong to different threads. Instead I save the session as a ZK session attribute. I've also added the validation idea using hibernate validator. What do you think?
Regards,
Maximo.
2008-05-10 22:27:51 UTC by mgurmendez
-
mgurmendez committed revision 28 to the Webapp Generator from JPA annotations SVN repository, changing 6 files.
2008-05-10 22:20:49 UTC by mgurmendez
-
Hi Marc,
Thanks for contributing to jpa2web. I have given you contributor rights. The sourcecode is in the svn repository at: https://jpa2web.svn.sourceforge.net/svnroot/jpa2web/svn/
I agree with your suggestions. The first and second issues shouldn't be difficult to implement. The empty row was added due to a particular project that needed that, but it can be removed by default. We had...
2008-05-02 13:35:34 UTC by mgurmendez
-
mgurmendez committed revision 27 to the Webapp Generator from JPA annotations SVN repository, changing 1 files.
2008-05-02 13:15:29 UTC by mgurmendez
-
mgurmendez committed revision 26 to the Webapp Generator from JPA annotations SVN repository, changing 1 files.
2008-05-02 13:15:05 UTC by mgurmendez
-
mgurmendez committed revision 25 to the Webapp Generator from JPA annotations SVN repository, changing 1 files.
2008-05-02 13:14:12 UTC by mgurmendez
-
Yeah, I guess a lot of users coming from the Spring side of the field will be more likely to just use url in stead of datasource and stay away from any JNDI configuration.
2008-05-01 17:02:18 UTC by mschipperheyn
-
Yes, I have it running smoothly now. I'm using the latest production version.
2008-05-01 17:00:41 UTC by mschipperheyn