Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
154 views
in Technique[技术] by (71.8m points)

java - Small scale application supporting framework

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

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

1 Reply

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...