stevel 2003/03/14 21:59:16
Modified: java/docs user-guide.html Log: bug Id #12769 Revision Changes Path 1.81 +7 -0 xml-axis/java/docs/user-guide.html Index: user-guide.html =================================================================== RCS file: /home/cvs/xml-axis/java/docs/user-guide.html,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- user-guide.html 6 Mar 2003 16:06:21 -0000 1.80 +++ user-guide.html 15 Mar 2003 05:59:16 -0000 1.81 @@ -338,6 +338,13 @@ %</pre> (note that you may need to replace the "-p8080" with whatever port your J2EE server is running on) +<p> +<i><b>Important:</b></i> JWS web services are intended for simple web services. +You cannot use packages in the pages, and as the code is compiled at run +time you can not find out about errors until after deployment. +Production quality web services should use Java classes with custom +deployment. + <h3> Custom Deployment - Introducing WSDD</h3> JWS files are great quick ways to get your classes out there as Web Services,
