Results 1 to 2 of 2

Thread: Suggestions for new WebApp

  1. #1
    Join Date
    Feb 2008
    Location
    Rome
    Posts
    46

    Lightbulb Suggestions for new WebApp

    Hi all!

    I'm going to develop a new web app and I have to choose the architecture.

    I would use JSF 2 and PrimeFaces 3.x for view tier, Spring 3.x for control tier but I don't know which is the best solution for model tier.
    I have a big experience with hibernate but I'm very boring by it.

    Which is the better alternative to hibernate?

    Thanks in advance for any suggestions!!!!

    Cheers, Valentina

  2. #2
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,806

    Default

    I have a big experience with hibernate but I'm very boring by it.
    Well if you want ORM support, work with only JPA 2, SpringSource offer a new project called Spring Data with support for JPA 2

    Consider MyBatis and SpringJDBC to work around with no ORM

    HTH
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

Posting Permissions

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