Re: GWT for SOA development

2009-01-15 Thread Paranoid Android
. regards gregor On Jan 14, 4:30 pm, Paranoid Android paranoid.fa...@gmail.com wrote: Thank you gregor, your post is very interesting and I basically agree with your point of view. Cause I'm a newby in SOA solutions, I'm reading and reading things and asking to more expert people like you

Re: GWT for SOA development

2009-01-15 Thread Paranoid Android
, in a reusable and loose-coupled way and can be a very good solution even without going to complex message-based MVC. On Jan 15, 9:53 am, Paranoid Android paranoid.fa...@gmail.com wrote: Thank you gregor, I think your advices could be very useful to me. My biggest concern, anyway

Re: GWT for SOA development

2009-01-14 Thread Paranoid Android
Some questions: 1)Using GWT RPC, can the servlets be distributed? e.g., the various servlets that perform business logic can be distributed like web services can? On Jan 14, 3:39 pm, gregor greg.power...@googlemail.com wrote: Hi Gabor, Personally, I never use the term web services

Re: GWT for SOA development

2009-01-14 Thread Paranoid Android
Some questions: 1) Using GWT-RPC model, can servlets (business logic) distributed like standard web services are? e.g. can I invoke some business that resides on another machine from a GWT client using RPC? 2) What about Restlets+GWT 3) Do I need to expose JSON or SOAP interfaces for web

Re: GWT for SOA development

2009-01-14 Thread Paranoid Android
, Paranoid Android paranoid.fa...@gmail.com wrote: Some questions: 1) Using GWT-RPC model, can servlets (business logic) distributed like standard web services are? e.g. can I invoke some business that resides on another machine from a GWT client using RPC? 2) What about Restlets+GWT 3

Re: GWT for SOA development

2009-01-13 Thread Paranoid Android
Thank you gregor!. You' ve been very clear. On Jan 12, 7:05 pm, gregor greg.power...@googlemail.com wrote: in line comments On Jan 12, 4:58 pm, Paranoid Android paranoid.fa...@gmail.com wrote: Thank you. I'm looking at SOA because the variouse features of the social application

Re: GWT for SOA development

2009-01-13 Thread Paranoid Android
Interesting..that's what I was also talking about. The possibility to invoke web services directly from a GWT interface to develop self contained UI gadget in some ways like portlets.. Is this a completely wrong idea or can be useful? On Jan 13, 1:31 pm, Gabor Szokoli szoc...@gmail.com wrote:

Re: GWT for SOA development

2009-01-13 Thread Paranoid Android
the point from just the LOC arguement, so you will save yourself some time. On Jan 13, 12:36 pm, Paranoid Android paranoid.fa...@gmail.com wrote: Interesting..that's what I was also talking about. The possibility to invoke web services directly from a GWT interface to develop self

Re: GWT for SOA development

2009-01-13 Thread Paranoid Android
the browser.  Like gregor said, it would be extremely slow to handle those messages in javascript.  You also might consider Applets. On Jan 13, 8:52 am, Paranoid Android paranoid.fa...@gmail.com wrote: Thank you for the tip.. I've looked around the Web for days and I'm gaining a clearer

Re: GWT for SOA development

2009-01-13 Thread Paranoid Android
the browser.  Like gregor said, it would be extremely slow to handle those messages in javascript.  You also might consider Applets. On Jan 13, 8:52 am, Paranoid Android paranoid.fa...@gmail.com wrote: Thank you for the tip.. I've looked around the Web for days and I'm gaining a clearer

GWT for SOA development

2009-01-12 Thread Paranoid Android
Hello. My project is about designing an online social network application. I'm in a first stage of evaluating different architectures and design alternatives. The user interface should be made using GWT and the architecture should be a SOA and/or EDA. Now, I'm new to all these

Re: GWT for SOA development

2009-01-12 Thread Paranoid Android
this is not classified as SOA, more mash-up support. regards gregor On Jan 12, 3:37 pm, Paranoid Android paranoid.fa...@gmail.com wrote: Hello. My project is about designing an online social network application. I'm in a first stage of evaluating different architectures and design alternatives

Re: GWT for Social Networking Site (GWT and CMS)

2008-12-18 Thread Paranoid Android
this can help you On 17 déc, 10:49, Paranoid Android paranoid.fa...@gmail.com wrote: Hello. I'm working on a project aimed at developing a core platform for building a social network website. This platform should be extendible and should include technologies like Foaf, XFN, OpenID

GWT for Social Networking Site (GWT and CMS)

2008-12-17 Thread Paranoid Android
Hello. I'm working on a project aimed at developing a core platform for building a social network website. This platform should be extendible and should include technologies like Foaf, XFN, OpenID, Reccomendation Algorithms, maybe OpenSocial etc... The front-end should be built using GWT. Now my