Hi again (and thanks for replying) I didn't say Wesley is not correct..On the contrary... As I have first to work it out and then see if I get any more questions. (Obviously not having done this before, was the reason for asking about documentation (or a cookbook) in the first place.
Sofar I 've done a lot working with Flex for the client and the business logic of my app, having Hsqldb as a basic database. I also feel very satisfied with Flex documentation and on-line help (this forum included) that helped me so much sofar. So I still consider any additional hint towards a good book on BlazeDS, covering both some examplary applications as well as pointing to differences to say JBOSS for instance. This as I want to go a bit deeper into the subject and understand better.. some aspects. Thank you all George --- In [email protected], "valdhor" <valdhorli...@...> wrote: > > Wesley is correct - This is a Java question. > > You already have the BlazeDS part set up and working. All you need to > do is change the database access in Java. > > I would suggest following the tutorial Wesley provided and then apply > the knowledge gained to your project. > > From what I can see this entails adding the driver for the MySQL > connection; removing the flex.samples.ConnectionHelper stuff and > adding the dbHandler handler class from the tutorial. > > > --- In [email protected], "grg_blls" <grg_blls@> wrote: > > > > --- In [email protected], "Wesley Acheson" > > <wesley.acheson@> wrote: > > > > > > Really thats more of a java question then a flex one. for using > > mysql > > > and tomcat try > > > > > > http://www.opensourcetutorials.com/tutorials/Databases/MySQL/tomcat- > > and-mysql/page2.html > > > > > > > Thank you Wesley for a quick reply. > > But what I am asking has to do with BlazeDS (how to set up its > > environment) in conjunction to the MySql database environment plus > > Tomcat environment. So this is more complicated than that. > > > > You see I understand what to do with the Java classes needed and that > > I have to set up a Remote Object in mxml, and that I have to > > configure how I connect to the service destination. (I have done that > > already while using the Hsqldb - and work just fine, by following the > > documentation available). Now I have to again with MySql, but I > > missing a clear documentation.. > > > > Then BlazeDS has to be set up properly to work with MySql under the > > servlet container (Tomcat). Mainly this connection will serve user > > login procedures, so what will be in that database will be a number > > of users and their login data. (I mean an apriori unknown number of > > users) > > > > Thank you > > George > > >

