data « Web Service « Spring Q&A





1. Why am I getting a Hibernate LazyInitializationException in this Spring MVC web application when the data displays correctly?    stackoverflow.com

I am attempting to create a web application using Spring MVC, with Hibernate as its ORM layer. However, due to my inexperience with both frameworks I'm struggling. The following code will properly ...

2. Jasper Report won't display data from Spring    stackoverflow.com

I've been having loads of problems trying to get a Spring/Hibernate web application to generate Jasper Reports. I have a model populated as a HashMap and the report will display the ...

3. How to populate Java (web) application with initial data using Spring/JPA/Hibernate    stackoverflow.com

I want to setup my database with initial data programmatically. I want to populate my database for development runs, not for testing runs (it's easy). The product is built on top ...

4. Sending Multipart File as POST parameters with RestTemplate requests    stackoverflow.com

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 ...

5. web services, J2EE, spring, DB integration project ideas- maybe data mining related?    stackoverflow.com

Hey guys, I am a graduate CS student (Data mining and machine learning) and have a good exposure to core JAVA (>3 years). I have read up a bunch of stuff on Design ...

6. Data not getting inserted into audit tables in Spring-Hibernate-envers webapp    stackoverflow.com

I am working on a Spring and hibernate web app. I have to use envers for auditing.
But when I am running the application only audit tables are created but no data ...

7. Returning data when using Spring 3, ReST, and XML with Joda date types    stackoverflow.com

I am having an odd problem in a simple web service built with Spring 3 and MVC. The web service works ok and I get XML back just like I want, ...

8. Where to validate data in a web app (using Spring)    stackoverflow.com

This is a follow-on to my question Spring Web MVC - validate individual request params. I've figured out how to invoke the Spring Validator on domain objects that have been created ...

9. Post+Redirect+Get while using submitted data for rendering the result view    stackoverflow.com

There's a web programming technique called Post+Redirect+Get that tries to avoid duplicate form submissions when hitting the refresh button. This pattern is also discussed in the following thread: How to ...





10. Load a list of data from database in the service package    forum.springsource.org

Load a list of data from database in the service package Hi ! I cannot load my data in a list in my constructor from the database in my service package ...

11. Read large attachment and also data from soap envelope with Axiom    forum.springsource.org

Read large attachment and also data from soap envelope with Axiom Hi. I'm developing web-service using Spring WS framework and Axiom. My web-service receives large files. Request for that operation contains ...

12. How to acess REST service using XML data, not an object    forum.springsource.org

I have a requirement in which I need to acess REST baset webservice, means using URL with HTTP POST method. I need to pass XML data, But RESTtemplate accepts an Object. ...

13. Adobe Data Services 4.6 with Spring Support    forum.springsource.org

Adobe Data Services 4.6 with Spring Support Just a quick note: We just posted a Preview build of Adobe Data Services 4.6 on http://labs.adobe.com that now includes support for the Spring ...

14. all pages in my web application need certain data    forum.springsource.org

Hi there, I have a web application, that has certain data that every page needs. ie. Username, a dynmamically created menu, etc. I was wondering if AOP is the solution to ...

15. Any plans for SDO support (Service Data Objects)    forum.springsource.org

All, I was wondering if the Spring team is planning to incorporate to the framework support for SDO (Service Data Objects) in the near future. Also, I would be interesting in ...

16. How to pass data from JaxRpcPortProxyFactoryBean to SoapHandler(exten GenericHandler)    forum.springsource.org

How to pass data from JaxRpcPortProxyFactoryBean to SoapHandler(exten GenericHandler) Hi, Can Anyone help me to explain how to pass addtional data to the SoapHandler, for every webservice invocation made in ProxyFactoryBean. ...





17. Any plans for SDO support (Service Data Objects)    forum.springsource.org

I would like to know whether there is any plan for Spring supports SDO ? SDO is very hot in SOA architecture. I am going to start a project, I decide ...

18. Any plans for SDO support (Service Data Objects)    forum.springsource.org

Any plans for SDO support (Service Data Objects) I would like to know whether there is any plan for Spring supports SDO ? SDO is very hot in SOA architecture. I ...

19. Exposing Hibernate Data Model Through Spring-WS    forum.springsource.org

Exposing Hibernate Data Model Through Spring-WS Hi, I have an idea of exposing Hibernate data model using SOAP interfaces through Spring-WS framework and would like to know what Spring community thinks ...

20. binary data and web services    forum.springsource.org

Hi there, I need to exchange (send/receive) files (binary data) using web services. Any recommendations/suggestions/samples using spring web services? We using Hessian web services for binary data transfer in our other ...

21. Load Data Web App Context @ App Start time    forum.springsource.org

Hi All, I am a newbee to spring!!! Hence looking out for your guidance!!! We have a situation where in , at the Web Application load/Start time , all the City ...

22. ByteArrayStream\binary data from webservices    forum.springsource.org

Hi, We have a client they access our webservices for accessing pdf file and they want us to return ByteArrayStream\binary data from web services. Can you please give us any examples ...

23. cewolf: x-axis data over-crowded, truncated.    forum.springsource.org

cewolf: x-axis data over-crowded, truncated. I got the chart working, jsp page has the following:

24. Complext Datatype in Spring WebService    forum.springsource.org

Complext Datatype in Spring WebService Hi, I am using spring web service for my project. I have web service that returns me one class object. But at run time i am ...

25. Best Practices for Caching Web Service Data    forum.springsource.org

Best Practices for Caching Web Service Data Hi, I'm working on small project at the moment that provides a simple interface to view and update records from a webservice. We're using ...

26. Business data model to web service data model mapping    forum.springsource.org

Hi, I have exiting business data model. Now i add web service layer that have also model that is generate form the schema file. Now i need a mapping form business ...

27. Sending binary data through web service    forum.springsource.org

Sending binary data through web service Hi all -- I'm pretty new to spring-ws and was hoping someone could assist. I'm running spring-ws under Java 5 (via Jboss 5.0). I'd like ...

28. How can I use WebService to put data to clients    forum.springsource.org

How can I use WebService to put data to clients I have some CMS. and have a requirement that these CMS can send article together whenever needed. I think I can ...

29. Endpoint Request Data    forum.springsource.org

Endpoint Request Data We have a SOAP request to a Spring web service that is arriving at the endpoint but the data is not populated. Spring WS is in version 1.5.5 ...

30. How to display data from csv file to web application    forum.springsource.org

Is your question about how to display the CSV data or how to parse the CSV in order to display the data ? If your question is about how to display, ...

31. Dummy data for my service layer components    forum.springsource.org

Dummy data for my service layer components Hi All Ive been using spring on and off for about a year now, but not until recently been given the opportunity to write ...

32. Problem with submitting Form Data with Spring 3.0 MVC/REST    forum.springsource.org

Problem with submitting Form Data with Spring 3.0 MVC/REST Hi everybody, I used Spring a few years ago already, and thought I'd get myself up to speed with the 3.0 version ...

33. Data type conversions at client & endpoint    forum.springsource.org

Data type conversions at client & endpoint I new to web service development, so I hope I'm making sense here... Using the airlines services as an example I have successfully deployed ...

34. Cache Service Data    forum.springsource.org

Cache Service Data Hi! I have a design-decision-problem. My model load information from DB and they have to be converted, before they can be displayed. But this data is rarely changed, ...

35. RESTful nested data CRUD    forum.springsource.org

RESTful nested data CRUD Code: package it.celi.web; import flexjson.JSONDeserializer; import flexjson.JSONSerializer; import it.celi.AclService; import it.celi.security.BusinessFunction; import java.util.ArrayList; import java.util.Collection; import lombok.Setter; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; ...

36. Binary data and Spring-WS    forum.springsource.org

Hi, I'm developing .net cf client application which communicates with the main Java Web Application via Web Services. I'm using Spring-WS for Web Services. The question is how to send an ...

37. spring 3 REST, HiddenHttpMethodFilter and "multipart/form-data" form bug    forum.springsource.org

spring 3 REST, HiddenHttpMethodFilter and "multipart/form-data" form bug Hello all, I tried to convert a web app to spring 3 with REST but i got the following problem: I have a ...

38. Urgent Help Needed: Service Sending Wrong Data Type    forum.springsource.org

Urgent Help Needed: Service Sending Wrong Data Type So one of the services we consume using Spring-WS is sending invalid values for a duration xsd type. They refuse to fix this ...