Back Forum Reply New

JSF+Spring+Hibernate TO Swing+Spring+Hibernate

Hi, first of all sorry for my english.

I´m doing a web project using JSF for presentation tier, Spring for logic tier and hibernate for integration tier and I want to change the presentation tier to swing, is this possible? Obviously swing will have to be in the client side whereas  the logic and the integration tier in the server side.

Thanks.

Yes it possible.  I worked on a project that had a Struts and Swing client, it worked just fine.

Could you give me more information?? Links, documentation, examples...

Thanks.

What sort of information are you after?  The swing client used Spring remoting support, can't remember which type specifically.  As there was an existing UI we had to use DTOs which were already in place.  There was a facade for the remoting and view assemblers to create the DTOs.

If you could tell me what specifically you are after I might be more help.

Ok , now I´m reading all about quot;Remoting and web services using Springquot;. When I have enough information about this if I have any question I´ll write to you.

Thank you very much.


Originally Posted by tonylsOk, now I´m reading all about quot;Remoting and web services using Springquot;. When I have enough information about this if I have any question I´ll write to you.

Thank you very much.

Not a problem, glad to help.  It's better if you keep it on the forum though, mail from unknown sources goes into junk, I hardly ever check it.
¥
Back Forum Reply New