Search:

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

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    538

    Yes, but the project it's old, now Liferay and...

    Yes, but the project it's old, now Liferay and Maven created the archetypes to generate the projects as
    azzazzel-liferay-maven-sdk, but it seems that nobody have created an archetype to generate...
  2. Replies
    3
    Views
    538

    Spring Maven and Liferay

    Does anyone know if it exists a maven archetype to generate spring-portlet
    web project?

    Thx in advance,

    Enrico
  3. Replies
    7
    Views
    1,602

    Thx a lot Marten, you're right and I found the...

    Thx a lot Marten, you're right and I found the solution:



    ...
    <mvc:annotation-driven/>

    <mvc:interceptors>
    <bean class="it.intesys.spring.interceptor.MyInterceptor" />...
  4. Replies
    7
    Views
    1,602

    Thx Marten, I post my configuration: web.xml:...

    Thx Marten, I post my configuration:

    web.xml:


    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
    /WEB-INF/myApplicationContext.xml
    </param-value>
  5. Replies
    7
    Views
    1,602

    Ok, thx Marten, this my web.xml:

    Ok, thx Marten, this my web.xml:



    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"...
  6. Replies
    7
    Views
    1,602

    Hi Marten, thx a lot 4 your help, Yes, my...

    Hi Marten, thx a lot 4 your help,



    Yes, my DispatcherServlet has name "spitter" as <servlet-name> in web.xml and I wrote the interceptor configuration in spitter-servlet.xml. In web.xml I...
  7. Replies
    7
    Views
    1,602

    Interceptor doesn't work

    Hi all,
    I am working with Spring 3.1.0.M2 and I configured controllers by @Controller and @RequestMapping annotations.

    I want to intercept all client request (*) with an Interceptor which...
  8. Replies
    0
    Views
    1,003

    Spring Modules Validation

    Hi all,
    I am trying to validate a form submission and I read that spring validation works fine. I looked for this module: spring-modules-validation.jar and I found it only on maven
    repository...
  9. Replies
    2
    Views
    743

    Thanks a lot ksevindik for your help. Do you...

    Thanks a lot ksevindik for your help.

    Do you think that Spring will make somethings to manage cross context transaction in future?
  10. Replies
    2
    Views
    743

    Cross context transaction

    Hi, I have a problem.

    I have an application A which performs an operation
    on a database1 and invokes (by spring httpinvoker) a service (an application B)
    which performs an operation on a...
Results 1 to 10 of 10