Originally posted by Ismael Upright:
Just a few people asking about EJB 4.0 like me or saying about their hopes related to EJB 4.0![]()
Originally posted by Kapil Sreedharan:
But which is the book tat we need to prepare for SCBCD5.
Originally posted by Charles Lyons:
Okay, but surely the SCWCD would be a prerequisite to JSF? You should understand all the basic components (which JSF relies upon) before using JSF, so you'd end up taking the SCWCD anyway.
As far as I can tell, the authors of the new specs went "hey, we've got a great platform here which does everything we want, so let's just make a few minor changes and call it a new spec - that way we keep in line with the rest of Java EE 5 where the changes are really in the EJBs".
My point was not in downloading/installing on a home machine, but the system requirements on a server to run.
Originally posted by Charles Lyons:
Except for JSF becoming a core part of the spec, what changes would those be? Do you mean the minor things like whitespace trimming in JSPs? Or perhaps EL 2.1 - the new features of which only really work within JSF?
to run an EJB server properly you need better infrastructure than to run just, say, a Tomcat container.
This is why the vast majority of hosting companies who offer Java Web hosting only offer the Web tier
It is also true that while you do logic with EJBs, you can do everything from logic to presentation within the Web tier
(yes, it won't do things like CMP for you, but if it's only a simple model it doesn't really matter and you can code the support up for yourself or use an existing framework).
EJBs have also frequently been referred to as a "bloated" API, though with the new annotations this is much less of a truism.
Originally posted by Paul Michael:
Most people (if I got my statistics right) take WCD first before BCD.
Originally posted by Marc Peabody:
You're looking at the wrong material. The exam uses the J2EE 1.4 specs and APIs. In 1.4 they all return a plain old Enumeration.
Originally posted by Anirudh Vyas:
And no, i don't think anything is fixed in JSF dude, Just take a look at spec 1.2 you would know what i am talking about.
Phases, are not aligned for one.
Components customization is a nightmare in jsf.
Then its JSP used in JSF. I think JSP is a straight violation of MVC design pattern. JSP can contain blah blah logic
Originally posted by Anirudh Vyas:
I don't understand why JSF has to be on the list of certification at all. Personally, I'd like to see JSF turn into Wicket Framework.
Currently just about everything in JSF is a nightmare.
Originally posted by Bryan Basham:
I can tell you that Sun Microsystems does not have a certification on JSF currently; however, I have recommended that they incorporate some JSF topics into Sun's SCWCD exam.
Originally posted by Seena Conne:
How do you know that it covers 1.4 and not 1.5 when the title of the exam says Java Platform, Enterprise Edition 5. Doesn't that mean it is JEE 5 and not J2EE 1.4?
That's the cause of my confusion
Originally posted by Marc Peabody:
The changes are typically so minor that they wouldn't have made the cut even if the exam were completely rewritten.
Originally posted by Ulf Dittmer:
(The jsp:param tag is used to add parameters to an applet tag. It has nothing to do with HTTP request parameters.)
Originally posted by Charles Lyons:
Have you looked at the changes between the J2EE 1.4 and Java EE 5 versions of the specs? There are only a handful of really minor things which may, occasionally, prove useful to you (like trimming extraneous whitespace) but nothing there which will affect your day-to-day development at all.
Originally posted by Aleksander Switalski:
These objectives have been removed by accident probably, because I had questions about EL functions and operators on SCWCD 5 exam.
Someone did copy-paste on objectives not quite right![]()
Originally posted by Marc Peabody:
The 1.4 specs will be valid for version 5 of SCWCD since no new topics were added.