Anne Thomas Manes wrote: > Spring is pretty confusing in its own right. Not quite as complex as Java > EE, but still a lot more complex than .NET. > > What frameworks do other people like?
I prefer Jini because I can use mobile code to separate transport from interface. Because Jini is not targeted at solving any particular type of problem directly, a lot of people experience a pretty significant startup barrier. There are, however, tools and libraries available in projects under http://jini.dev.java.net that help with getting started with Jini and with building specific types of applications. The http://www.jini.org site has pointers to a wide array of educational information about Jini. If all you want to do is ship XML around, you might wonder how Jini will make it easier for you to do that. The answer is that Jini is not targeted at helping you easily ship XML around. It enables you to easily choose to not ship XML around. If you need to ship XML, then because Jini is a Java based platform, you can use the Java tools available for shipping XML around. The JERI stack provides a plugable endpoint and invocation layer so that you can make native java code interface into arbitrary protocols, such as those that ship XML around. Gregg Wonderly 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/
