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
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 6 years ago.
Improve this question
I made a long search but failed to find good example of using libraries like: mvp4g + gin on gwt.
Can anyone share some links with an example ?
Or post your little project where you training with these libraries ?
Have you already seen this tutorial?
https://github.com/mvp4g/mvp4g/wiki/08.-GIN-Integration
Following are few reference sites.
http://mvp4g.blogspot.nl/2011/04/mvp-pattern-associated-with-event-bus.html
https://cambiatablog.wordpress.com/2010/12/04/gwt-and-mvp4g-tutorial-1/
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 2 years ago.
Improve this question
I need to build and use knowledge base in Java application. Are there any frameworks for Java that allow to do this?
Jess (http://www.jessrules.com) is what I was searching for.
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
I have three years's expeirence of java develping.
Now I am working with an system which is related to the ahthenciation. I am not good at this.
So I wonder if there is any opensoure project I can read and learn someting from which?
Spring Security is a good place to start.
I would recommend Apache Shiro
Check out Fortress, it is released under BSD open source license: http://iamfortress.org/
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 4 years ago.
Improve this question
Is there a Java equivalent for ASP.NET Membership?
Even though is not exactly equivalent, you can take a look at JAAS (every Java EE application server must support it). It will provide you user/role authentication and authorization.
There is no built-in frontend for managing user and roles though...
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 8 years ago.
Improve this question
I'm moving from .Net to java. So i wanted to know any good community blog site like CodeBetter.com, of java developers.
EDIT: i'm looking for something more than just coding examples, like CodeBetter.com or Artima.com, which influence your thinking.