Much worse :-) The problem is in the implementation of the code(s) used here :-) ... -- Franz Allan Valencia See | Java Software Engineer franz.see@... ...
Afaik, instantiation gets allocated in the heap not the stack. The while loop is an iteration and the method call subList() doesn't seem to point to any...
The slides that I've used from the meetup the other night can be downloaded here: http://www.slideshare.net/deng_c/releasing-projects-using-maven-2372841 ...
Hello, Yup there are no recursion, but delegation to wrapper objects while any methods (add, size and subList) are invoke would take a stack call. the number...
Inferring from the code, It seems that whenever you create a new Level object, it keeps a reference of the Level object created. *synchronized (Level.class) { ...
... I got the OutOfMemoryError, with the stack trace showing repeated nested calls to subList(). Too bad this happens - the subList() way of doing things is a...
When I looked at the code, I know this is a trick scenario. So I didn't try to solve it anymore and just looked at the answer =p And indeed, the scenario is...
... good catch. however the javadoc clearly states that the returned sublist is still backed by the original list. so I think that is the correct behavior ...
after the the talk last thursday I decided to finally try out google app engine for java. was able to find this link on a simple project on spring on the GAE ...
I brought this up at the meetup last Tuesday, there are also two Maven integration tools for Eclipse available: * IAM/q4e (http://www.eclipse.org/iam/) *...
Since we are already plugging some puzzles, I would like to plug Dr Heinz Kabutz's puzzle in his newsletter. The answer is in the newsletter after this one. ...
Mobile Application Developer (Mobile, web and application developer using J2EE and WebSphere technology – 1 year contract Job Description: 1. Have a...
hi.. just wanna ask your advice and expertise in spring framework... im planning to learn spring but i have no idea where i should start..  any suggestions...
Nice puzzle, very interesting. After running the code and modifying it to understand, I gather that: - if you put the byte[] data2 = new byte[dataSize]; to...
In the first part of Rod Johnson's keynote address at the SpringOne 2GX conference <http://www.infoq.com/presentations/johnson-keynote-springone2gx>, he thanks...
Congrats Calen! Congrats to your team in Orange and Bronze! Thanks for representing the Philippines. Joen On Sun, Nov 1, 2009 at 2:47 PM, Calen Martin D....
First, study the concept of Inversion of control (Ioc) or dependency injection. Visiting the spring framework site and read the docs will give you enough...
Download the Spring distribution in SpringSource. Its free. Included in the distribution are tutorial apps and PDF reference. They have excellent reference for...
No problem. Another advice - you need some background on basic design patterns else you won't appreciate what Spring framework is trying to solve in the first...
Thanks again Jerwin.. I already have background especially with the GoF and J2EE pattern ;-) I'll try the Spring in Action by Manning as you have suggested ...
Good day PINOY JUG members! We urgently need JAVA DEVELOPERS that could join our company. Please review the details below and let us know if you are...
Web application developers might find this interesting: http://www.playframework.org/ -- Brian Tan Seng Skype: brian.tan.seng | YM: btanseng Twitter:...
Hi, I think it would be safe to assume that most members are using Spring framework and Hibernate in their J2EE applications. What are your current reactions...