23/08/2017
https://youtu.be/q5i_O4Uj_O8
Lambda Expressions in Java - What's New in Java 8 Part 1
Get complete courses at http://courses.caveofprogramming.com An introduction to lambda expressions, the most important new language feature in Java 8. Lambda...
12/08/2015
Core Java - Instance Of Java
Core Java topics in java, oops, inheritance, interfaces interview questions
25/04/2015
http://www.seleniumhq.org/
Selenium - Web Browser Automation
Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.
20/04/2015
https://developers.google.com/
Google Developers
Experience I/O around the world via I/O Extended.Learn more about organizing or attending events at events.google.com/io2015/offsite.
20/04/2015
http://www.javatpoint.com/jsp-tutorial
JSP Tutorial - javatpoint
JSP Tutorial for beginners and professionals with life cycles, session tracking, implicit objects, el, jstl, mvc and custom tags in jsp.
20/04/2015
Google Java Developer Tools Downloads :
https://developers.google.com/java-dev-tools/
https://developers.google.com/java-dev-tools/download
Google Java Developer Tools Downloads
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the Apache 2.0 License. For details, see our Site Policies.
30/11/2014
JAVA 8 New Features :
https://www.youtube.com/watch?v=DCBIegEqKuo
New Features in Java SE 8: A Developer's Guide
Java SE 8 has over 50 new features in all areas of the Java platform! We'll see how many of these benefit developers by making code more concise without losi...
18/10/2014
http://javarevisited.blogspot.com/2013/01/data-access-object-dao-design-pattern-java-tutorial-example.html
Data Access Object (DAO) design pattern in Java - Tutorial Example
Hi Paul, I am new to spring security. I read your security using LDAP and it was very helpful to me.Currently in my application I'm using DAO Authentiation provider. I need to change to LDAP. I configured as specified in your article, keeping my previous configuration as it is. Here my doubt is how…
19/08/2013
http://code.google.com/p/google-gson/
google-gson - A Java library to convert JSON to Java objects and vice-versa - Google Project Hosting
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.