Forum: JSP Jun 25th, 2007 |
| Replies: 13 Views: 4,743 You know duckman it is not this dangerous to call server methods from a client. Look at Corba and you'll have perfect secure language where client calls server methods. You have a local... |
Forum: JSP Jun 25th, 2007 |
| Replies: 13 Views: 4,743 Thank you for your link sos It is very interesting. |
Forum: JSP Jun 22nd, 2007 |
| Replies: 13 Views: 4,743 I know this kind of thing but it's a little bit ennoying to always pass the name of your functions to your servlet and not to be able to communicate directly with the class instances methods you... |
Forum: JSP Jun 22nd, 2007 |
| Replies: 13 Views: 4,743 That's correct and it's exactly like this I have resolved the problem, it's a little bit long because I have a lot of if statements but it works so it's okay
ciao tutti
ovidiu |
Forum: JSP Jun 22nd, 2007 |
| Replies: 13 Views: 4,743 I have finally resolved my problem using dojo, a javascript plateform used in Ajax development.
Dojo is really great and you can do whatever you want with it (almost) I'm passing in the javascript... |
Forum: JSP Jun 19th, 2007 |
| Replies: 13 Views: 4,743 You know, you have the same kind of thing in Ajax the only difference is that I don't want to call a servlet or a jsp page but only some functions situated in the servlet or jsp page. |
Forum: JSP Jun 18th, 2007 |
| Replies: 13 Views: 4,743 Hello everyone,
I have a question for you.
I would like to call a function situated on a server side servlet or in a jsp file with a javascript function (client side) and to show the results... |