Where is application development going? What's the next cool thing? You may
have answers to these questions, your answers may be the same or different to
mine or anyone else's. The point is we just don't really know, and that's a
problem. Saying to the manager of enterprise development shops "Oh yes just
standardize on J2EE and everything will be fine" is not going to cut it.
These folks are savvy enough to know that J2EE is a minefield of choice in
standards and APIs. They need and deserve more direction than that.
So you can make a suggestion as to a good set of technologies to use in a
particular scenario - let's say Toplink, Lucene, Struts and JSP, as a random
example - but of course there's a catch. You've just flagged a whole bunch of
different technologies and APIs... (more)
Application security - the art of applications defending themselves -
represents an important line of defence in an overall in-depth security
strategy. Web applications that follow the Model-View-Controller (MVC)
architecture can, and should, have security implemented on all three layers.
Normally it's the controller component that handles page authorization in
MVC, the view layer that h... (more)
Community was a recurring theme at JavaOne, this year, and indeed at many of
the Java User Groups that I've participated in recently. The Java Community
(with a big C): a global tribe converging on programming nirvana where all is
open, free and yet somehow affords us all a decent living.
The community vision itself is not something I have a beef with, indeed I
like to belong, I like to co... (more)
"With proper markup/logic separation, a POJO data model, and a refreshing
lack of XML..." So begins the introduction to one of the current crop of open
source Web application frameworks on its Web site. Sadly this seems to be a
common sentiment within the Java framework development community; the phrase
"XML Hell" is thrown around with the same vehemence once reserved for the
"DLL Hell" ... (more)