maybe i could help, just passed scjp 1.5 last jan. 31... :) the exam is not as hard as those mock exams found on the internet... Ronald A.de Leon International...
Congrats Ronald for passing the scjp 1.5 exam :-) Well, as Marie was saying - the org needs fresh blood. New people to take initiative to organize these review...
Ang issue ata dito yung TRO eh. The case may drag on, pero dapat sana inde ma-issue yung TRO. Yan na yung mahirap dun. Whatever the outcome ng case, while the...
Hello, I currently have a client who needs a j2me developer to develop a mobile game for Japan market. This need is immediate. Kindly email me if you are...
Hi Guys, Just wanted to asked if anyone knows how to point CVS Head to specified version. Let say I have 3 versions Version 1 Version 2 Version 3 Currently,...
anna.m.o.anillo@...
Feb 5, 2007 7:25 am
15211
Hi Everyone, RevaComm is currently looking for a Senior Developer in Manila, Philippines. Brief Description of Responsibilities: Lead the effort in ...
HI, I'm looking for Junior Java Web Programmer / Trainee. Basic Requirements -Familiar with JSP/Struts -Familiar with SQL -Familiar with Web Applications Flow ...
http://www.javapassion.com/ajaxcodecamp Excerpt: The 2nd session will start from Feb. 12th, 2007. New topics - Advanced Dojo toolkit, ZK framework, DynaFaces,...
I signed up for: http://www.examulator.com This is pretty cheap compared to the PC/Windows based testers ($15 for 3 months access), and since it's web based...
Hi, You may try this: 1. right click on the project. Go to Team --> Switch to Another Branch or vErsion 2. Click Select the tag . . . 3. Click Refresh Tags 4....
Got this from the PLUG mailing list... edited a bit... ... From: Orlando Andico <orly.andico@...> Date: Feb 5, 2007 4:12 PM The company I work for is...
http://java.sun.com/developer/Books/javaprogramming/ooad/ Peppered throughout the book are many common-sense principles that you're probably already familiar...
http://www.informationweek.com/shared/printableArticle.jhtml?articleID=197002953 Excerpt: There are 139,834 open source projects under way on SourceForge, the ...
Good day! Global Consulting Group is a fast growing Michigan-based technology company which offers competitive services in consulting, technology and ...
Which is better between the two in terms of speed. Accessing one time the database then putting all objects to session or accessing the database every now and...
Hello, My team in Lawson PSSC (www.lawson.com) is in urgent need of Java developers who are well versed in: - J2SE and J2EE - Eclipse or WSAD - XML - SQL -...
... time ... The first. You may also substitute "session" with "cache" if the data is meant to be shared among all users and read-only during the lifespan of...
http://www.javapassion.com/ajaxcodecamp/#1 Excerpt: In this session, you are going to learn basic concepts of Ajax such as how XMLHttpRequest JavaScript object...
When it comes to speed. I'm putting my bet on sessions since the objects are already in memory and no longer needs to be instantiated.. Creating a db...
... Creating a db connection and retrieving objects over the network is definitely costlier. Object creation itself (the new() call) costs almost nothing...
Maybe the right question would be is when to load an object(s) in session rather than pull it always in the database?... There are tradeoffs if you will put...
not necessarily true. you can pool all the connections you want but if your query is not optimal then data retrieval would still be slow. optimizing the speed...
... rather than pull it always in the database? I agree. I think this may be another potentially dangerous case of 'premature optimization'. Personally, rather...