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
jsr
Total 32 results found. Search for [
jsr
] with
Results 1 - 32 of 32
5
10
15
20
25
30
50
1.
Inheritance and the Java Persistence API
(Java EE Tips/Enterprise Java Beans)
...e from another entity. However, the new Java Persistence API, a part of the EJB 3.0 specification (
JSR
220) , changes that. By supporting inheritance, the Java Persistence API allows you to ...
2.
Writing a Handler in JAX-WS
(Java EE Tips/Java API for XML Web Services)
This Tech Tip reprinted with permission by java.sun.com Handlers are interceptors that can be easily plugged into the Java API for XML-Based Web Services (JAX-WS) 2.0 runtime environment to do add
3.
Understanding JMX Technology
(Java EE Tips/Enterprise Java Beans)
...related specifications developed through the Java Community Process (JCP): Java Specification Request (
JSR
) 3: Java Management Extensions (JMX) Specification and
JSR
160: Java Management Extensions (J...
4.
Using Custom MBeans to Extend the GlassFish Administration System
(Java EE Tips/GlassFish)
... Kedar Mhaswade is a staff engineer at Sun Microsystems Inc. He is a member of the Expert Group for
JSR
003: Java Management Extensions. His areas of interest include open source software, JMX, and...
5.
What is New in JAXB 2.0
(Java EE Tips/Java Architecture for XML Binding)
...d JAXB 1.0, which is packaged with the Java Web Services Developer Pack (Java WSDP) 1.6. JAXB 2.0,
JSR
222, includes a number of important improvements to JAXB 1.0. Some of these are: ...
6.
Using JAX-WS-Based Web Services with SSL
(Java EE Tips/Java API for XML Web Services)
...t; Notice the <http-method> element value of POST in web.xml.
JSR
-109, "Implementing Enterprise Web Services", specifies that the service endpoint authorizatio...
7.
Developing Web Services Using EJB 3.0
(Java EE Tips/Enterprise Java Beans)
... Tech Tip reprinted with permission by java.sun.com The specification Web Services for Java EE,
JSR
109 defines two ways of implementing a web service. One way is based on the Java class progra...
8.
Introducing Annotations
(Java SE Tips/java.lang)
...res the annotations that are built into J2SE 5.0. First, what is an annotation? Defined as part of
JSR
175: A Metadata Facility for the Java Programming Language, annotations offer a way to associ...
9.
What is JOGL
(Other API Tips/JOGL)
...hics while leveraging their existing knowledge of OpenGL. Java Bindings for OpenGL is specified in
JSR
-231 and the development version of the Java Bindings for OpenGL is hosted as an open-source p...
10.
Latest Additions - 08.06.06 (160 new tips)
(Newsflashes/NewsFlashes)
...een How to place an image without knowing its size How to decide whether or not a device support
JSR
-75 Java EE Tips / JavaServer Pages JSTL - Accessing compound bean properties ...
11.
How to decide whether or not a device support JSR-75
(Java ME Tips/MIDP)
If you have access to the phone you can use the following Java code: System.getProperty("microedition.io.file.FileConnection.version");
12.
Introducing the Sun Java Streaming XML Parser
(Java EE Tips/Enterprise Java Beans)
...(XmlPull developers), and others in the Java Community Process developed StAX as an implementation of
JSR
173. StAX is a parser independent Java API based on a set of common interfaces. The S...
13.
Using the Java XML Digital Signature API
(Java EE Tips/XML Digital Signature API)
... XML digital signatures have been on programmers' wish lists for some time. The good news is that
JSR
105 now defines a standard Java technology API for providing XML digital signatures. This A...
14.
Developing Web Services Using JAX-WS
(Java EE Tips/Java API for XML Web Services)
... Tech Tip reprinted with permission by java.sun.com Java API for XML Web Services (JAX-WS) 2.0,
JSR
224, is an important part of the Java EE 5 platform. A follow-on release of Java API for XML-...
15.
Introducing JavaServer Faces Technology
(Java EE Tips/JavaServer Faces)
...y design, for use with applications based on an MVC architecture. JSF began as Java Community Process (
JSR
-127), and was approved earlier this month (March 2004) by the Executive Committee. A referenc...
16.
Accessing a Secure Enterprise Bean From a Java Client or Through Java Web Start Technology
(Java EE Tips/Enterprise Java Beans)
...g a secure Management Enterprise JavaBean (MEJB) that conforms to the J2EE Management specification,
JSR
77. The J2EE Management specification provides a standard management model for exposing and...
17.
How to get Bluetooth Address and Friendly Name of Local device
(Java ME Tips/MIDP)
JSR
82 provides the facility of Bluetooth API on mobile phone. The example below prints the Bluetooth Address and friendly name of phone. import javax.microed
18.
How to find contacts from PhoneBook of mobile phone
(Java ME Tips/MIDP)
JSR
75 provides facility of accessing native database like contacts, events and to-dos of phone. The example below lists the contacts from phone book and on selection prints the phone numbe
19.
Implementing webservices from J2ME devices
(Java ME Tips/MIDP)
JSR
172,Web Services API , extends the J2ME platform to support web services. This webservice api consist of 2 optional packages: "Java API for Remote Method Invocations" and "Java API for XML
20.
Location Based Services on J2ME devices
(Java ME Tips/MIDP)
J2ME (
JSR
179) is a set of generic APIs that can be used for developing location-based services.J2ME location APIs provide mobile applications with information about the device's present physi
21.
How to use generics
(Java SE Tips/java.lang)
...vides compile-time type safety with the Java Collections framework through generics in accordance with
JSR
-14: Add Generic Types To The Java Programming Language. One of the primary uses of generi...
22.
jo!
(Java Applications/Servlet Engine)
...2.2 (2.3 starting with jo! 1.1) JSP 1.1 (1.2 starting with jo! 1.1) Source level JSP debugging a.k.a
JSR
-45 (starting with jo! 1.1) Auto reload of WARs Hot deployment of WARs Drag and drop deploy...
23.
Unable to find a package while compiling a program in the Sun Wireless Toolkit
(Java ME Tips/MIDP)
... Figure above shows that BluetoothDemo project requires "Bluetooth/OBEX for J2ME API (
JSR
82)". If you select the required APIs for your application here, you should not get erro...
24.
Sending and Recieving MMS on J2ME devices
(Java ME Tips/MIDP)
Wireless Messaging API (
JSR
-120 or WMA) for Java, allows access to wireless communication resources on J2ME devices. MMS is a mulitpart message and WMA api support mulitpart messages. Be
25.
Where is J2ME API javadoc?
(Java ME Tips/MIDP)
...shed in the future.) Goto http://java.sun.com/j2me/docs/ Click on link "MIDP 2.0 Specification (
JSR
118)" Under Specification, Click on Download Hit Accept License Agreement Download ZIP fil...
26.
Introducing XML parsing in J2ME devices
(Java ME Tips/MIDP)
javax.xml.parsers package defines the api for XML parsing.
JSR
172 implements Java API for XML parsing. This API represents SAX parser. Illustration below parse an XML file.
27.
How to Access Local File Systems from J2ME devices using FileConnection API
(Java ME Tips/MIDP)
The FileConnection API specified in
JSR
-75 gives access to the local file systems on devices like PDA. In order to overcome security issues MIDlet needs to include requested file permission in its
28.
Getting Started with Java ME
(Java ME Tips/MIDP)
... has many extra features. It will be good idea to install later version as it also supports optional
JSR
packages used for developing specific J2ME applications. J2ME Emulators. Wireless To...
29.
Pluto
(Java Applications/CMS/Portal)
...eference Implementation of the Java Portlet Specfication. The current version of this specification is
JSR
168. Portlets are designed to run in the context of a portal. They are written to the Por...
30.
GridSphere
(Java Applications/CMS/Portal)
...GridSphere Portal Framework offers the following features: Portlet API implementation fully 100%
JSR
168 compliant Portlet development supported using Java Server Faces (JSF) standard Addition...
31.
Nodevision-Portal
(Java Applications/CMS/Portal)
...e solution meets the highest requirements: Business Process Engine and Search Engine via SOAP
JSR
168-conform WSRP-conform Freely definable layout High user friendliness Multilingual ...
32.
EXO Platform
(Java Applications/CMS/Portal)
The eXo platform is a powerful Open Source -
JSR
168 compliant - enterprise portal built from several modules. It's based on Java Server Faces, Pico Container, JbossMX and AspectJ.
<< 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.