carniz wrote:
hbartolin wrote:
There is one more thing, you should split user interface and business logic, which mean that you can use servlets and EJBs for business logic and we are again on beginning.... :-)
And how are you planning to use the business logic implemented in servlets from a Swing GUI..? Using SOAP? Of course, that's one way..but different SOAP implementations vary, so I wouldn't trust that technique yet..
Logic is one thing, presentation is another - that's why I go for SLSBs for the logic part.[/quote]
Hi all,
I agree with carnitz,
logic part = SLSBs for J2EE
for standart web app. U do not need SB.
one ? more. Wenn I call SLSB throw servlet to jsp it`s going fine,
but wenn I have client which call SLSB`s I take some strange
result.
Wenn I call any primitive type like int,String etc. it`s working good.
Wenn I call hibernate object then come exception no Session exist.
Guys, How do you hold object in user session???
How do U hold hibernate collection in session???