-
Core Java
Java 8 will use Transport Level Security (TLS) 1.2 as default
Transport Level Security (TLS) 1.2 will be set by default to the next version of standard Java, that is coming…
Read More » -
Core Java
Java Interview Reference Guide – Part 1
JAVA Object Oriented Concepts Java in based on Object Oriented concepts, which permits higher level of abstraction to solve any…
Read More » -
Enterprise Java
FindBugs Maven Plugin Tutorial
FindBugs is a static code analysis tool which identifies problems found from Java code. We can integrate FindBugs into our…
Read More » -
Enterprise Java
Project Student: Maintenance Webapp (editable)
This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey, Business Layer, Persistence…
Read More » -
Enterprise Java
Playing with ANTLR4, Primefaces extensions for Code Mirror and web-based DSLs
DSLs are cool things, but it wasn’t clear to me what they were good for. Then I realized they are…
Read More » -
Enterprise Java
Project Student: Simplifying Code With AOP
This is part of Project Student. Many people strongly believe that methods should fit within your editor window (say, 20…
Read More » -
Enterprise Java
Neo4j Backup: Store copy and consistency check at Mark Needham
One of the lesser known things about the Neo4j online backup tool, which I wrote about last week, is that…
Read More » -
Core Java
Java, Scala, Guava and Trove Collections – How Much Data Can They Hold?
One of the fascinating things about our data structures is that even though we’re so familiar with them, it’s still…
Read More » -
Enterprise Java
Finding long tail suggestions using Lucene’s new FreeTextSuggester
Lucene’s suggest module offers a number of fun auto-suggest implementations to give a user live search suggestions as they type…
Read More »