July
This is the archive for July, 2008.
Dive into the archives.
- Transposing Records into One Field
As they say in Exist, There’s always a better way.
What I Did…
performed a loop for each record in my collection to retrieve another collection using a particular Id in the record
and placing the retrieved collection to be part of the record.
The Effect…
my screen populates very slow
The Solution…
from backend, transpose those collection being retrieved […]
- Eclipse: build-error but seems everything is set properly
Been using Eclipse for two years now.
So I have this project with a modular setup where all model class is in one folder while the webapp is in another folder.
Okay, so i did check everything. It seems everything is set properly.
My project do get build in maven, all build path and variables are […]

