This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Passed SCEA II/III with 92%

 
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I saw my score at the Sun's assignment upload/download web site: https://www.certmanager.net/sun_assignment/assignment.html

regards
 
Ranch Hand
Posts: 814
Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congrats
 
Ashish Sarin
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Ninad.
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ashish ,

I have one clarification in one of the tasks.
It is required to interface to non java based web application for fetching mileage details. I have been thinking of screen scraping as an option.
(i would say XQuery to extract data). Few websites say screen scraping is not a very elegant solution(i think they say screen scraping- rerminal emaulation).Iam planning to go ahead with screen scraping.
What are your thoughts on this? Please let me know if there are any suggestions at the earliest possible.
Thanks,
Justin.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's great...
Congrates!!!
 
Ashish Sarin
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Justin,

You are right about using XQuery, I will also suggest that you take a look at JTidy. You are going in the right direction.
 
Ashish Sarin
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Shailendra
 
justin pra
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ashish,

Thanks for your reply.
I am now not so convinced with XQuery appraoch.It is used for data retreival. In the given scenario,if payment is made by award travel,mileage miles have to be debited if available.
I feel for this update option,xquery may not be able to do update. can we not use session bean and dao to update mileage DB. Other option is to use web service,i think.Am i missing something. KIndly let me know.
Thanks,
Justin
 
Ashish Sarin
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Justin,

Its possible to directly access the mileage DB and update or retrieve information, but remember that this will result in duplication of business logic that applies for retrieving and updating mileage information in the DB. But this is a perfectly fine approach and people have passed by using session bean to interact with the mileage DB. The only thing to remember: justify your decisions in the document.

HTH
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation!

How long it take to get the result after submitting the assignment and taking the exam.
 
Ninad Kulkarni
Ranch Hand
Posts: 814
Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I took SCEA Part I exactly 7 years back on 6th Aug, 2001, and on 6th Aug 2008 I took SCEA Part III and the same day I uploaded my assignment. So it took me almost 7 years to complete this certification



Wow it's very long duration I think really it is a big giant exam.

anyway congratulations Ashish
 
Ashish Sarin
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Ninad.
 
Ninad Kulkarni
Ranch Hand
Posts: 814
Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How many years of experience is required to go for SCEA certification?
How much time it require to clear?
 
Ashish Sarin
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I feel 5 to 6 years experience working in Java should be enough to go ahead and take the SCEA exam.
The preparation time completely depends upon your real work experience. If you have been designing / architecting systems for sometime then 2-3 weeks is enough for completing the assignment exam.
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shall JSF application controller be shown in "application server" node or "web server" node? I appreciate if you can give me a hint.

Thanks.
 
I hired a bunch of ninjas. The fridge is empty, but I can't find them to tell them the mission.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic