1. General Question on Large J2EE web application, clearly separate application by modules. Possible use of business delegate pattern stackoverflow.comBefore I ask my "general" question, I wanted to present some quotes to my high-level general understanding of the business delegate pattern: "You want to hide clients from the complexity of remote ... |
2. Spring MVC REST : static files unaccessible because of url-pattern stackoverflow.comMy Spring Dispatcher servlet url-pattern is /* (as spring MVC REST suggests) |
3. hibernate / spring validation in service layer stackoverflow.com---added (edit) -- should you do validation at the service layer, even if you validate at the front-end? eg struts has validations so you can validate it a lot. (I don't mean java ... |
4. Java WebService (Rest/SOAP) Design Pattern stackoverflow.comWe have an application built using Springs/Hibernate/Springs-MVC/. Now we want to provide RESTful services, planning to use Springs MVC. My question is, is it better to expose the service API directly as ... |
5. transformWsdlLocations & |
6. Spring 3 Service Dao layers with abstract class question stackoverflow.comI am trying to implement a generic abstract class in my service layer. I am already using a simliar pattern in my dao layer and it works fine. I ... |
7. Design pattern for making a web service respond to a large number of input parameter rules stackoverflow.comWhat design pattern is used when a HTTP-based service, which could be called with a number of different parameters, is designed? Some parameters are required, some are optional, some must be used ... |
8. Designing a Pattern to Test RESTful Services stackoverflow.comA Controller consist of two main parts:
|
9. Designina a Pattern For Logging Spring REST Controller Operations stackoverflow.comI have a Spring 3 REST application. As usual I have create post delete put and get methods. I want a logging system to log my operations. i.e. if user has ... |
10. Spring Integration WebService retry pattern forum.springsource.orgHi Mark, Here is the scenario I am pulling messages from JMS inbound gateway (destination name ="incomingMessage") using poller with specified interval, and making webservice call if there is any failure, ... |
11. Spring service configuration pattern forum.springsource.orgSpring service configuration pattern I need to store a few configuration parameters somewhere for my Spring services. Those parameters can be changed by service admins only and they must be stored ... |
12. using template design pattern vs plain old interfaces in the service layer forum.springsource.orgIf I use the template design pattern in lieu of plain old interfaces for the service layer, would it be difficult to use Spring ...because whatever examples I have glanced at, ... |
13. Issue with Message Exchange Patterns (MEP) in Dynamic WSDL Generation forum.springsource.orgIssue with Message Exchange Patterns (MEP) in Dynamic WSDL Generation Hi, have found the spring-ws 1.50 DefaultWsdl11Definition generates WSDLs that will Not always successfully autogenerate a web service client (in SOAPUI ... |
14. Spring web application patterns forum.springsource.orgI made my first web application with spring, and more I'm adding stuff more I see how poor architecture it has (or, no architecture to be honest). So i was wondering ... |