Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I need to resolve a problem using producer-consumer pattern using Java and Spring framework. The problem is that I am new in Spring framework (I have no idea) so could anyone guide me in the right direction about how to do this using Spring? Some book or internet site where I can find an example step by step about implementing producer-consumer pattern with Spring?
You have two options:
synchronous using ApplicationEventPublisher (more)
asynchronous using Spring Reactor (more)
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am learning about microservices using Java technology (Spring Boot) , I can not find a good book or tutorials.
I want to learn about microservices in details.If any one can guide in this it will be great.
https://spring.io/blog/2015/07/14/microservices-with-spring
Official spring blog has lots of resources
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I would like to automate some of the webservice testing by using java. Is there any opensource available in market. As long as I known about Apache AXIS which can automate webservices. But I didn't get clear details about it. like where I should start. Please share some source material for learning purpose.
I just came across XML Messaging tool for api testing, and the below site is helped me to achieve what I want.
http://www.inf.fu-berlin.de/lehre/SS03/19560-P/Docs/JWSDP/tutorial/doc/JAXM.html
however, you may share your experience.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
In Amazon SWF the decider has to be implemented by the developer and has to write the code to support all use cases. I need to implement a workflow architecture which can support execution of tasks in sequential, branching, parallel. Is there a predefined library which can take the definition of the workflow and execute the tasks.
I am looking at a library similar to Spring Batch in which if I give the workflow definition in xml format it will execute all the tasks without any custom decider code.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking for a framework/solution for authentication/ user-login management/ security in java web application that can make the naive developer's job easier/faster and make the application relatively more secured against potential threats.
P.S. : I'm using JSF 2.0 as the front-end development framework in my web application.
Spring Security is a reasonable choice.
Consider using Apache Shiro.
You can take a look at their tutorial.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking for more and better documentation about snapshots, flow repositories, and flow state serialization in Spring Web Flow. Available docs I've found seem pretty sparse. "Spring in Action" doesn't talk about this. The Spring Web Flow Reference Manual does mention a couple flags here:
http://static.springframework.org/spring-webflow/docs/2.0.x/reference/htmlsingle/spring-webflow-reference.html#tuning-flow-execution-repository
but doesn't really talk about why you would change these settings, usage patterns, etc.
Anyone have a good reference?
did you try out any of these books ?
http://www.ervacon.com/products/swfbook/index.html -- from the original author of WebFlow ?
http://www.amazon.com/Expert-Spring-MVC-Web-Flow/dp/159059584X