WebSphere Studio Application Developer?
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Hi..
In HFSJ book Apache WebServer and Tomcat Web Container is used to explain the concepts. I am using WebSphere Studio Application Developer. Then What Could be the WebContainer for this.. or else WSAD combines both the server and the container..
Thanks in Advance..
[ February 19, 2007: Message edited by: Jessica James ]
In HFSJ book Apache WebServer and Tomcat Web Container is used to explain the concepts. I am using WebSphere Studio Application Developer. Then What Could be the WebContainer for this.. or else WSAD combines both the server and the container..
Thanks in Advance..
[ February 19, 2007: Message edited by: Jessica James ]
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Doesn't WSAD come bundled with Websphere Application Server? This would be your servlet container and much much more...
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
but better to configure tomcat 5 in your wasad
for wcd(1.4)
for wcd(1.4)
posted 18 years ago
WSAD contains a built-in testing environment (UTE), which can be act as both Web server and application server. Basically, the web server is Apache and application server is WAS.
Thus, you can simply launch your application while the testing server in your WSAD started. You dont have to worry about how Apache and WAS linked together (unlike Apache and Tomcat, which you need to add a linked object between them). Or you can work in simple way that solely uses Tomcat, as it is also a light web server if you dont need advanced functions from a web server.
Nick
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
In HFSJ book Apache WebServer and Tomcat Web Container is used to explain the concepts. I am using WebSphere Studio Application Developer. Then What Could be the WebContainer for this.. or else WSAD combines both the server and the container..
WSAD contains a built-in testing environment (UTE), which can be act as both Web server and application server. Basically, the web server is Apache and application server is WAS.
Thus, you can simply launch your application while the testing server in your WSAD started. You dont have to worry about how Apache and WAS linked together (unlike Apache and Tomcat, which you need to add a linked object between them). Or you can work in simple way that solely uses Tomcat, as it is also a light web server if you dont need advanced functions from a web server.
Nick
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)
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
I'd recommend avoidance of IDE's in studying for the exam.
The reason is that IDE's often autocomplete things for you - That doesn't help too much with learning. They also do all the library imports and function skeletons for you, which is not good, as many questions on the exam are related to the syntax.
Highlighting of errors is a good and bad thing which IDE's provide. It's good in that it will alert you to errors, but bad in that the simplicity they provide for fixing the errors limits how much you'll remember them.
I'm personally using just a text editor. It takes longer to study, but I find you remember things better.
After the exam, go nuts with the IDE of your choice
The reason is that IDE's often autocomplete things for you - That doesn't help too much with learning. They also do all the library imports and function skeletons for you, which is not good, as many questions on the exam are related to the syntax.
Highlighting of errors is a good and bad thing which IDE's provide. It's good in that it will alert you to errors, but bad in that the simplicity they provide for fixing the errors limits how much you'll remember them.
I'm personally using just a text editor. It takes longer to study, but I find you remember things better.
After the exam, go nuts with the IDE of your choice
| Humans and their filthy friendship brings nothing but trouble. My only solace is this tiny ad: The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |










