Mike Wius

Greenhorn
+ Follow
since Dec 11, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mike Wius

Ben Two,
Check for results in both the below links

Link 1 shows my results as passed in test history for part 2(The general message with marks for each diagram..etc.)

Link 2 still shows pending in test history.

1) https://www.certmanager.net/sun_assignment/


2) http://i7lp.integral7.com/sun
Thank you all.

I was suprized my self. I got the results very fast.
I just got my results. I passed part 2. Yuhoooo!!!


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) .......................... 39
Component Diagram (44 maximum) ...................... 39
Sequence/Colloboration Diagrams (12 maximum) ........ 11
There are many resources for people on SCEA Part i & II, Let me post some helpful tips on Part III.

I am not giving out what questions were asked, I am going to tell how I prepared and the questions came from what I prepared for.

I partially prepared for Part III, when dong Part II.
I questioned my self ... and made notes.

1) How does your design handle Scalability?
2) How does your design handle performance?
3) How does your design handle security?
4) How does your design handle Reliability?
5) How does your design handle Availability?
6) How does your design handle Extensibility?
7) How does your design handle Manageability?
8) How does your design handle Maintainability?

Each of the below question also ask , "Why did you choose?"

1) How does your design support session/state handling?
2) How does your design handle persistence?
3) How does your client tier talk to business tier?
4) How does your design handle Qos 5 Sec in peak time?
5) How does your design handle transactions?
6) How does your design handle authentication and authorization?

All four questions I got are covered.

If you already gave Part II and waiting to Part III, Thats ok too, look at your submission and ask your self the same questions.

Good luck all!

Waiting for result now! Wish me luck !
[ October 16, 2007: Message edited by: Mike Wius ]
Lets say I am shopping on Amazon, placed 2 books in shopping cart and saved the shopping cart. I haven't paid for it , i just saved the shopping cart and I want to come back tomorrow and pay.
That same day some body loaned the book I wanted to buy.
So, i didn't go to Amazon and didnt pay for my books.

How to handle the the situation to make the books available to other shoppers when Amazon still thinks that I am coming back to pay for my cart?
I am going through pet store app from sub website preparing for scea part 2.

In the pet store example the class diagram is as follows

http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/images/app-archa4.gif

Is this level of details sufficient for the scea part 2 exam?

If Not, What other details do we need to include in the class diagram?
Hi,
After working with websphere for long time now i'm going to work with weblogic.
Can you some one explain me what is the different between Weblogic 8.1 and websphere 5.0?
Thanks in advance,
Mike
21 years ago
When i'm trying to run the program. I'm getting error message by saying "Exception occurred during launch Reason:Error within debug UI".
Please give me the solution.
Thanks in advance!!!
Hi Mike Curwen !
Thanks a lot it's working fine now.
Regards,
Mike
21 years ago
Hi!
When i'm running tomcat on windowds xp pro i'm geeting error message by saying "Windows cannot find '-Dsun.io.useCanonCaches=false'."
I'm using jdk 1.4 and tomcat 4.1.
SET JAVA_HOME = C:\jdk1.4
SET TOMCAT = C:\tomcat
SET PATH = %JAVA_HOME%\BIN;%TOMCAT_HOME%\bin;%PATH%
Thanks in advance
Mike
21 years ago