Important wiki links

Localization in Java8

http://www.baeldung.com/java-8-localization

Inversion of Control and Dependency Injection design pattern with real-world Example
http://javarevisited.blogspot.in/2012/12/inversion-of-control-dependency-injection-design-pattern-spring-example-tutorial.html?m=1#ixzz5BqlDCwZR

Java concurrency (multi-threading)
http://www.vogella.com/tutorials/JavaConcurrency/article.html

When are connections returned to the connection pool with Spring JPA (Hibernate) Entity Manager?

https://stackoverflow.com/questions/27486104/when-are-connections-returned-to-the-connection-pool-with-spring-jpa-hibernate/27615246?stw=2#27615246

Apache Camel Spring Boot
http://camel.apache.org/spring-boot.html

How to test an Oracle Stored Procedure with RefCursor return type?

https://stackoverflow.com/questions/6781916/how-to-test-an-oracle-stored-procedure-with-refcursor-return-type

Catalog of Patterns of Enterprise Application Architecture

https://martinfowler.com/eaaCatalog/


Using Enums in Java [Snippets]
https://dzone.com/articles/how-to-use-enums-in-java

Java 8 Streams cheat sheet
http://www.logicbig.com/tutorials/core-java-tutorial/java-util-stream/stream-cheat-sheet/



Java - Collection Interfaces and Implementations

http://www.logicbig.com/tutorials/core-java-tutorial/java-collections/java-collection-cheatsheet/


Guide to Spring @Autowired
http://www.baeldung.com/spring-autowire

Spring - Lookup method Injection using @Lookup
http://www.logicbig.com/tutorials/spring-framework/spring-core/using-lookup-method/

Spring - Using JSR 330 Provider to Inject Narrower Scoped Bean
http://www.logicbig.com/tutorials/spring-framework/spring-core/using-jsr-330-provider/

Spring Boot Interview Questions
http://www.springboottutorial.com/spring-boot-interview-questions?utm_campaign=drip_content_notification&utm_medium=email&utm_source=student_mailer

Hibernate - FLUSH THE PERSISTENCE CONTEXT
https://access.redhat.com/documentation/en-us/jboss_enterprise_application_platform/5/html/hibernate_entity_manager_reference_guide/ch03s09

Everything about java- what all java offers
http://www.baeldung.com/jvm-vs-jre-vs-jdk

Java visitor pattern
http://www.baeldung.com/java-visitor-pattern

Comments

Popular posts from this blog

Distributed database design using CAP theorem

SQL Analytical Functions - Partition by (to split resultset into groups)

Easy approach to work with files in Java - Java NIO(New input output)