1
vote
What’s the best way to manipulate Dates and Timestamps in Java?
The thing that always gets me with Java is the date time library. I've never used Joda, just briefly look at it, looks like its a pretty good implementation, and if I understand JSR-130 correctly …
1
vote
Do you really use your reverse domain for package naming in java?
I do this for all my projects, I've even taken it across to my .NET applications for namespaces.
…
0
votes
How do you develop Java Servlets using Eclipse?
I use Eclipse Java EE edition
Create a "Dynamic Web Project"
Install a local server in the server view, for the version of Tomcat I'm using. Then debug, and run on that server for t …
