Java
-
Dynamic Class Loading using Java Reflection API
One of the reason why Java language has been so useful and used widely is the set of APIs that comes with the language (and 3rd ...0 comments
-
Convert ArrayList to Arrays in Java
A lot of time I have to convert ArrayList to Arrays in my Java program. Although this is a simple task, many people don't know how to do this and end up in iterating the ...4 comments
-
Double Brace Initialization in Java!
Few days back I came to know about a different way of initializing collections and objects in Java. Although this method of initialization has been there ...3 comments
More in Java
- RESTful Web Service tutorial: An Introduction for beginners
- iText tutorial: Merge & Split PDF files using iText JAR
- Tutorial: Create Autocomplete feature with Java - JSP / jQuery
- How to execute a command prompt command & view output in Java
- Inspect your code in Eclipse using Eclipse Scrapbook feature
Struts
-
Struts displaytag tutorial: Sort / Pagination data using displaytag in Struts
Struts display tag library is an open source suite of custom tags that provide high-level web presentation patterns which will work in an MVC model. The library provides a significant amount of functionality while still ...1 comment
-
Creating & Parsing JSON data with Java Servlet/Struts/JSP
JSON (JavaScript Object Notation) is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays ...2 comments
-
Struts DispatchAction Tutorial with Example in Eclipse.
Are you bugged of creating separate action classes for some common set of functionality in your Struts application? Feeling pain in managing all those hundreds of Action classes in your project? Don't worry, cheers..!! DispatchAction ...0 comments