All - I am currently working on a project that involves integrating Struts 2 with Spring LDAP on JBoss AS. We are running into issues with this and wanted to...
Hey everyone - Amazed at how many web frameworks exist out there? Overwhelmed by all the choices? Confused as to how to keep up? Well, join the club! Some...
As an Agile developer, are you getting what you need from your customer? How about telling them about the Certified Scrum Product Owner class? This class...
Ted, Is some basic knowledge of a framework required to attend any of these meetings? I think this is a great idea. I'm interested in some of the technologies....
To avoid spamming everyone with details of the web framework study group, I've created a yahoogroup called "novawar". Please post any questions or RSVP there:...
Hey - I was messing around with SEAM, JSF and the whole JBoss stack for about a 1.5 years until I got turned onto GWT via GXT (you should definitely check...
All, Sounds like a great idea and should be fun too! Count me in! Scott Wilson ... From: Michael Aube <m.f.aube@...> Sent: Thursday, June 04, 2009 9:43...
In case you didn't get my response - I will also be planning on attending. Thanks David ... -- "A lie ain't a side of a story, its just a lie" The Wire...
you probably saw Perrone's post a few years ago, where he was calling for people to work on Java robotics. Well, his booth was in the Pavilion on JavaOne this...
i couldnt resist this. in NovaJUG jobs group someone's looking for "above average J2EE developers". I wonder how many people responded :) there's this Lake...
A colleague and I recently had a conversation regarding the need of web servers in front of your Java application servers, if you have load balancing hardware...
Not everything should be served through an app server. web servers provide a mechanism to serve that 'other' content. ... if you have load balancing hardware...
... I'd like to add that web servers like apache can usually be fine-tuned in ways an app server can't. For example, apache can be configured to limit request...
I think security is another reason. You can put a set of firewalls between the web tier and the app tier to provide an additional level of penetration...
Actually it was October of 95 that I wrote my first applet. A timesheet applet I remember. I should have stuck with that. :) On Thu, Jun 11, 2009 at 11:47...
I'm trying to understand why someone would want to create an empty interface (ex: java.io.Serializable). What does the Java API Documentation mean when it...