Commons Validator is mature, Struts use it for validate the input forms from years..
You can use cv in standalone model so you can validate client and server-side, but, imho, is the rigth choise...
Type: Posts; User: amodena; Keyword(s):
Commons Validator is mature, Struts use it for validate the input forms from years..
You can use cv in standalone model so you can validate client and server-side, but, imho, is the rigth choise...
I agree with you about % of problem that valang not solve.
Obviously is possible to use it as "base" for realize a validation for beck-end (create custom function at least or extends it for...
I suggest you to use valang validator for your beck end.
See the spring-modules ;)
Hi, i always use RPC for my ws, but now i need, for compatibility, to use document/literal ..as knowed i make the steps:
- create the class that extends ServletEndpointSupport
- register it
-...
Thanks...sincerly i not found nothing about this...in jira read about the possibility to execute bulk delete across "table" (intendig for subclass elements) introduced in 3.1beta of hibernate...but...
I've two type of client; first type of client is on the same machine (web client) and second are an Swing Interface (for managing User, Group and related permission) that access at my services with...
Thanks for your answer, but imho one of the advantages of use ORM like Hibernate respect EJB Entity is the possibility to use the same object between all layer; this is not a Entity and an set method...
I encurred in this problem...i use Hibernate as ORM and Spring for Glue between this and other business layer and for aop feature..
The problem is on the lazyes collection...i should passing the...
I have an Entity named Group that have n-n relation with itself (an group should be composed by other groups); the mapping is:
<set name="composedGroup" table="cs_mergesGroup" lazy="true"...
Thanks for answer...
i'll look it
Have a nice day
I read Spring in Action and Pro Spring, but i don't found this:
is possible using Validate API in businness layer or is only for WebApplication?
I should use commons validator as standalone or...
The HibernateTemplate is a helper class for reduce the coding (ex load, update, ex.) but if you whant use particular Hibernate function you should use HibernateCallback that exposed a session...
Ok, it's my conceptual error; i thinked that Springs (whit AOP) open the session at the start of any method declared on class that extends HibernateDaoSupport and closed it when method ends (or...
I don't use Programmatic Transaction Demarcation but Declarative Transaction Demarcation...
For this example (A/B class ;) ) my applicationContext.xml like this:
<bean id="dataSource"...
Ok i try it, thank for answer...
Hi, probally my question is stupid, but i don't found the solution serching on forum and Spring docs...
I'v a class A that is relationed to class B with n-n relation; with hibernate when i add an B...
Hi, i'm new to Spring; i've two SessionBean and a would that first bean call the second bean:
The applicationContext.xml for ejb is:
<bean id="firstSessionService" class="test.FirstServiceImp" />...