Search:

Type: Posts; User: amodena; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    1,808

    Commons Validator is mature, Struts use it for...

    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...
  2. Replies
    8
    Views
    1,808

    I agree with you about % of problem that valang...

    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...
  3. Replies
    8
    Views
    1,808

    I suggest you to use valang validator for your...

    I suggest you to use valang validator for your beck end.
    See the spring-modules ;)
  4. Replies
    0
    Views
    796

    web services document/literal

    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
    -...
  5. Replies
    2
    Views
    1,990

    Thanks...sincerly i not found nothing about...

    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...
  6. Thread: POJO on Client

    by amodena
    Replies
    4
    Views
    983

    I've two type of client; first type of client is...

    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...
  7. Thread: POJO on Client

    by amodena
    Replies
    4
    Views
    983

    Thanks for your answer, but imho one of the...

    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...
  8. Thread: POJO on Client

    by amodena
    Replies
    4
    Views
    983

    POJO on Client

    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...
  9. Replies
    2
    Views
    1,990

    Hibernate Problems

    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"...
  10. Replies
    2
    Views
    880

    Thanks for answer... i'll look it Have a nice...

    Thanks for answer...
    i'll look it
    Have a nice day
  11. Replies
    2
    Views
    880

    Validate question

    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...
  12. The HibernateTemplate is a helper class for...

    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...
  13. Thread: Lazy Question

    by amodena
    Replies
    6
    Views
    1,419

    Ok, it's my conceptual error; i thinked that...

    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...
  14. Thread: Lazy Question

    by amodena
    Replies
    6
    Views
    1,419

    I don't use Programmatic Transaction Demarcation...

    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"...
  15. Thread: Lazy Question

    by amodena
    Replies
    6
    Views
    1,419

    Ok i try it, thank for answer...

    Ok i try it, thank for answer...
  16. Thread: Lazy Question

    by amodena
    Replies
    6
    Views
    1,419

    Lazy Question

    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...
  17. Thread: Hidden Facade

    by amodena
    Replies
    0
    Views
    1,055

    Hidden Facade

    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" />...
Results 1 to 17 of 17