Guillaume Compagnon

Ranch Hand
+ Follow
since Aug 09, 2001
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 Guillaume Compagnon

the next step of declarative security is to tag your code with meta data...
for example , put a "@role admin" on a method of the servlet , to restrict the call of this method to users with that role.

Does the book address this sort of issue ?
18 years ago
Do you give some concrete example on the implementation of JAAS into the Servlet ? (for relying on a specific profiles repository)
18 years ago
is there something on the declarative security : put some meta data (JSR 175) into the code for tagging an intern (private) method of the servlet and delegate security control to the container
18 years ago
Do you give some concrete example on the implementation of JAAS into the Servlet ? (for relying on a specific profiles repository)
is there something on the declarative security : put some meta data (JSR 175) into the code for tagging an intern (private) method of the servlet and delegate security control to the container
18 years ago
Date taken 2005-09-07
Results received 2005-11-06
=> near 9 weeks of delay !!

Used the JDK5 (NIO and concurrency packages)

Grade: P
Score: 375

Comment: This report shows the total 1.4 SCJD points that could have been awarded in each section, and the actual number of points you were awarded. This is provided to give you per-section feedback on your strengths. The maximum possible score is 400; the minimum to pass is 320.
General Considerations (maximum = 100): 84
Documentation (maximum = 70): 70
O-O Design (maximum = 30): 30
GUI (maximum = 40): 31
Locking (maximum = 80): 80
Data store (maximum = 40): 40
Network server (maximum = 40): 40
18 years ago


I have got my results!!

Date taken 2005-09-07
Results received 2005-11-06
=> near from 9 weeks of delay !!

Grade: P
Score: 375

Comment: This report shows the total 1.4 SCJD points that could have been awarded in each section, and the actual number of points you were awarded. This is provided to give you per-section feedback on your strengths. The maximum possible score is 400; the minimum to pass is 320. General Considerations (maximum = 100): 84
Documentation (maximum = 70): 70
O-O Design (maximum = 30): 30
GUI (maximum = 40): 31
Locking (maximum = 80): 80
Data store (maximum = 40): 40
Network server (maximum = 40): 40
I ve taken the exam and uploaded the assignment , the 7th september 2005.
So that makes 8 weeks ... that my history line is at "pending" status.

I have written an incident for that , one week ago , but I have got no answers... I am a bit angry

is there any penality if the results are not given in time ? (a free voucher for example ?)
I mean "dry" like the paint on something... I mean the beta is pretty final with no so much errors.

An advice for the future takers ... keep with you foods , water , if you can coffee ... because 5 hours is really long !
but ... it was not the exam questions
the examples I give have been modified (I ve changed the name of the variable)

but nevertheless, sorry Mr the sherif ... do not shoot me


are there no fuzzy questions in your beta exam for you, guys ?
for a beta , it was pretty "dry" ... IMHO ...
I understand they can not give the cert , right after taking the exam, but they could give us a paper sheet with a proof we have spent 4hours on these exam.
after the first spent 2 hours, even you are going to blow up ... you stay not to loose 2 hours ...
too long , it is like a marathon ... java marathon ...
;-)
with all the comments I have done ... I hope they will give me some extra points!
I think the exam is pretty well done, there is not a lot of fault /errors.
somewhere I have seen a method parameter as this : toto(byte[])

[Removed Exam Details - Mark Spritzler]

on 166 questions perhaps less than 10 ... with some fuzzy things
[ February 10, 2005: Message edited by: Mark Spritzler ]
I ve taken the beta exam, but except the final screen with "thx u , please wait between 6-8 weeks to get the results" I ve got nothing.

Is it the same for you ?
I've passed SCEA (Sun Certified J2EE Architect) and it seems to be difficult enough to be interessant for an employer
at least, with certifications, U have to learn a lot about all sort of technology or others stuff.
You've got JMeter from Jakarta Apache open-source projects:
JMETER load tool that is full Java
and opensta Open STA
that is complete and free...
taken during a invoiced project ...
I ve worked on it during the evenings and we... one year elapsed!
If You want to do like this, I advice you to write notes on all ideas you 've got, and review all done works each time.
and at the end... one or more sleepless night...
that's done!
21 years ago
Parallel Processing is the fact to have several "execution units" (or threads in java) that work for the same goal (for example calculating complex algorithms).
Distributed processing is the fact to have these "execution units" to be distributed on several physical machines.
The ProActive Project is a Java library for parallel, distributed, and concurrent computing.
That's work using J2EE techno (specially EJB).
As ProActive project is an opensource project and is using a EJB server, it is part of the ObjectWeb Consortium, which contains the JONAS EJB Server.
[ April 30, 2002: Message edited by: Guillaume Compagnon ]
[ April 30, 2002: Message edited by: Guillaume Compagnon ]
21 years ago