One other topic that I think may be worth mentioning, either as a part
of this intro or as a separate meeting topic, is the plethora of
libraries available to Java. I don't think it's possible to sit
through a conversation about Java without a reference to Spring, GWT,
Swing, etc. coming up. There are just so many of them, and it can be
a bit daunting to sort through them when starting a new project.
Which ones are well supported? Well liked? Work well together?
Especially suited to a particular app or coding style?
I think answering some of those questions would add a lot of value for
people who are new to Java.
Your local Perl monger,
--Jason Porritt
--Jason
First, what about build tools? Anyone looking to do Java development
in a corporate environment (like many of us) is going to be very
interested in tools like Ant, Cruise Control, and whatever else is
available to automate build and deployment tasks. How do people
really use these tools?
Second, the ever-popular topic of testing. I still remember the
test-driven development in Eclipse tutorial you (Carlus) did at the
first BarCamp -- you made it look so easy!
--Jason
On Mon, May 5, 2008 at 2:20 PM, Kyle Adams <kada...@gmail.com> wrote: