Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I want know about any small scale java/j2ee solution for storing and retrieval of data from any database using hibernate.

What I'm asking is - Spring/Struts + hibernate is being used for mid level application development. Even for very small scale application development we know that JDBC and servlet/JSP is always a bad idea.

Is there any framework that support for example 10 different pages of data representation and possibly 10 tables to store data? {not willing to do it with php - that is possibly the best alternative}

Can I use spring+hibernate for such small scale application ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
153 views
Welcome To Ask or Share your Answers For Others

1 Answer

Spring MVC and hibernate are good fit for your requirement.

I personally feel these two are enough for small scale applications.

Even though you add new screens in future,they are very flexible.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...