Hubert Trzewik (Prosystel) wrote:

Need tip for following subject.

JXForm is easy to create forms with multi-views and to build data model (for/from 
forms) just programming in JavaScript.
But, let say, I need to prepare a data model before displaying form. And I need access 
to DB for that.

Question is how to access SQL DB from JavaScript (not from XSP page)?
Am I able to use XSP logicsheets in some way or use some of Cocoon build-in components?

Thanks.
--
Hubert Trzewik
Prosystel Sp. z o.o.
[EMAIL PROTECTED]



The flowscript controlls only the application flow and in my opinion it should not process business logic like db connectionas. For this you should use own avalon components which are 100% java classes. This components you can plug-in into your flowscript.


Regards
Stephan




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to