Spring 和 ExtJS 针对云计算的改进
我正在考虑使用 Spring、ExtJS(视图)和 PostGres(数据库)为云计算创建 ERP 应用程序。那么如果可以的话,请带我进行一些改进来开发该应用程序。也许我应该有什么样的考虑?
多谢。
I'm thinking on create a ERP aplication for Cloud Computing using Spring, ExtJS (view) and PostGres (db). Then If you can, please take me some improvements to develope that aplication. Maybe what kind of considerations should i have?
thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要花费大量深思熟虑的时间来设计数据库架构,以确保数据需求可扩展。这适用于您的应用程序的整体框架。连接/负载测试应该是您早期流程的一部分,以识别框架的任何部分可能需要调整。
You need to spend a lot of thoughtful time designing your DB schema to make sure that the data demands are going to be scalable. This applies to the overall framework of your application. Connection/load testing should be part of your process early on to identify any part of your framework may need tweaking.