Latest Java Tutorials - 661 to 680 of 1009

Java Web Services Binary Data Transfer Example (base64 encoding)
Java Web Services Binary Data Transfer Example (base64 encoding)
2013-10-11 04:48:34    Views: 27,960    in Java EE > Web Services

How to transfer binary data via web services in Java based on base64 text encoding approach

13 comments
Java Sort a List by multiple attributes example
Java Sort a List by multiple attributes example
2013-10-04 08:07:23    Views: 24,226    in Java Core > Generics & Collections

Java code example to sort a list collection by multiple attributes (keys) of its elements type using a chained comparator or a CompareToBuilder.

25 comments
Java Sort List Collections Examples
Java Sort List Collections Examples
2013-10-03 08:57:22    Views: 20,606    in Java Core > Generics & Collections

How to sort list collections in Java based on natural ordering of elements as well as using a Comparator.

1 comments
Java List Collection Tutorial and Examples
Java List Collection Tutorial and Examples
2013-09-27 03:59:07    Views: 51,068    in Java Core > Generics & Collections

Java List tutorial and examples for beginners.

17 comments
Java Collections Looping Example
Java Collections Looping Example
2013-09-15 04:24:36    Views: 14,072    in Java Core > Generics & Collections

Some Java code examples for iterating (looping) elements in a collection

0 comments
Java File IO - Listing all drives with type, total space and free space
Java File IO - Listing all drives with type, total space and free space
2013-09-13 06:51:06    Views: 18,243    in Java SE > File I/O

Java code examples to list available drive partitions on computer with their drive letters, type description, total space and free space.

9 comments
How to read text file line by line in Java
How to read text file line by line in Java
2013-09-12 08:48:51    Views: 14,251    in Java SE > File I/O

Java code examples to read line by line from a text file.

2 comments
Java Serialization Basic Example
Java Serialization Basic Example
2013-09-11 08:43:27    Views: 11,667    in Java SE > File I/O

Understand serialization and de-serialization in Java, and see how to serialize and de-serialize a model object.

1 comments
Java File IO - Read and write configuration data using Preferences class
Java File IO - Read and write configuration data using Preferences class
2013-09-07 04:35:05    Views: 11,115    in Java SE > File I/O

Java code examples to use the Preferences class to store and retrieve configuration data

2 comments
Java File change notification example with Watch Service API
Java File change notification example with Watch Service API
2013-09-05 08:45:39    Views: 18,814    in Java SE > File I/O

Java code examples to monitor file and directory change events with Watch Service API

19 comments
JList custom renderer example
JList custom renderer example
2013-08-30 06:57:39    Views: 26,542    in Java SE > Swing

How to create custom renderer for JList component in Swing. Code example and demo JAR file are included.

16 comments
Spring MVC Form Handling Tutorial and Example
Spring MVC Form Handling Tutorial and Example
2013-08-29 08:33:34    Views: 46,702    in Frameworks > Spring

Java Spring MVC sample project for handling web form

56 comments
Creating a Spring MVC project using Maven and Eclipse in one minute
Creating a Spring MVC project using Maven and Eclipse in one minute
2013-08-27 17:22:58    Views: 46,020    in Frameworks > Spring

How quickly it is to create a Spring MVC project using the Maven archetype spring-mvc-archetype in Eclipse IDE. You get your project up and running in minutes.

49 comments
Spring MVC Form Validation Example with Bean Validation API
Spring MVC Form Validation Example with Bean Validation API
2013-08-24 16:37:12    Views: 47,690    in Frameworks > Spring

How to validate form fields in Spring MVC using Bean Validation API and Hibernate Validator. Eclipse project and deployabe WAR file are also provided.

48 comments
How to install Maven plugin for existing Eclipse IDE
How to install Maven plugin for existing Eclipse IDE
2013-08-22 06:20:21    Views: 21,713    in IDEs > Eclipse

How to install Maven integration for WTP plug-in for existing Eclipse IDE (Juno and older).

5 comments
Java FTP example - Query FTP server features
Java FTP example - Query FTP server features
2013-08-16 04:07:59    Views: 9,660    in Java SE > FTP Networking

Java code example to query extended features (extensions) supported by a FTP server using Apache Commons Net API.

0 comments
Java FTP example - Get and set file modification time
Java FTP example - Get and set file modification time
2013-08-16 02:53:34    Views: 13,254    in Java SE > FTP Networking

A Java FTP example of how to get and set modification time of a specific file on FTP server using Apache Commons Net API.

1 comments
Java FTP example - Search for files and directories
Java FTP example - Search for files and directories
2013-08-15 03:44:09    Views: 14,054    in Java SE > FTP Networking

Java code example to search for specific files and directories on a FTP server using Apache Commons Net API.

0 comments
Java FTP example - Get status of system, directory and file
Java FTP example - Get status of system, directory and file
2013-08-14 05:28:49    Views: 9,688    in Java SE > FTP Networking

Java code example to get system type, system status, directory status and file status from a FTP server.

0 comments
Java FTP example - Get server's reply messages
Java FTP example - Get server's reply messages
2013-08-13 11:23:21    Views: 10,339    in Java SE > FTP Networking

A Java FTP example of getting server's reply messages using Apache Commons Net API.

1 comments