Results 1 to 4 of 4

Thread: Generic Table Maintenance Framework

  1. #1
    Join Date
    May 2005
    Posts
    21

    Default Generic Table Maintenance Framework

    Hi,

    I was looking at the possibility of building a generic table maintenance application. By generic I mean you would only need to use metadata either in the form of an XML file or Database tables to specify which tables/fields need to be maintained. Additional metadata could be included to allow for database driven drop down lists. Ideally it would be good to build a framework that is extensible in order to cater for more sophisticated data entry requirements. Also search using a Query by Example approach could also be provided. By doing so I'm wandering whether this would remove the need to write lots of DAO classes for each new table that needs to be maintained. What are you thoughts on this and is there an existing framework that does this already.

    Many thanks

    sonik

  2. #2
    Join Date
    Aug 2004
    Location
    u.s.a
    Posts
    399

    Default

    Could IBatis be that or be used to create it? Plus, there is some work on the new XForms standard.

  3. #3
    Join Date
    Jan 2005
    Location
    Edinburgh
    Posts
    10

    Default

    Check out appfuse at https://appfuse.dev.java.net/
    and (also appfuse)
    http://raibledesigns.com/wiki/Wiki.jsp?page=CreateDAO
    Might be a starting point.
    Tim Azzopardi

  4. #4
    Join Date
    Sep 2007
    Posts
    26

    Default

    I'm also interested in building such generic application module. Any latest news for this thread?

Similar Threads

  1. Replies: 4
    Last Post: Sep 27th, 2005, 11:31 PM
  2. Table framework
    By snpe in forum Swing
    Replies: 2
    Last Post: Aug 17th, 2005, 05:02 PM
  3. could not satisfy dependencies
    By springuser in forum Container
    Replies: 4
    Last Post: Apr 26th, 2005, 01:15 PM
  4. Replies: 1
    Last Post: Apr 25th, 2005, 07:37 PM
  5. Table framework filtering -first cut
    By snpe in forum Swing
    Replies: 2
    Last Post: Nov 15th, 2004, 12:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •