Main Menu
Home
Java Tutorials
Book Reviews
Java SE Tips
Java ME Tips
Java EE Tips
Other API Tips
Java Applications
Java Libraries
Java Games
Java Network
Java Forums
Java Blog
Most Visited Tips
Java SE Tips
Java ME Tips
Java EE Tips
Other API Tips
Java Applications
Java Libraries
Java Games
Book Reviews
Top Rated Tips
Java SE Tips
Java ME Tips
Java EE Tips
Other API Tips
Java Applications
Java Libraries
Java Games
Book Reviews
Statistics
Registered Users:
770
Java SE Tips:
614
Java ME Tips:
201
Java EE Tips:
184
Other API Tips:
779
Java Applications:
298
Java Libraries:
209
Java Games:
16
Book Reviews:
Search
Search Keyword:
Any words
All words
Exact phrase
Ordering:
Newest first
Oldest first
Most popular
Alphabetical
Section/Category
Search Keyword
oma standard for dat
Total 50 results found. Search for [
oma standard for dat
] with
Results 1 - 50 of 50
5
10
15
20
25
30
50
1.
Introduction to JSTL using NetBeans
(Java Tutorials/Tutorials)
... At this point, our web application is ready. File called index.jsp will be aut
oma
tically created
for
us. Preparing the Library JSTL requires 2 jars;...
2.
ImageJ
(Java Libraries/Image Editing/Processing Library)
...PDA. Open Source: ImageJ and its Java source code are freely available and in the public d
oma
in. No license is required. User Community: ImageJ has a large and knowledgeable ...
3.
How to use colored backgrounds in Java3D
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
4.
Example Appearance
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
5.
How to use linear fog with a clip node
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
6.
How to use linear fog in Java3D
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
7.
How to create exponential fog in Java3D
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
8.
How to use spot lights in Java3D
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
9.
How to use light influencing bounds and bounding leaves
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
10.
How to use light scope groups in Java3D
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
11.
How to use point lights in Java3D
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
12.
How to use ambient lights in Java3D
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
13.
How to use directional lights in Java3D
(Other API Tips/Java3D)
...nbsp;3 Control = Button 3 * * The behavior aut
oma
tically modifies a Trans
for
mGroup provided to the * ...
14.
Simple DOOM style navigation of a 3D scene using Java 3D
(Other API Tips/Java3D)
... return point3d; } Point2d convertT
oMa
pCoordinate(Vector3d worldCoord) { Point2d point2d&nb...
15.
Inheritance and the Java Persistence API
(Java EE Tips/Enterprise Java Beans)
...file location is correct. Start GlassFish: $GLASSFISH_HOME/bin/asadmin start-d
oma
in d
oma
in1 Start the
dat
abase server. From the inherit directory enter the...
16.
Linked List Implementation in Java
(Java SE Tips/java.lang)
In computer science, a linked list is one of the fundamental
dat
a structures used in computer programming. It consists of a sequence of nodes, each containing arbitrary
dat
a fields and one or two refe
17.
Linked-list Based Queue Implementation
(Java SE Tips/java.lang)
In providing services in computer science, transport, and operations research a queue is a buffer where various entities such as
dat
a, objects, persons, or events are stored and waiting to be processe
18.
Linked-list Based Stack Implementation
(Java SE Tips/java.lang)
In computer science, a stack is a temporary abstract
dat
a type and
dat
a structure based on the principle of Last In First Out (LIFO). Stacks are very widely and extensively used in modern computer sys
19.
How to use Struts Framework
(Other API Tips/Struts)
...ou use Struts then part of this interaction is as follows: First of all the Struts servlet will aut
oma
tically transfer the
dat
a from your
for
m into a JavaBean that you should supply. This bean is ...
20.
Understanding JMX Technology
(Java EE Tips/Enterprise Java Beans)
This Tech Tip reprinted with permission by java.sun.com Java Management Extensions (JMX) technology offers programmers the ability to add monitoring and management to their Java applications. In e
21.
Using Custom MBeans to Extend the GlassFish Administration System
(Java EE Tips/GlassFish)
...t GlassFish by entering the following command: <GF_install_dir>/bin/asadmin start-d
oma
in d
oma
in1 where <GF_install_dir> is the directory in which you installed GlassFi...
22.
What is New in JAXB 2.0
(Java EE Tips/Java Architecture for XML Binding)
This Tech Tip reprinted with permission by java.sun.com Java Architecture
for
XML Binding, JAXB, is a technology that simplifies the use of XML content in Java programming language applications. J
23.
Using validator in SAX interface
(Java SE Tips/javax.xml.validation)
One of the main advantages of vali
dat
ion is that we can combine it with
standard
parsers like SAX. In this case, while handling SAX event we will not care whether the document is valid or not. Valid
24.
Centralized Variables in NetBeans IDE Strings Tables
(Other API Tips/NetBeans)
Introduction The file template is branded with the Sun Microsystems copyright text. However, I've just discovered a different way of branding a file. It's not the most efficient way of doing so, b
25.
Log4j: A Debugging Perspective (Part1)
(Java Tutorials/Tutorials)
Who are you? If you or your client once discovered a bug in your application and never being able to reproduce it again. If you once felt that your too late discovered
26.
Thinking in Java - Third Edition
(Java Book Reviews/Books)
...ers Sources and sinks of
dat
a Modifying stream behavior Unchanged Classes Off by itself: Rand
omA
ccessFile Typical uses of I/O streams Input streams Output streams Piped streams ...
27.
Java Cookbook - Second Edition
(Java Book Reviews/Books)
...es from This Book Section 1.6. Compiling the Source Code Examples from This Book Section 1.7. Aut
oma
ting Compilation with Ant Section 1.8. Running Applets Section 1.9. Dealing with Depreca...
28.
Java Swing - Second Edition
(Java Book Reviews/Books)
...nts Rendering and Editing What’s Next ? Chapter 18: Undo The Swing Undo Facility The Und
oMa
nager Class Extending Und
oMa
nager Chapter 19: Text 101 The Swing Text Components ...
29.
Using the Java XML Digital Signature API
(Java EE Tips/XML Digital Signature API)
This Tech Tip reprinted with permission by java.sun.com XML digital signatures have been on programmers' wish lists
for
some time. The good news is that JSR 105 now defines a
standard
Java t
30.
Introduction to the Java Transaction API
(Java EE Tips/Enterprise Java Beans)
... ways to roll back a container-managed transaction. If a system exception is thrown, the container aut
oma
tically rolls back the transaction. You can also roll back a transaction by invoking the setR...
31.
Java API for XML Registries (JAXR)
(Java EE Tips/Java API for XML Registries)
...ty("com.sun.xml.registry.http.proxyHost", "myhost.myd
oma
in"); props.setProperty("com.sun.xml.registry.http.proxyPort",...
32.
Using AJAX with Java Technology
(Java EE Tips/Enterprise Java Beans)
...r will auto-deploy the application. On GlassFish this directory is <gf_install_dir>/glassfish/d
oma
ins/d
oma
in1/autodeploy. Start GlassFish by entering the following command: ...
33.
Introducing JavaServer Faces Technology
(Java EE Tips/JavaServer Faces)
... Vali
dat
ion APIs
for
both the client side and server side Internationalization and localization Aut
oma
tic view presentation, customized to client type (
for
example, browser or media type) Integr...
34.
Custom Components With JavaServer Faces Technology
(Java EE Tips/JavaServer Faces)
This Tech Tip reprinted with permission by java.sun.com The March 24, 2004 Tech Tip Improving Designs With the MVC Design Pattern introduced the architectural pattern known as Model, View, Con
35.
J2EE Connector Architecture 1.5
(Java EE Tips/Enterprise Java Beans)
This Tech Tip reprinted with permission by java.sun.com If you've ever tried to integrate legacy systems with a J2EE application server, you know that it can be quite a challenge. Managing con
36.
Accessing a Secure Enterprise Bean From a Java Client or Through Java Web Start Technology
(Java EE Tips/Enterprise Java Beans)
...ortableRemoteObject.narrow( objref, ManagementHome.class); Management mejb = home.create(); String d
oma
in = mejb.getDefaultD
oma
in(); The code first instantiates ProgrammaticLogin and then acces...
37.
Using AJAX With Non-HTML Markup in JSF
(Java EE Tips/JavaServer Faces)
...n Server by entering the following command: <GF_install_dir>/bin/asadmin start-d
oma
in d
oma
in1 where <GF_install_dir> is the directory in which you installed Gla...
38.
Building a simple form
(Java EE Tips/JavaServer Faces)
Handling HTML
for
ms is one of the most common tasks when you develop web applications. The JSF provides JSP tags
for
rendering HTML
for
ms, manages the state of the
for
ms, vali
dat
es user-input rep
39.
How to use HTTP cookies
(Other API Tips/HttpClient)
This tip shows how to use cookies. The application below sets an HTTP cookie and up
dat
es the cookie's value across multiple HTTP GET requests. /* * $Hea
40.
Maverick
(Java Libraries/SSH)
...stand XML sitemap.
For
even more flexibility, you can preprocess it with XSLT. Maverick will aut
oma
gically pick from different views based on user language, browser type, or any other character...
41.
Using EJB-QL to create CMP finder methods
(Java EE Tips/Enterprise Java Beans)
Every entity bean home interface has a man
dat
ory findByPrimaryKey() method. The EJB specification has always allowed you to specify custom finder methods in the home interface
for
more specific an
42.
JavaModel...MDR...Metamodel...RefObjects...MultipartIds...what is all this stuff?
(Other API Tips/NetBeans)
The current infrastructure
for
handling Java files programmatically in NetBeans is built on a bunch of
standard
s relating to modelling and model-driven architecture (model-driven-architecture disc
43.
What are the basic things I should know about NetBeans' architecture to get started?
(Other API Tips/NetBeans)
...hen the application shuts down, it does not need to any special code
for
persisting them, it is all aut
oma
tic.
For
more in
for
mation about how that works, see the section on file recognition. O...
44.
Sorting and Filtering Tables
(Java SE Tips/javax.swing)
This Tech Tip reprinted with permission by java.sun.com Java
Standard
Edition (Java SE) 6.0 (code name Mustang), adds some features that make sorting and filtering the contents of a Swing JTa
45.
Capturing Audio with Java Sound API
(Java SE Tips/javax.sound)
This Tech Tip reprinted with permission by java.sun.com The Java Sound API has been a part of the
standard
libraries of the Java 2 Plat
for
m since the 1.3 release. Found in the javax.sound.samp
46.
Encryption and Decryption using Symmetric Keys
(Java SE Tips/javax.crypto)
This Tech Tip reprinted with permission by java.sun.com Encryption and decryption can be done symmetrically -- here the same key is used to encrypt and decrypt the
dat
a. Because both parties h
47.
Secure Communication with JSSE
(Java SE Tips/javax.net.ssl)
This Tech Tip reprinted with permission by java.sun.com The Java Secure Socket Extension (JSSE) libraries are a
standard
part of the J2SE version 1.4 plat
for
m. Prior versions required installa
48.
User Datagram Protocol Programming
(Java SE Tips/java.net)
This Tech Tip reprinted with permission by java.sun.com It's often the case that when someone shows some network programming that uses the
standard
J2SE libraries, the code is
for
the sockets-
49.
Introduction to JOGL
(Other API Tips/JOGL)
This Tech Tip reprinted with permission by java.sun.com As it's name implies, JOGL, the Java APIs
for
OpenGL, is a Java programming language binding
for
the OpenGL 3D graphics API. JOGL is d
50.
Navigating the JDOM tree
(Other API Tips/JDOM)
Since JDOM is a document-model like DOM it also represent a document as a tree of document nodes. Like DOM we can request the list of attributes and children
for
processing. One of JDOM adva
<< Start
< Prev
1
Next >
End >>
Home
-
About Us
-
Privacy Policy
Copyright 2005 - 2008 www.java-tips.org
Java is a trademark of Sun Microsystems, Inc.