由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - java开发过程中,关于 scalable 的问题,应该有哪些要注意的?
相关主题
有人用过异步Socket么?去android programming startup公司,还是java developer公司?
What is good Java software?请问高手, thrift 可以用来开发特殊需求服务器吗 (转载)
OutofMemoryError: Java Heap SpaceHow to make code thread-safe?应该怎么答?
请问有牛人用过jCuda吗?求Big Data Principles and best practices of scalable realti (转载)
Amazon.com is hiring senior engineers-Open Positions (50+ r (转载)How is the Jboss AS performance?
Can you offer some performance/scalability programming tips (转载)请问最佳的方案:在其他项目基础上扩展
有玩或者工作中用RAILS的么?感觉前景如何Sun Java Center J2EE Patterns Catalog
多個Software Engineer 職缺 (转载)where to dl J2EE project source code?
相关话题的讨论汇总
话题: layers话题: scalable话题: create话题: make话题: java
进入Java版参与讨论
1 (共1页)
q***s
发帖数: 2243
1
java开发过程中,关于 scalable 的问题,应该有哪些要注意的?
b******y
发帖数: 1684
2
what phrase you are at now?

【在 q***s 的大作中提到】
: java开发过程中,关于 scalable 的问题,应该有哪些要注意的?
q***s
发帖数: 2243
3
It is an interview question.
r*****l
发帖数: 2859
4
Carefully architect your system to:
1, Create layers.
2, Create loosely-coupled layers.
3, Make layers easily clustered.
4, The horizontal expansion of one layer should not affect other layers, and
should not require down time.
5, Leave hooks for logging/tuning.
6, Make deployment build on convention and metadata driven.

【在 q***s 的大作中提到】
: java开发过程中,关于 scalable 的问题,应该有哪些要注意的?
q***s
发帖数: 2243
5
Thanks a lot! Appreciated if there are more links on this!
s******e
发帖数: 493
6
Scalability includes both herizontal and vertical.
For herizantol scalability you should pay attention to tier your app
carefully (read j2ee blueprint would be helpful to you), not leak concerns
among the tier, code your solution component based, and try to avoid
singleton class,etc
1 (共1页)
进入Java版参与讨论
相关主题
where to dl J2EE project source code?Amazon.com is hiring senior engineers-Open Positions (50+ r (转载)
有人用eclipse吗?Can you offer some performance/scalability programming tips (转载)
Java 5.0 is out有玩或者工作中用RAILS的么?感觉前景如何
Core J2EE Design Pattern多個Software Engineer 職缺 (转载)
有人用过异步Socket么?去android programming startup公司,还是java developer公司?
What is good Java software?请问高手, thrift 可以用来开发特殊需求服务器吗 (转载)
OutofMemoryError: Java Heap SpaceHow to make code thread-safe?应该怎么答?
请问有牛人用过jCuda吗?求Big Data Principles and best practices of scalable realti (转载)
相关话题的讨论汇总
话题: layers话题: scalable话题: create话题: make话题: java