Results 1 to 2 of 2
Thread: CRUD + Forms Generator
- 07-06-2011, 11:59 PM #1
Member
- Join Date
- Aug 2007
- Posts
- 17
- Rep Power
- 0
CRUD + Forms Generator
Hi everybody. I want to ask you something. Is there any tool that can generate all CRUD functions and Forms to handle entities attributes for desktop applications? It's to say, something like PHPRunner for PHP. This tools just needs a database connection to generate all views with full CRUD functionality (obviously it is for web development).
I have to develop a Java desktop application so I need to know if there a tool to speed development up. I would be nice if it handles an embedded dbms.
Thanks in advance!
- 07-07-2011, 10:16 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,460
- Rep Power
- 16
Some form of JPA/Hibernate setup?
Define your classes with the relevant annotations and they'll build your db and handle all the background gubbins.
I haven't used them with an embedded db, so I have no idea if that would work, though I can't think of an offhand reason why they wouldn't.
ETA: note that they won't do any front end stuff for you. That'll all be down to you.
Similar Threads
-
JSF 2.0 CRUD and different database views
By thumper_ipw in forum JavaServer Faces (JSF)Replies: 0Last Post: 03-23-2011, 03:55 PM -
Struts 2 CRUD example :First try :Please help.
By JavaNoobie87 in forum Web FrameworksReplies: 0Last Post: 03-10-2011, 12:16 PM -
CRUD Validation Error: Value is not valid
By jambon in forum JavaServer Faces (JSF)Replies: 0Last Post: 06-30-2010, 08:34 PM -
CRUD J2EE Application
By Assaf A in forum EclipseReplies: 1Last Post: 10-28-2008, 12:29 PM -
How to make online jsp forms from Microsoft word forms in java
By jiten.mistry in forum Advanced JavaReplies: 2Last Post: 04-28-2008, 10:56 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks