Archives

Archive for the ‘Java’ Category

Just finished watching the webinar about TDD (Test Driven Development) in Eclipse by Kevin Taylor and I really liked it. Testing in eclipse is sometimes really challenging so anyone giving hints on how to do it better is helping the community a lot.
Presentation itself gave me some new ideas I’m going to try out and [...]

Comments Off
May 28th, 2009 | Filed under Eclipse, Java
Tags: ,

We made with Ahti a test using new Glassfish Bundle for Eclipse to write a simple JSP file that shows a list of customers from sample db. After some minimal configuration, getting the customer list to show was a breeze. Great work from Glassfish and Eclipse DTP, JPA and WTP teams.
Video is here (fullscreen without [...]

Comments Off
Apr 9th, 2009 | Filed under Eclipse, Java
Tags: ,

Java and heap allocation isn’t really an issue when developing programs with known hardware limitations. If it’s a server application you know that there is probably enough RAM and it’s safe to set big values for -Xms and -Xmx.
When client applications come to play anything is possible. We initially gave -Xmx 1024 Mb, at the [...]

Feb 26th, 2008 | Filed under Java

TimeGT Task and Note Manager