Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Recommendations for E commerce web application

  1. #1
    Junior Member
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Recommendations for E commerce web application

    I try to develop ecommerce web application for study & pleasure. The project is only for my pratice. Trying to create online book store. By Using Spring, Hibernate & Spring MVC.

    I need to recommendations about project suggestions like document structure & application design ,Data Model etc. Or other open source project suggestion that looks like my requirement to study.

    Thanks for ur attentions.


  2. #2

    Default Re: Spring+Hibernate+SpringMVC

    I recommend you to use Appfuse:

    Home - AppFuse 2 -*Confluence

    "AppFuse is an open source project and application that uses open source tools built on the Java platform to help you develop Web applications quickly and efficiently. It was originally developed to eliminate the ramp-up time found when building new web applications for customers.
    At its core, AppFuse is a project skeleton, similar to the one that's created by your IDE when you click through a wizard to create a new web project."

    This project will help you to eliminate the ramp-up time and it has very good code to use as an example.

    Good luck and ask what you need.

  3. #3
    Junior Member
    Join Date
    Nov 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Spring+Hibernate+SpringMVC

    If you are looking for a MVC based framework then you have many options like Struts, Tapestry, Webwork and many more.

    Each of these framework have their own speciality and needs good study & knowledge of JEE technology before you start using them. If you have some specific questions, do let us know.