kalai sundar

Ranch Hand
+ Follow
since May 25, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kalai sundar

Check out http://findmylocation.info/faq.jsp for more details on geo location services.
Check out http://findmylocation.info/ to see java based geo location service.
10 years ago
Check out http://ourownjava.com/endeca for Oracle Endeca articles and blogs.
10 years ago
ATG
ATG stands for Art Technology Group. Recently Oracle bought over ATG. ATG is an e-commerce solution and framework. You can find many useful tutorials on Oracle ATG at http://ourownjava.com/atg
As per my experience in Endeca is much better than the Websphere commerce solution. Endeca is better in aspects like development speed, performance, latest technology stack and business user friendly.

http://ourownjava.com/endeca
10 years ago
Check out http://ourownjava.com/atg/ for good blogs on ATG. I have noticed many good articles about ATG in that site.
Check out http://ourownjava.com/how-to-write-a-custom-class-loader-in-java to know more about custom class loader, class loader hierarchy and more.
11 years ago
ATG
Please check out http://ourownjava.com/category/atg for ATG tutorail
11 years ago
I am not suppose to change its as Treeset .I have to sort the student information
inside the HashSet based on student id.
14 years ago
Could not sort a hashset based on its value . In the below code i have hashset
which contains multiple student information .So want to sort the haset based on the student id.
Below code is not working.Can anyone help me.

14 years ago
Hi,

Can you please elaborate on how the <generator> will be used for composite PK?. In my situation XYZ_REQUEST_ID needs to be auto-generated from xyz.sequence_application_id sequence, and XYZ_REQUEST_SITE_ID is a foreign key .
Fax
Hi all... can anyone give idea how to fax pdf file in java.....
17 years ago
Hi,
I am using ObjectInputStream in my application, when i check the memory useage using JProfiler its very high. I am using reset method too, but still the memory useage is very high.How to rectify this problem, help me....
17 years ago