Re: trying to mimic example in chapter 8 of FieldsKolb book

2000-06-02 Thread Tom Wilcoxen
You may need to change the import directives in the JSP pages to reference the new beans. E.g.: %@ page import='com.taglib.wdjsp.arch.FetchDatasetServlet' % Or whatever the path is. Tom -Original Message- From: A mailing list about Java Server Pages specification and reference

Move data from one db to another?

2000-05-25 Thread Tom Wilcoxen
Hi All, I'm trying to move data from an online db to an offline one. I have a bean that I have set up a select method to get info from one system, and the same bean has an insert to put that data into the other system. However, when I get a result set from the select and loop through it in the

Re: Recommend a Book

2000-05-23 Thread Tom Wilcoxen
Hi Claire, Here are two that I have: Web Development with JavaServer Pages by Fields and Kolb, published by Manning. JavaServer Pages by Larne Pekowsky published by Addison Wesley The first is more comprehensive, and if you only buy one, I'd recommend that one. The second is a quicker read and