Search:

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

Search: Search took 0.03 seconds.

  1. Maybe using:...

    Maybe using: http://static.springsource.org/spring-webflow/docs/2.3.x/reference/html/ch06s07.html#streaming-actions ?
    Which approach is the best for these cases?

    I was taking a look to a lot of...
  2. Render JSON as result of webflow execution (expression evaluation).

    Hi Guys,

    Quick question. I am working with webflow in an application and I need to render JSON as result of an evaluation expression.

    My flow is defined in this way



    <view-state id="..."...
  3. Sending Multipart File as POST parameters with RestTemplate requests

    Hi guys,

    Well i think that were are talking about different thinks. It's easy and straightforward make an upload from a JSP page to a Spring Controller.-

    But what i trying to do is send...
  4. Post Multipartfile to Rest Service using rest template

    Hi guys,

    I am working with Spring 3 and RestTemplate. I have basically, two applications and one of them have to post values to the other app. through rest template.

    When the values to post...
  5. Sending Multipart File as POST parameters with RestTemplate requests

    Hi Oakeye,

    I'm posting an (non working :P) example project with the configuration that i am using for post multifileparts through Rest Template.
    It would be nice if you can check what i am...
  6. Sending Multipart File as POST parameters with RestTemplate requests

    Oakeye, thanks for your response again.

    That configuration is already on my application-context.xml.

    I have:



    <bean id="multipartResolver"...
  7. Replies
    1
    Views
    2,568

    How to RestTemplate Post MultiPart File

    Any suggestion? Just i want to know if it can be done.
  8. Sending POST parameters with RestTemplate requests

    Oakeye, thanks for your response.

    That is not working for me, i am getting a convertion exception all the time.

    Here is the stacktrace...


    ...
  9. Sending POST parameters with RestTemplate requests

    Oakeye, thanks for your response.

    That is not working for me, i am getting a convertion exception all the time.

    Here is the stacktrace...


    ...
  10. RestTemplate - Mixing Parameters in MultivalueMap

    Oakeye, i understand your example, but i have a question... can i do this:



    public void post(@RequestParam("file") MultiPartFile pFile){

    MultiValueMap<String, Object> map = new...
  11. Replies
    1
    Views
    2,568

    How to RestTemplate Post MultiPart File

    Hi everyone,

    Im trying to use the rest template to post a file to a Spring Controller, but i am getting an converter error all the time.

    i have this:



    <form:form method="post"...
  12. Replies
    0
    Views
    525

    Oracle Tuxedo Question

    Hi People,
    I have a question to make: somebody tried to integrate Oracle Tuxedos Services with Spring? It is possible?.

    Regards...
    Mauro
  13. Replies
    0
    Views
    518

    IMAP Email Spring Support

    knows anybody if its possible to send emails using IMAP providers trough Spring and the Java Mail API ?

    Thanks in advance!
    Mauro.
  14. Replies
    5
    Views
    1,108

    Well... I commented the annotation @DirectAction...

    Well...
    I commented the annotation @DirectAction and its work.

    That annotation expose the methods of the controller to the client side as Javascript Objects... (DirectJNgine API).

    I will look...
  15. Replies
    5
    Views
    1,108

    Mixing Annotation && XML Configuration

    Well i have no luck with this...

    The resourceDAO still being null...

    My action-servlet.xml



    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  16. Replies
    5
    Views
    1,108

    Marten... Thanks! for reply... So... i...

    Marten...

    Thanks! for reply...
    So... i will check my setup.

    Mauro.
  17. Replies
    5
    Views
    1,108

    Mixing Annotation && XML Configuration

    Hi,

    I have been working with annotations to configure a Spring MVC Controller. My class looks like:



    @Controller
    public class LoginController {

    @RequestMapping("/login/loginView.dst")
  18. Did you solve it? I have the same requirement (in...

    Did you solve it? I have the same requirement (in my case i using SimpleAsyncTaskExecutor.execute(Runnable) to create new the Thread) and i canīt find a solution.

    My Runnable class has an...
Results 1 to 18 of 18