[JBoss Seam] - Re: Stubs for Seam
by kukeltje
I'm not an expert at all on this subject, but what do you try to achieve with 'using seam for webservices' ?
>From the seam homepage:
anonymous wrote : JBoss Seam is a powerful new application framework to build next generation Web 2.0 applications by unifying and integrating popular service oriented architecture (SOA) technologies like Asynchronous JavaScript and XML(AJAX), Java Server Faces(JSF), Enterprise Java Beans(EJB3), Java Portlets and Business Process Management(BPM) and workflow.
The first two, AJAX and JSF, have noting to do with webservices. For ejb3, there is jsr-181, for portlets there is WSRP, for bpm there is bpel (if not in the workflow context) and for jBPM (workflow) a webservice frontend is being developed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966340#3966340
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966340
19 years, 8 months
[JBoss Seam] - Re: RMI and Seam
by bluetrade
Hi,
sorry for the reply... was vacation-time :)
I have some classes that I have exposed vie @Remote. However, I can access them from my development computer because the client is on the same machine as the server ie they both can deal with EJB annotations. Now, I want to move the client to a different machine, where I don't have a full EJB container or the EJB libraries, so how can I access my @Remote classes from a client there? I don't want to supply the client with the real Entities, they contain too much internal information, I mean the client doesn't have the EJB stuff anyways - is there an elegant way of solving this - or do I have to write all classes by hand w/o annotations?
THanks,
Joey
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966335#3966335
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966335
19 years, 8 months