本文介绍了小规模应用支持框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我在问的是--Spring / Spring是一个小型的Java / j2ee解决方案,用于存储和检索来自任何数据库的数据。 Struts + hibernate正在用于中级应用程序开发。
即使对于非常小规模的应用程序开发,我们也知道JDBC和servlet / JSP总是一个坏主意。

是否有任何支持示例10不同的框架数据表示页和可能的10个表来存储数据?
{不愿意用php来做 - 这可能是最好的选择}

我可以使用spring + hibernate进行如此小规模的应用吗?

解决方案
我向你推荐Spring + Hibernate,可能你认为这个组合对于你的项目来说是一种矫枉过正,但是让我的世界,在设计和开发中始终尽力而为(即使是一个小项目),很多小项目都会变成大项目。


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 ?

解决方案

I recommend Spring+Hibernate to you, may be you think the combination is a overkill for your project, but have my world, always do the best you can in design and development (even for a small project), so many small projects will become big ones.

这篇关于小规模应用支持框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 19:49