This post originated from an RSS feed registered with Java Buzz
by Arjen Poutsma.
Original Post: Java Interface != Web Service
Feed Title: The Ancient Art of Programming
Feed URL: http://feeds.feedburner.com/TheAncientArtOfProgramming
Feed Description: A blog about programming in .NET and Java
Alef makes an excellent point in his latest blog post.
Basically, his argument comes down to this:
Most web tier frameworks (Struts, Spring MVC, etc.) provide a loose coupling between the web tier and the business and data tier1.
When using these frameworks, you are focusing on the UI-side of things: reading ...