• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

I am now SCEA certified!!

 
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Wow, I just found out that I received my SCEA designation. My mark (and mark breakdown) has not yet been posted to the following link:

http://www.certmanager.net/sun_assignment/

However, the history and certification icons on the following link:

http://www.certmanager.net/sun/

show that SCEA certification was granted on the 15th, and that a SCEA certification kit was mailed out today!

Thank you so much everyone. It has been a very long certification for me and I learned a lot from this group. Wow. I still can't believe it. I am SCEA certified and not just certifiable :-)

So what now? What have other SCEA candidates done to advance their skill, knowledge, etc -- apart from the Sun-based certs and job experience?

Thanks to everyone.

Darryl Staflund
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Darryl
 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's awesome!
 
Ranch Hand
Posts: 317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Darryl !

Now that you are SCEA, it opens so many doors for you..u can plan to get certified in Web services, or get into IBM MQ, system integrations, open source frameworks creation etc etc.
The choices are endless. For now, bask in the glory of being a new SCEA and enjoy ur spot in the sunshine

Parag
 
Ranch Hand
Posts: 872
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
The reason why I chose to do the SCEA is that it is no walk in the park., It will sure to open doors for me that was once closed. When I complete it, I will have all three certification (SCJP SCJD and SCEA). They might not be no Computer Science Bachelors Degree in but it is better then a kick in the teeth and it might be the small difference of getting or not getting that job.
 
Ranch Hand
Posts: 344
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Darryl,
congrats on passing.
Can you give us some insights on your diagrams? For example, did you go for a similar look to Cade, or did you do something else (i.e. include a Framework).

Well done,
Ray
 
Darryl A. J. Staflund
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ray,

My Class diagram is very similar to Cade's and contains 23 classes. My component diagrams are also similar to Cade's although the diagrams related to the business tier detail an extra layer of classes between the Facades and EJBs, because I made heavy use of the 'Application Service' design pattern -- a pattern that has Facade classes handling business logic off to one or more Application Service classes. My sequence diagrams are all my own though. I won't go into what I mean by that but I made numerous use case diagrams using UML 2.0 and used it to detail design patterns that I incorporated in the client, presentation, business, and integration tiers of my application.

Darryl

PS: I have sent a letter off to Prometric asking for my marks so I'll post them when I hear back from them.
 
Ramon Gill
Ranch Hand
Posts: 344
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Darryl,
Thanks for the feedback. Look forward to seeing your marks, especially for the Sequence diagrams.
Ray
 
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Darryl for being certified.

How big was your assumption document..

Also was that all you supplied . the assignment says to architect and design so do we need to give all the design justification as well as the architecture layout. I am no architect in work so putting together such a document has been quite an effort for me .Please advice.

Thanks
Dhiren
 
Darryl A. J. Staflund
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
> How big was your assumption document..

Not too long. It comes to about 10 pages printed but it consists mostly of tables with point-form comments.

> Also was that all you supplied.

I also added:

a. a Use Case diagram to indicate the relationships between the Actors I identified.
b. A small implementation model to show how I packaged my deployment files.
c. A small deployment diagram to show how I deployed my packages on the network, and how I networked the servers.

I didn't intend to do this but found it made my submission a lot more comprehensible. I'd say do what works for you. As long as you submit the bare minimum you will be fine.

Darryl
[ July 20, 2004: Message edited by: Darryl A. J. Staflund ]
 
Darryl A. J. Staflund
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

My SCEA grade and point breakdown was finally posted to Certmanager. Here it is:

Grade: P
Score: 89
Comment: This report shows the total points that could have been awarded in each section and the actual amount of points you were awarded. This information is provided in order to give you feedback on your relative strengths on a section basis. The maximum number of points you could have received is 100, minimum to pass is 70.

Class Diagram (44 maximum) .......................... 42
Component Diagram (44 maximum) ...................... 39 Sequence/Colloboration Diagrams (12 maximum) ........ 8

I am pretty sure I lost marks for laziness :-) Because I am working full-time and just wanted to get the assignment out the door, I didn't critically comment my diagrams that much -- especially the use cases. Oh well. A pass is a pass and I'll take it!

Darryl
 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Darryl A. J. Staflund:
Hi everyone,

My SCEA grade and point breakdown was finally posted to Certmanager. Here it is:

Grade: P
Score: 89
Comment: This report shows the total points that could have been awarded in each section and the actual amount of points you were awarded. This information is provided in order to give you feedback on your relative strengths on a section basis. The maximum number of points you could have received is 100, minimum to pass is 70.

Class Diagram (44 maximum) .......................... 42
Component Diagram (44 maximum) ...................... 39 Sequence/Colloboration Diagrams (12 maximum) ........ 8

I am pretty sure I lost marks for laziness :-) Because I am working full-time and just wanted to get the assignment out the door, I didn't critically comment my diagrams that much -- especially the use cases. Oh well. A pass is a pass and I'll take it!

Darryl




Darry, Congratulations! Pass is most important.
 
Parag Doshi
Ranch Hand
Posts: 317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Darryl ! Thats a nice score..good job
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Darryl A. J. Staflund:
Hi all,
So what now? What have other SCEA candidates done to advance their skill, knowledge, etc -- apart from the Sun-based certs and job experience?


Congratulations Darryl !

Well SCEA alone isn't sufficient to survive in real world. Attending your local JUGs, keeping up with new specs and trends and specializing in one or two vendor offerings(especially App servers) are all good ways to advance your skills over and beyond what your every day job can offer.

HTH
 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Darryl A. J. Staflund,

Configuration,now I am preparing the Part 2,I think your experence is very helpful for me.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!It's great!
I am preparing for the first part now!
Can you give some advice?

Bill
 
If you have a bad day in October, have a slice of banana cream pie. And this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic