Espen Dahl
|
| Posted: 01/21/2003, 4:22 PM |
|
I am very interested in the CCS 2.0 and are now evaluating the beta 1.
Tried to build a default sample Bookstore. The build script worked without
errors - "BUILD SUCCESSFUL" - but no jsp's are generated, just class files
and html files.
Any ideas on what might be missing? (I didn't have any problems at all
building the JSP 1.1 Book Store).
I guess Codecharge is using a MVC framework similar but not identical to
Struts? (Controller Servlet etc.).
(Testing on WinXP SP1, j2sdk1.4.0_01, Resin 2.17 and ant1.5.1)
|
|
|
 |
Dandavat
|
| Posted: 01/22/2003, 12:48 AM |
|
Hi Espen!
CCS has two options of code generation for Java users. Servlets with Templates and JSP with XML model. You probably selected Servlets and hence no JSP was generated.
Regards,
Dandavat.
|
|
|
 |
Espen Dahl
|
| Posted: 01/22/2003, 9:51 AM |
|
It is working as intended , I just realised after reading web.xml that the
url should be http://localhost/app/Default.do etc
Espen Dahl
|
|
|
 |
|