o''reilly - java rmi

o'reilly - java rmi

o'reilly - java rmi

... about RMI. It also contains links to other pages containing RMI information from Javasoft. The URL is http:/ /java. sun.com/products/jdk /rmi/ . The RMI trail from the Java Tutorial The Java Tutorial ... located in chapter- specific directories. Here, for example, is the NamingService.batbatch file from Chapter 15: start java -cp d:\classes-Djava.security.policy=c: \java. poli...

Ngày tải lên: 25/03/2014, 10:45

467 601 0
O 'reilly java swing

O 'reilly java swing

... management. Chapter 1. Introducing Swing Java Swing – O’Reilly - 100 - import javax.swing.*; import javax.swing.event.*; import java. awt.*; import java. awt.event.*; public class JButtonEvents ... also properties from DefaultButtonModel (xref linkend="SWING-CH-5-TABLE-6"/>). 5.1.7 The JCheckBox Class The look-and-feels for the JCheckBox [3] class are...

Ngày tải lên: 24/09/2013, 12:27

985 481 1
Tài liệu O''''Reilly - Java & XML, 2nd Edition ppt

Tài liệu O''''Reilly - Java & XML, 2nd Edition ppt

... properties. Example 5-2 . The DOMSerializer skeleton package javaxml2; import java. io.File; import java. io.FileWriter; import java. io.IOException; import java. io.OutputStream; import java. io.OutputStreamWriter; ... PropsToXML class package javaxml2; import java. io.FileInputStream; import java. io.FileOutputStream; import java. io.IOException; import java. util...

Ngày tải lên: 10/12/2013, 02:15

428 460 0
Tài liệu O''''Reilly - Java Cookbook docx

Tài liệu O''''Reilly - Java Cookbook docx

... still not right: C:\javasrc\numbers> ;java TempConverter2 Fahr Centigrade. -4 0.0 -4 0 -3 0.0 -3 4.444 -2 0.0 -2 8.889 -1 0.0 -2 3.333 0.0 -1 7.778 10.0 -1 2.222 20.0 -6 .667 30.0 -1 .111 40.0 4.444 ... C:\javasrc\numbers> ;java TempConverter3 Fahr Centigrade. -4 0 -4 0 -3 0 -3 4.444 -2 0 -2 8.889 -1 0 -2 3.333...

Ngày tải lên: 10/12/2013, 02:15

711 489 0
Tài liệu O''''Reilly - Java Message Service doc

Tài liệu O''''Reilly - Java Message Service doc

... because a publish-and-subscribe session and point-to-point session cannot jointly particpate in a JMS transaction. JMS transactions cannot span multiple sessions without the use of a JTA-compliant ... Geographic Dispersion These days many companies are geographically dispersed. Brick-and-mortar, click-and- mortar, and dot-coms all face problems associated with geographic dispersion of ente...

Ngày tải lên: 20/12/2013, 21:16

184 333 1
Tài liệu O''''Reilly - Java Swing docx

Tài liệu O''''Reilly - Java Swing docx

... management. Chapter 1. Introducing Swing Java Swing – O’Reilly - 100 - import javax.swing.*; import javax.swing.event.*; import java. awt.*; import java. awt.event.*; public class JButtonEvents ... also properties from DefaultButtonModel (xref linkend="SWING-CH-5-TABLE-6"/>). 5.1.7 The JCheckBox Class The look-and-feels for the JCheckBox [3] class are...

Ngày tải lên: 20/12/2013, 21:16

985 374 4
Tài liệu O''''Reilly - Java Servlet Programming pptx

Tài liệu O''''Reilly - Java Servlet Programming pptx

... course. Example 4-8 shows the code. Figure 4-2 . The snooped parameters Example 4-8 . Unlocking KeyedServerLock import java. io.*; import java. net.*; import java. util.*; import javax.servlet.*; import javax.servlet.http.*; public ... a server-side include counter and a chain-based counter, respectively. * Example 4-1 1. A generic counter superclass import java. io.*; import jav...

Ngày tải lên: 16/01/2014, 20:20

528 824 1
o'reilly - java cryptography

o'reilly - java cryptography

... Unfortunately, in application development, security is often relegated to the we'll-add-that-later-if-we-have-time list. [1] Security should be a part of your design from the beginning, not ... part of the Security API: • java. security • java. security.cert • java. security.interfaces • java. security.spec • javax.crypto • javax.crypto.interfaces • javax.crypto.spec He...

Ngày tải lên: 25/03/2014, 10:44

254 491 0
o'reilly - java enterprise in a nutshell

o'reilly - java enterprise in a nutshell

... the Java Remote Method Invocation (RMI) API. RMI is implemented in the java. rmi package and its subpackages, which were introduced in Java 1.1 and have been enhanced for Version 1.2 of the Java ... drivers. Preface (Java Enterprise in a Nutshell) 1.3. The Java Enterprise APIs 10 The JDBC API is found in the java. sql package, which was introduced in Java 1.1. Version 1.2 of...

Ngày tải lên: 25/03/2014, 10:44

683 3,7K 0
o'reilly - java io

o'reilly - java io

... in Java is the int, a four-byte, big-endian, two's complement integer. An int can take on all values between -2 ,147,483,648 and 2,147,483,647. When you type a literal integer like 7, -8 345, ... For example, 7L, -8 345L, and 3000000000L are all 64-bit long literals. There are two more integer data types available in Java, the short and the byte. shorts are two-byte, big...

Ngày tải lên: 25/03/2014, 10:44

479 827 0
w