Tom Yin

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

Recent posts by Tom Yin

I got my java application done and like to license it before final release, but how do I do that by java? I don't like to buy the commercial license manager tools, any reference to guide me? or any open source products?

Thanks in advance!

-Tommy
18 years ago
Congradulation!

Could you dedicate those URLs to the references that you mentioned? I am starting to prepare for it, your experience is much valuable to me!

Thanks

Tom
19 years ago
Hi, Peter

Congradulation!

I got similar situation as your before, I agree starting from sequence diagram is good idea, but my questions:
1. should a sequence diagram for each use case?
2. if a sequence diagram needs to jump to another use case, how do you do that that, such as while customer saving itinerary if not login, system requires redirect to authentication use case.
3. do you get only one class diagram? or a few of them? and how many classes inside.

Thanks

Tom
Hi, all

I got the assignment for a month, but I am still hung around and do not know how to start it. something likes:
1. do I give a big class diagram or a few smaller ones?
2. does one sequence diagram for each use case? while drawing the sequence diagram, i found I need to jump to anther use case, how do I deal with this situation?
3. anything do i pay attention to to the above diagram? as i know one thing, I need to put all my assumption down to the paper, any format on that?
4. last question, any tips to get hand dirty quickly

Thanks in advance!

By the way, any free UML tool to the above tasks.

-Tom
Hello, guys
Could you please give me some recommendation? about:
1. which SCEA book is the most useful for part 1 exam?
2. only one book on SCEA is enough?
3. any other reference besides the book?
Thanks
Tommy
Thanks, Max and Andrew
It seems I should go for it as soon as possible, I am appreciated the information you provide, that is really useful and in time :roll:
Tom
After I review the requirement of my assignment again, I found the following description about the application running:
"... "server", indicate the server program must run, "alone", indicating standalone mode. or left out entirely, in which case the network client and gui must run."
My understanding on that is:
1. java -jar runme.jar alone --> run application locally
2. java -jar runme.jar server --> start the RMI server
3. java -jar runme.jar --> start the GUI and RMI client
Is my understanding correct? if so, another question is raising, how examer start rmiregistry with the runme.jar? From the reference I found, we have to extract the runme.jar, change to the classes directory, then start rmiregistry manually, I am guessing that might be too many steps to the examer.
What is option?
Thanks
Tom
Do everyone know what should be perpare for the SCJD following up exam? Any Tips?
What is the test format?
thank a lot
Tom