Results 1 to 4 of 4

Thread: Form model with database action

  1. #1
    Join Date
    Aug 2004
    Posts
    203

    Default Form model with database action

    Hello,
    I want form model with next features :

    - business model is list of beans, for instance list owners
    - form have binding from bossiness property to swing visual class (this work fine in spring rcp)
    - we have action like : next owner, previous owners, save/commit, rollback/clear, last,first
    find (we have find owner with any properties - like hibernate Example criteria, sort
    (user click on label firstName and sort owners for firstName, then lastName and sort
    firstName,lastName and we have special button/toolbar action for clear sort)
    - sort and find have to be in database for sort and find large list - model can use scrollable resultset for large table
    - yet another form action
    - form can one-row form or table

    Comments ?

    regards

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    All good features. I agree we need them.

    Feel free to continue to prototype, and we will continue to refine via controlled integration into the framework, similiar to what we're doing with docking integration.
    Keith Donald
    Core Spring Development Team

  3. #3
    Join Date
    Aug 2004
    Posts
    203

    Default

    Fine.
    I need any features from hibernate or like tools special for find features.
    Is it possible that we add hibernate dependencies in spring rcp ?

    Thanks

  4. #4
    Join Date
    Sep 2004
    Location
    Ghent, Belgium
    Posts
    224

    Default

    Some time ago, I created an "Advanced Search" for a swing application, allowing the user to create complex queries, and save them for future use.

    The advanced search produces a Query instance, that could be translated to a Hibernate criteria instance.

    Unfortunately this was at my previous job, and I don't have the code anymore.

    I'll see if I can find the time to create a prototype. I'll keep you updated.

    Peter

Similar Threads

  1. Replies: 19
    Last Post: Jul 26th, 2012, 02:23 AM
  2. Replies: 3
    Last Post: Jun 8th, 2010, 03:27 AM
  3. Replies: 9
    Last Post: May 4th, 2006, 09:53 AM
  4. Content Provider vs View Model
    By Martin Kersten in forum Swing
    Replies: 21
    Last Post: Mar 10th, 2005, 02:25 PM
  5. Question regarding the Form Model
    By Catalin Sanda in forum Swing
    Replies: 2
    Last Post: Sep 21st, 2004, 12:44 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
  •