Bala Thiruppathy

Greenhorn
+ Follow
since Oct 30, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Bala Thiruppathy



Hi, Can anyone please suggest me a better certification for Design Patter or UML Please? Thanks

Kengkaj Sathianpantarit wrote:I recommend IBM OOA&D with UML 2.



Hi, Please let me know whether the IBM UML certification is still available.

If not can any one suggest me better certification for Design Patter or UML based Please? Thanxs
Thanks you, All the best for your next certifications.

Jitendra Jha wrote:

Bala Thiruppathy wrote:Can you please let me know which book you have prepared to clear this exam.



Bala i strongly recommend Head First Servlet and JSP by Kathy,Bert and Bryan

15 years ago
Can you please let me know which book you have prepared to clear this exam.



Jitendra Jha wrote:Hello Ranchers
Today i cleared the SCWCD 1.5 exam with 81% marks
It may not sound great but considering that i prepared for 15 days only without any previous knowledge of Servlets and JSP, i think its a good effort
I must credit HFSJ(k&b&b) for this success.
I read the whole book once and solved each and every mock question,understanding why i got a particular answer wrong or why i got a particular answer right
What happens that sometimes we get some answers right but the logic which we apply is wrong,so it was a must do
on the last coffee cram exam i got 52%.
but i noticed that i was making mistakes in pattern,security
that was yesterday.I did both the topics in the night.

Now coming to the exam,the time was ample and i did not need to hurry
if you have understood the topic clearly,there is noway you can fail.
no cramming is required(apart from DD elements )

One more thing i would like to share is that,your success percentage is directly proportional to the time you spend on the Ranch....
It will certainly help you in clearing your concepts
Revision can be done by the notes of Fredrickshttp://esnault.frederic.free.fr/certification/scwcd_notes.pdf
you should certainly go through it
you can do patterns from http://faq.javaranch.com/java/PeabodyOnScwcdPatterns
infact these links were suggested by the ranchers here and were a great read....
Now i plan to take SCBCD as soon as possible
Best of luck to all those who are preparing


15 years ago
Hibernate version: Hibernate 3

This is my SQL query:

SELECT notification.div_id, notification.pa_no paNumber , criteria.pa_criteria_desc paOutboundCriteriaDesc
FROM pa_outbound_notification notification
Left JOIN pa_outbound_criteria criteria
ON notification.pa_criteria_desc LIKE criteria.pa_criteria_desc
where notification.div_id = '101'

What would be the logical replacement of HQL?
Thanks a lot for you genuine answer
16 years ago
Hi Friends,

I have to write a service between DB and other applications.

This service is need to read the database and provide the stream of objects.
There will be millions of records in the DB.

I thought of below given approach.
I need to convert the records into Objects stream (Is is possible to do soo??!).
This stream will be send acros other applications which uses this object for further processing (like converting into flat file etc).

Please suggest me. How to impplement it.

Thanks in advance,
Bala
16 years ago