由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 面试问题
相关主题
是不是spring mvc用的很少新手上路,请多指教
我觉得公司面试算法要求bug少,程序结构漂亮还是很有道理的一个关于事件的问题
申请成立OOP俱乐部。(讨论稿)请问 有和免费软件可以见JAVA源文件列成树结构
[转载] Re: [转载] java source code analyzing tool[转载] 谁能说说这两道Amazon的面试题
FT. JBuilder9出来了?how to use xde with wasd 5
谁用过 BlueJ ? 有什么好和不好的地方Any UML Eclipse Plusin as Together?
建议成立UML版和Rose版求一本关于Design Pattern,UML和JAVA的经典书籍
GUI libraries for JDeveloper?谁推荐一个操作起来最顺手的UML工具
相关话题的讨论汇总
话题: server话题: client话题: trying话题: case话题: need
进入Java版参与讨论
1 (共1页)
D**C
发帖数: 6754
1
设计一个 client/server的chess game
你们有啥想法,主要是偏OO设计
c*********e
发帖数: 16335
2
mac里的围棋不错,windows里面咋不整一个?

【在 D**C 的大作中提到】
: 设计一个 client/server的chess game
: 你们有啥想法,主要是偏OO设计

D**C
发帖数: 6754
3
文不对题啊

【在 c*********e 的大作中提到】
: mac里的围棋不错,windows里面咋不整一个?
s******e
发帖数: 493
4
Trying to start with a simple and commonly used use case for the scenario.
Do not try to cover too much for the first round. You can always add more
when it is needed.
Once you have a clear picture on the requirements/use case, you need to
focus on either system design or OOD depending on the position you apply for.
For an architect position, I think you should focus on system design and
mention that each tier itself need to be designed using ood. In your case, I
think it would be common that client uses ria, and server needs to handle
some internet protocol. The other questions jump out of my mind are what is
the communication topology between clients (piont-point, or server based
with push), what ria technology you want to choose, what kind of clients you
want to support (web, desktop, or mobile), etc.
for a developer position, you might need to define the components, classes
and their relationships based on your use case for each tier of client and
server. To do that, you might still need to do some kind of system design,
for example, dividing the responsibilities between client and server. Trying
to make your class/component cohesive and loosely coupled. At many times,
designing with event will be more impressive rather than with a mediator
pattern. Finally, using UML to convoy your thoughts. Most likely class and
component diagram should be sufficient.
1 (共1页)
进入Java版参与讨论
相关主题
谁推荐一个操作起来最顺手的UML工具FT. JBuilder9出来了?
code-->UML tool or Eclipse plug-in谁用过 BlueJ ? 有什么好和不好的地方
哪里有比较好的UML实战教程建议成立UML版和Rose版
请教,business analyst 适合学什么语言?GUI libraries for JDeveloper?
是不是spring mvc用的很少新手上路,请多指教
我觉得公司面试算法要求bug少,程序结构漂亮还是很有道理的一个关于事件的问题
申请成立OOP俱乐部。(讨论稿)请问 有和免费软件可以见JAVA源文件列成树结构
[转载] Re: [转载] java source code analyzing tool[转载] 谁能说说这两道Amazon的面试题
相关话题的讨论汇总
话题: server话题: client话题: trying话题: case话题: need