Kishore
SCJP, blog
1)when should we use servlet rather than jsp?
2)when we should use stardard tag rather than javabean , can i just fully use on stardard tag ?
3)normally in a web application, how the pratice should be ?
SCJP 1.2, OCP 9i DBA, SCWCD 1.3, SCJP 1.4 (SAI), SCJD 1.4, SCWCD 1.4 (Beta), ICED (IBM 287, IBM 484, IBM 486), SCMAD 1.0 (Beta), SCBCD 1.3, ICSD (IBM 288), ICDBA (IBM 700, IBM 701), SCDJWS, ICSD (IBM 348), OCP 10g DBA (Beta), SCJP 5.0 (Beta), SCJA 1.0 (Beta), MCP(70-270), SCBCD 5.0 (Beta), SCJP 6.0, SCEA for JEE5 (in progress)
The standard HTML tag inside the JSP can be replaced by JSTL.
SCJP 1.2, OCP 9i DBA, SCWCD 1.3, SCJP 1.4 (SAI), SCJD 1.4, SCWCD 1.4 (Beta), ICED (IBM 287, IBM 484, IBM 486), SCMAD 1.0 (Beta), SCBCD 1.3, ICSD (IBM 288), ICDBA (IBM 700, IBM 701), SCDJWS, ICSD (IBM 348), OCP 10g DBA (Beta), SCJP 5.0 (Beta), SCJA 1.0 (Beta), MCP(70-270), SCBCD 5.0 (Beta), SCJP 6.0, SCEA for JEE5 (in progress)
and I think JavaBean is not that useful nowadays.
for (int i = today; i < endOfTime; i++) { code(); }
... and I think JavaBean is not that useful nowadays.
I'd certainly venture to disagree with that.
SCJP 1.2, OCP 9i DBA, SCWCD 1.3, SCJP 1.4 (SAI), SCJD 1.4, SCWCD 1.4 (Beta), ICED (IBM 287, IBM 484, IBM 486), SCMAD 1.0 (Beta), SCBCD 1.3, ICSD (IBM 288), ICDBA (IBM 700, IBM 701), SCDJWS, ICSD (IBM 348), OCP 10g DBA (Beta), SCJP 5.0 (Beta), SCJA 1.0 (Beta), MCP(70-270), SCBCD 5.0 (Beta), SCJP 6.0, SCEA for JEE5 (in progress)
Originally posted by Alvin chew:
can javabean replace by custom tag library ?
42
Originally posted by Jeroen Wenting:
Might have lost in importance a bit, but the use of beans to store information has only increased as it should.
Remember that ALL Java classes can effectively be beans if you code them with properly named getters and setters (and officially if you make them serializable).
Originally posted by John Brace:
Ahh Java... I remember those university classes well. The question though is - how many people use Java? It takes a while to load on most machines... and I've fixed a W98 machine in the past that got a worm through a Java exploit.
42
And will you succeed? Yes you will indeed! (98 and 3/4 % guaranteed) - Seuss. tiny ad:
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth
https://coderanch.com/t/751654/free-earth-friendly-heat-kickstarter
|