I am new to Visual Age.
Could some one help in how to develop Servlets in Visual Age 3.0.2. I wanted to develop servlet with visual components.
Thank you
Printable View
I am new to Visual Age.
Could some one help in how to develop Servlets in Visual Age 3.0.2. I wanted to develop servlet with visual components.
Thank you
test
Hi, You need to import IBMServletIDEUtility package from repository to ur workbench. It will contains JSDKServletRunner, by which u can run ur servlets. First of all u have to run this particular JSDKServletRunner, by doing so, u will get a message in ur console saying "Server running #some default port# ". Then run ur servlet as same as ur normal java class.
I hope it could help U
Sreeni