Actually yysun has said all details about these questions, but Crane and some other friend
still have some misunderstanding about it. Ok, let me "water" it.
1。三层结构真的能解决并发问题吗。
If we refer to '并发问题', we had better ask help from some system like MQ Series.
N-tier is an aspect of software engineering. I think we use it to solve 'huge' project
instead of '并发问题'.
The multi license share by utilizing pool technology is a trick to improve performance
and avoid waste of license. E.g. 100 workstation held 100 license is really stupid and
makes server busy on nothing. In JDBC2.0, source pool is automatical. But I have no chance
to test it.
Two-phase commit and Snap shot are two aspects ....
Ido
ubt maybe the '并发问题' you mentioned is not what I think of ... Would you please
talk about what '并发问题' you focus on??
2.听说JAVA也在向CORBA靠拢,是不是意味着放弃EJB呢?
As I know, CORBA is only a standard procotol, an agreement. So,Java is trying to
replace IIOP with IIOP2. EJB is using IIOP2.
EJB is a kind of architecture instead of protocol. But it is agreement. It makes sure
the roles and responsibilities. Ido
not know software engineering very mych. So,
in my opinion, EJB is event to make a project clearer and easier. At least, for me.
I think Java will insist EJB. You know, Java is so perfect since of EJB! Actually, EJB
is the essential of Java. EJB links all parts of Java!
BTW, EJB is another signal of more architecture less performace.
If once CORBA adopted IIOP-2, absolutly those functions like load-broker / ORB keep etc
could be implemented. You can utilize EJB in the way as CORBA worked. I think it is a time issue.
Days ago, another team leader in my company said EJB can be called by VB etc. I justdo
ubted
since I read some article which mentioned this, but I never find any test performance and
something like these. So I think it is "WILL" instead of "DID". If any friend has
finally suceessed in it, let me share the experience. Thanks.
3.JSP执行效率高的深层原因
JSP is a solution to devide the designer and developer. My opinion to Java is :do
not
think too much on performance. It is what the tools provides should worry about. Just to remember
do not use too much sub select in SQL, maybe you will benefit more.
4.大家齐心将收集的资料网址贴在下面
I also think java.sun.com is the best. Of course, they are some others. But when you
really want to learn something first, it is best. But after that, you begin
to be starved
by new ideas and details, other sites are more suitable. But Ido
not think I have enought
time to "study", since I was not a student any more. I like being a student.
My English sucks but my IME is more sick.