No. Solved the problem.
Thanks :D
Type: Posts; User: joergen; Keyword(s):
No. Solved the problem.
Thanks :D
Hi,
I'm trying to create a simple form:
public class MyForm extends AbstractForm {
//here goes implementation
}
public void test(){
FormModel formModel =...
It does certainly seems to be a remarkebly easy and flexible -
thanks a lot.
Is it possible to expose remote services without using a servlet/JSP container (for example by using the RMI registry) with spring ?
And, is it possible to create a standalone application...