Re: WebServices Sample Code Location ?

2006-01-19 Thread Randy Becker
I too have looked for AmazonClient in the past, but have been unable to find it. My /Developer/Examples/JavaWebObjects dir looks like this: DatabaseSetup FileUpload Frameworks HelloWorld JCDiscussionBoard JCEntityViewer JCMovies JCPointOfSale JCRealEstate JCRealEstatePhotos JCRentalStore JCStud

Deploying to servlet and database settings

2005-11-21 Thread Randy Becker
Okay. I've got a project working well on my local mysql database, and I'd like to deploy it to my server, which is running jetty. The only problem so far is connecting the app to my database. My host gave me a url of the form jdbc:mysql://mysql/dbname?user=username&password=password where ca

Display-Data Consistency in session

2005-11-18 Thread Randy Becker
I'm coming up against some issues with modifying my database - whenever I modify an object, the change is reflected in the database, but is not displayed correctly until the current session is ended and a new one created. Am I doing something wrong when I change the DB? I'm doing something

Re: CORRECTION: Re: More newbie questions

2005-11-17 Thread Randy Becker
at 3:23 AM, Wolfram Stebel wrote: Am 15.11.2005 23:46 Uhr schrieb "Randy Becker" unter <[EMAIL PROTECTED]>: You already received valuable information on the other topics. And finally, how can I do something like the WOExamples WXCheckBoxList - I tried importing some of

Re: More newbie questions

2005-11-15 Thread Randy Becker
On Nov 15, 2005, at 7:59 PM, Lachlan Deck wrote: Hi there, On 16/11/2005, at 10:48 AM, Randy Becker wrote: On Nov 15, 2005, at 6:21 PM, Sacha Michel Mallais wrote: On Nov 15, 2005, at 2:46 PM, Randy Becker wrote: but I'd like to do something like String format = &q

Re: More newbie questions

2005-11-15 Thread Randy Becker
On Nov 15, 2005, at 6:21 PM, Sacha Michel Mallais wrote: On Nov 15, 2005, at 2:46 PM, Randy Becker wrote: Firstly, is there an EOUtilities function to return objects that match multiple criteria? Or do I have to use lower level methods? Yes, you're using it

More newbie questions

2005-11-15 Thread Randy Becker
Well, I've been working on my app for a bit now, and I've come up some more questions. Firstly, is there an EOUtilities function to return objects that match multiple criteria? Or do I have to use lower level methods? Right now I've got: String format = "title caseInsensitiveLike %s"; NSArra

Re: WOSwitchComponent?

2005-11-13 Thread Randy Becker
- namely WOComponentContent. Each page should include your PageWrapper component. What happens at runtime is that your page essentially gets popped into the PageWrapper in place of the WOComponentContent. Very powerful but difficult to visualize. Karl On 13-Nov-05, at 1:18 PM, Randy Becker wro

WOSwitchComponent?

2005-11-13 Thread Randy Becker
Hi, I'm new to WO, and was wondering what the WO way is to implement a common look to a site. By this I mean having a dynamic, but always included header, footer, etc. I get the feeling that it has something to do with components and maybe with WOSwitchComponent, but I can't really get anyt