Archives
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 [...]
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 [...]
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 [...]
Recent Comments