Thursday, December 7, 2017

Fancytree plugiin for JQuery UI dynamic tree view

7:44 PM
Fancytree plugiin for JQuery UI dynamic tree view
Fancytree is a JavaScript dynamic tree view plugin for jQuery UI with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading. jQuery Fancy Tree is the designated successor of DynaTree plugin...

Sunday, November 26, 2017

Java String comparison best practice

8:19 PM
Java String comparison best practice
"==" tests for reference equality (whether they are the same object). ".equals()" tests for value equality (whether they are logically "equal"). Objects.equals() checks for nulls before calling .equals() so you don't have to check nul...

Monday, September 11, 2017

What is Struts 2 and how it works

1:30 AM
What is Struts 2 and how it works
Image credits: struts.apache.org  Apache Struts framework is a free, open-source, MVC framework for creating elegant, modern Java web applications. It favors convention over configuration, is extensible using a plugin architecture, and ships with plugins to support REST, AJAX and JSON....
Page 1 of 3712337Next