Totally naive question, but I can't locate it anywhere and I've only begun to develop in Java.
The examples in "Java Servlet & JSP Cookbook" all include the package com.jspservletcookbook, but I can't find it to add it to my eclipse.
Thanks,
|
|
|||
where can I get the com.jspservletcookbook package?
Totally naive question, but I can't locate it anywhere and I've only begun to develop in Java.
The examples in "Java Servlet & JSP Cookbook" all include the package com.jspservletcookbook, but I can't find it to add it to my eclipse. Thanks, 1 Reply
If you look at the page for Java Servlet and JSP Cookbook, in the left column below the image of the book cover, click on the Examples link.
In the example zip file, there's a directory for each chapter, which have a directory named "com" which contains a directory named "jspservletcookbook" which then contains java files. I have not worked at all with Eclipse, but are those the files you're looking for? |
|||
|