Hello,
I have multiple controllers with the same path variables, in example:
Controller 1
/app/{alias}/invoices
mathods
/app/{alias}/invoices/list.html
/app/{alias}/invoices/add.html...
Type: Posts; User: netray; Keyword(s):
Hello,
I have multiple controllers with the same path variables, in example:
Controller 1
/app/{alias}/invoices
mathods
/app/{alias}/invoices/list.html
/app/{alias}/invoices/add.html...
Hello,
I would like to ask what would be the best way to secure an application:
there can by many customers who get an url
in example:
/app/{customer_alias}/invoices...
Hello,
I am creating an application with Spring RCP, Hibernate and Hessian.
Everything works fine but I am experiencing some perfomance issues mainly because of:
Hibernate eager relation...