| By Yakov Fain | Article Rating: |
|
| March 28, 2009 11:37 AM EDT | Reads: |
3,204 |

Three years ago I've suggested a light architecture for Web/J2EE applications that was based on a Servlet container with transaction processing, Message Oriented Middleware, and a DBMS: http://java.sys-con.com/node/204697 . This piece was a part of an old and semi-serious Gas Station series published at Java Developer's Journal.
Even though during the last three years I was predominantly involved with the client side part, I've been watching closely what's happening in the Java EE domain.
Today, I was discussing an architecture of a new Flex/Java application with my colleague, and we came up with even lighter architecture: Flex-AMF protocol-JavaServlet+Transaction support library-DBMS with potential introduction of asynchronous messaging, if need be. I want to stress - only if there will be a need to scale, adding it on the protocol level so the application developers won't even notice it. We've learned how to seriously scale well designed Jetty's servlet container empowered by Adobe's BlazeDS ( it's a pity that Jetty-based early drafts of JSR-315 has been buried, which deserves a separate article).
No EJB or Spring container, no Hibernate either - just tried and true SQL/JDBC.
After the conversation was over, I've had this deja vu feeling and recalled that old article. On one hand, I still believe that this is the right way to architect Web applications, but on the other hand I know that it'll be a tough sell - selling an architecture at a gas station is not the same as selling to Wall Street IT architects. This application will be developed for large corporate clients, which implies that I'll need to present and defend this architecture in front of the architecture groups of these corporations.
EJB are out of style these days. In the Java world, the buzzwords of the first decade of this Century are Spring and Hibernate. If the PowerPoint won't include such boxes on the architectural diagram, most likely the enterprise architects won't approve it. Now I need to decide if I want to be 100% honest and jeopardize more efficient design, or be street smart, add these two boxes to the slide show, and when the project will be approved, quietly or with a fist fight remove them one by one.
I need to be very careful.
I need to think hard.
I need to consult with sales people.
I need to be smart.
I need to be politically correct.
Repeat.
Published March 28, 2009 Reads 3,204
Copyright © 2009 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
Related Stories
More Stories By Yakov Fain
Yakov Fain is a Managing Director of Farata Systems, consulting, training and product company. He has authored several Java books, dozens of technical articles. SYS-CON Books released his latest co-authored book , Rich Internet Applications with Adobe Flex and Java: Secrets of the Masters in Spring 2007. Sun Microsystems has nominated and awarded Yakov with the title Java Champion. He leads the Princeton Java Users Group. He is an Adobe Certified Flex Instructor. Currently Yakov works on the book for O'Reilly "Enterprise Application Development with Flex". He twits at twitter.com/yfain.
- Adobe MAX 2009. First major release: LiveCycle Enterprise Suite 2
- Imagine There's No iPhone
- How to Attend Adobe MAX Conference for Cheap
- Podcast: an interview to the RIARevolution
- Podcast: Load Testing Flex Applications
- Podcast. Attending Adobe Max 2009. Part 4
- How to attend Adobe MAX conference for cheap
- Russia Hates Apple Big Time
- Podcast: Visiting Adobe MAX 2009. Part 0.
- Podcast: Visiting Adobe MAX 2009. Part 1.
- Built4Flash Launched by Farata Systems
- Podcast: Attending Adobe MAX 2009. Part 2.
- My Top Seven Wishes From Adobe MAX 2009
- Flash Platform Services for Distribution
- Adobe MAX 2009. First major release: LiveCycle Enterprise Suite 2
- Thinking of Flex in London
- Enterprise Flex: Debunking Urban Myths
- Imagine There's No iPhone
- Russia "Will" Develop a New Web Browser
- How to Attend Adobe MAX Conference for Cheap
- Podcast: an interview to the RIARevolution
- Podcast: Load Testing Flex Applications
- Podcast. Attending Adobe Max 2009. Part 4
- How to attend Adobe MAX conference for cheap
- Secrets Of The Masters: Core Java Job Interview Questions
- A Cup of AJAX? Nay, Just Regular Java Please
- Rich Internet Applications with Adobe Flex 2 and Java
- Java Basics: Lesson 11, Java Packages and Imports (Live Video Education)
- Teaching Kids Programming: Even Younger Kids Can Learn Java
- Java Basics: Introduction to Java Threads, Part 1
- Java Serialization
- SYS-CON Webcast: Eclipse IDE for Students, Useful Eclipse Tips & Tricks
- Are You Using Abstract Classes, Polymorphism, and Interfaces?
- Reading Data from the Internet
- Java Basics: Introduction to Java Threads, Part 2
- Java Streams Basics






























