Results 1 to 2 of 2

Thread: CRUD Code Snippets

  1. #1
    Join Date
    Feb 2007
    Posts
    1

    Default CRUD Code Snippets

    Hi,

    I am a newbie to Spring development.
    Can somebody post the code for CRUD (Search Form - List of Items - Create/Edit Form) for a single model entity.

    I tried to use samples provided with Spring dist. but all of them follow a different approach, and i dont know which one to follow.

    I would want to use
    1. Spring Form Taglib
    2. Explicit Bean Config (rather than following the convention approach)

    I have understood the DAO and Service Layer, so web tier code would be just fine. A complete working app would be a bonus.

    Thanks
    Gaurav

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    I would have thought the petclinic would be your best bet, but that wasn't useful? Have you looked at Appfuse, that might be more up your street.

Posting Permissions

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