Latest Java Tutorials - 641 to 660 of 1003

Struts Field Expression Validator Example
Struts Field Expression Validator Example
2013-11-03 10:14:49    Views: 10,735    in Frameworks > Struts

Java code example to use Struts field expression validator

0 comments
Good (and bad) books for OCAJP 7 (Exam 1Z0-803)
Good (and bad) books for OCAJP 7 (Exam 1Z0-803)
2013-11-01 08:48:28    Views: 14,012    in Books

Summary of three books for studying for the OCAJP 7 exam (1Z0-803): OCAJP Certification Guide, OCAJP Study Guide and OCAJP Practice Exams.

6 comments
Good books for OCPJP 7 (Exams 1Z0-804 and 1Z0-805)
Good books for OCPJP 7 (Exams 1Z0-804 and 1Z0-805)
2013-10-29 16:45:54    Views: 15,424    in Books

Recommended books for candidates who want to get certified with the latest OCPJP 7 certification (Oracle Certified Professional, Java SE Programmer).

3 comments
Struts Expression Validator Example
Struts Expression Validator Example
2013-10-28 09:05:02    Views: 9,741    in Frameworks > Struts

Java code examples to use Struts expression validator

0 comments
Struts Conversion Validator Example
Struts Conversion Validator Example
2013-10-27 04:35:04    Views: 9,483    in Frameworks > Struts

Java code examples to use Struts conversion validator

0 comments
Java FTP Send commands to FTP server
Java FTP Send commands to FTP server
2013-10-24 09:41:27    Views: 12,476    in Java SE > FTP Networking

A Java FTP example of sending raw FTP commands to server using the Apache Commons Net library.

2 comments
Java FTP example - Calculate total sub directories, files and size of a directory
Java FTP example - Calculate total sub directories, files and size of a directory
2013-10-23 09:47:02    Views: 9,728    in Java SE > FTP Networking

Java code example code to count total number of sub directories, files and size of a directory on FTP server.

0 comments
4 Ways to Change JRE for Tomcat
4 Ways to Change JRE for Tomcat
2013-10-21 23:58:40    Views: 27,225    in Servers > Tomcat

How to change JRE that runs Tomcat in four different ways (For both Tomcat installed from zip distribution and Tomcat installed as a web serivce).

10 comments
How to add Tomcat server in Eclipse IDE
How to add Tomcat server in Eclipse IDE
2013-10-21 06:01:12    Views: 21,991    in Servers > Tomcat

Steps to add an existing Tomcat installation as server runtime in Eclipse IDE. It's also possible to download and install Tomcat within Eclipse.

13 comments
Change Tomcat port numbers in server.xml file
Change Tomcat port numbers in server.xml file
2013-10-18 14:26:13    Views: 12,283    in Servers > Tomcat

How to change port numbers of Tomcat by editing its server.xml configuration file.

3 comments
How to draw image with automatic scaling in Java
How to draw image with automatic scaling in Java
2013-10-17 08:25:28    Views: 13,441    in Java SE > 2D/3D Graphics

Java Graphics code example to draw and scale an image automatically when the container's canvas size gets changed.

4 comments
Java File IO - Calculate total files, sub directories and size of a directory
Java File IO - Calculate total files, sub directories and size of a directory
2013-10-15 17:30:47    Views: 8,665    in Java SE > File I/O

Java code example of to calculate total number of files, directories and size of a particular directory.

1 comments
How to monitor HTTP requests and responses using TCP/IP Monitor in Eclipse
How to monitor HTTP requests and responses using TCP/IP Monitor in Eclipse
2013-10-14 08:19:24    Views: 98,276    in IDEs > Eclipse

How to use the TCP/IP Monitor in Eclipse IDE to analyze raw requests and responses between client browser and web server.

4 comments
How to monitor SOAP Messages using TCP/IP Monitor in Eclipse
How to monitor SOAP Messages using TCP/IP Monitor in Eclipse
2013-10-13 16:43:01    Views: 13,634    in Java EE > Web Services

How to watch SOAP messages when debugging Java web services applications in Eclipse IDE.

1 comments
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,877    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,146    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,516    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: 50,908    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,008    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,171    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