Gautham Kasinath wrote: > Hey Gregg, > > "The important step is to use a programming platform which promotes > wire protocol > independence isn't it?" > > That sounds interesting. But I m having a hard time understanding it > and visualizing a programming language thats wire protocol > independent. Can you help?
Take a look at Jini and the Jini Extensible Remote Invocation (JERI) stack. The fact that I can plug in endpoint implementations and invocation layer implementations means that I can translate the native Java object model into just about any wire protocol or application protocol needed. There are other examples of this capability being specified as part of a protocol definition. But many languages and/or SOA platforms fail to provide an API abstraction for this specific feature. Jini does that. Gregg Wonderly ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/NhFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/service-orientated-architecture/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
