• How to Create a Jar File in Java Using Eclipse IDE

    Updated: 2012-04-30 21:26:42
    Let us see how to create a JAR file using Java’s jar command as well as using Eclipse IDE. The JAR file format is based on the popular ZIP file format. Usually these file are used for archiving and distribution the files and implementing various libraries

  • Setting thread priorities

    Updated: 2012-04-30 21:26:42
    Setting a threads priority can be very useful if one thread has more critical tasks to perform than another.

  • Java Generic Tutorial | Generics in Java | Generics in Collection Framework of Java

    Updated: 2012-04-30 21:26:42
    Java Generic methods and generic classes enable programmers to specify, with a single method declaration, a set of related methods or, with a single class declaration, a set of related types, respectively.

  • Java Type Casting, Type Casting in Java - A Java Tutorial

    Updated: 2012-04-30 21:26:42
    java object typecasting tutorial showing how to type cast objects or references by pre checking with instanceof operator.

  • Latest Hot IT Jobs

    Updated: 2012-04-30 21:26:42
    All the latest Hot IT Jobs in India, Singapore, UK and USA.

  • Hibernate Hello World Application using Java and eclipse - Full Source code

    Updated: 2012-04-30 21:26:42
    Download free source code of a working hello world hibernate java application build using eclipse IDE.

  • Frequently asked questions on Java Naming and Directory Interface (JNDI)

    Updated: 2012-04-30 21:26:42
    What is Java Naming and Directory Interface (JNDI) and how it is used in java

  • linear programming using ILOG CPLEX optimization Software

    Updated: 2012-04-30 21:26:42
    optimization software,optimization algorithm,optimization engine,optimization tools,optimization development system,optimization development package,global optimization, large-scale optimization,combinatorial optimization,multi-objective optimization,maximization software,minimization software,optim

  • Read/Write Excel Sheet using Java

    Updated: 2012-04-30 21:26:42
    This tutorial shows how to read/write an excel sheet using Java POI HSSF API.

  • What Is the J2EE Connector Architecture (JCA) ?

    Updated: 2012-04-30 21:26:42
    The J2EE Connector architecture is based on the technologies defined and standardized in the Java 2 Platform, Enterprise Edition (J2EE) and is part of the J2EE platform.

  • WebSphere Process Server and WebSphere Integration Developer

    Updated: 2012-04-30 21:26:42
    WebSphere Process Server and WebSphere Integration Developer downloads and tutorials

  • What Is the JMS API? How Does the JMS API Work with the Java EE Platform?

    Updated: 2012-04-30 21:26:42
    The Java Message Service is a Java API that allows applications to create, send, receive, and read messages. Designed by Sun and several partner companies, the JMS API defines a common set of interfaces and associated semantics that allow programs written in the Java programming language to communic

  • what is encapsulation in java programming

    Updated: 2012-04-30 21:26:42
    Encapsulation is one of the four fundamental OOP concepts. The other three are inheritance, polymorphism, and abstraction. Encapsulation is the technique of making the fields in a class private and providing access to the fields via public methods

  • Introduction to JQuery with Examples, JQuery Tutorial

    Updated: 2012-04-30 21:26:42
    jQuery is a cross browser JavaScript library that helps to traverse through HTML elements, event handling, effects(animation) and Ajax interactions.

  • How to read, write a XML Document using Java API for XML Parsing ( JAXP) | JAXP Tutorials

    Updated: 2012-04-30 21:26:42
    JAXP (Java APIs for XML Processing) enables applications to parse, transform, validate and query XML documents using Java. JAXP is widely used in the SOA and web services. JAXP has become a popular technology in XML.

  • Comparision between Websphere ILOG JRules and JBoss Drools BRMS

    Updated: 2012-04-30 21:26:42
    Highlight the main differences between ILOG JRules and JBoss Drools

  • Invoke Method using Java reflection API

    Updated: 2012-04-30 21:26:42
    Using Java Reflection API, we can invoke methods on an object at runtime without knowing the names of them in advance

  • Convert a List (ArrayList) to an Array

    Updated: 2012-04-30 21:26:42
    This piece of Java code shows how to convert a List, in this case an ArrayList, to an Array by calling the method toArray() on the List object.

  • Unmarshalling and Marshalling XML using Jaxp and JAXB

    Updated: 2012-04-30 21:26:42
    Unmarshalling provides a client application the ability to convert XML data into JAXB-derived Java objects.

  • Java Collection Framework Tutorial

    Updated: 2012-04-30 21:26:42
    The Collections Framework provides a well-designed set of interfaces and classes for storing and manipulating groups of data as a single unit, a collection.

  • Web Service using Apace Axis Tutorial

    Updated: 2012-04-30 21:26:42
    Apache Axis is an open source tool used for developing web services in Java, It is widely used to develop bottom up and top down web services

  • How to set java heap size in Eclipse?

    Updated: 2012-04-30 21:26:42
    This page describes the issue most often faced by java developers - Java heap size

  • Java Operators like arithmatic,addtion,subtraction,multiplication,shift

    Updated: 2012-04-30 21:26:42
    Operators are the symbols defining a certain operation to be performed.

  • BRMS Major Rule Engines

    Updated: 2012-04-30 21:26:42
    There are quite a few market leading BRMS tools available currently in the market and have been implemented in many enterprise level applications.

  • what is the difference between C++ and Java?

    Updated: 2012-04-30 21:26:42
    difference between C++ and Java?

  • Using JAXP to both read and write an XML document

    Updated: 2012-04-30 21:26:42
    Using JAXP to both read and write an XML document

  • Get Started with Using Ajax in Java

    Updated: 2012-04-30 21:26:42
    Ajax is an acronym which stands for Asynchronous JavaScript and XML. It is the method of using the XMLHttpRequest object to facilitate communication with scripts that are server sided.

  • Lifecycle Callbacks for Stateless Session Beans

    Updated: 2012-04-30 21:26:42
    Tutorial for Lifecycle Callbacks for Stateless Session Beans.

  • SOA and Web Services Tutorials || Develop easy to use Web Services

    Updated: 2012-04-30 21:26:42
    This tutorial tells how to develop an easy to use web service using the apache axis

  • IBM WebSphere Process Server and Integration Developer Tutorial

    Updated: 2012-04-30 21:26:42
    WebSphere Integration Developer (WID) is a powerful IDE to develop business processes. A process is developed following the Business Process Execution Language (BPEL) standard.

  • Implementing RESTful Web services using JAX-WS

    Updated: 2012-04-30 21:26:42
    REST is an acronym standing for REpresentational State Transfer. This term is widely used in the Wweb Service context

  • Frequently asked questions on Java and Enterprise J2EE

    Updated: 2012-04-30 21:26:42
    What is the difference between Session Bean and Entity Bean?What is Deployment Descriptor?

  • pl sql tutorial with examples

    Updated: 2012-04-30 21:26:42
    pl sql tutorial with examples and source code.

  • Read And Write XML Using Java

    Updated: 2012-04-30 21:26:42
    To process an XML document, we need to parse it. XML stands for eXtensible Markup Language. XML is a very useful technology for describing structured information.

  • IBM WebSphere Products List

    Updated: 2012-04-30 21:26:42
    IBM Websphere is a series of enterprise products which are useful for various busniess domains including banking, finance, insurance, manufacturing.This Includes a BPM suites useful for various process like loan origination systems.

  • Singleton Pattern in Java

    Updated: 2012-04-30 21:26:42
    Implementing singleton pattern in java

  • Java Beginner Tutorial and Programmers Guide

    Updated: 2012-04-30 21:26:42
    A Beginners Guide to Java Programming language.

  • how-to-read-write-excel-spreadsheet-from-java

    Updated: 2012-04-30 21:26:42
    This tutorial gives you a way on how-to-read-write-excel-spreadsheet-from-java

  • Ajax AutoComplete in Java, J2EE

    Updated: 2012-04-30 21:26:42
    Ready to use code for an autocomplete in ajax.

  • Interview Question on Java J2EE || Interview Questing for IBM, Google, Microsoft, Yahoo, TCS, Cogniz

    Updated: 2012-04-30 21:26:42
    Interview Question on Java, J2EE, Oracle, ILOG , and other related technologies

  • Placement Papers of Major IT Companies, Technical and Non Technical Interview Question papers

    Updated: 2012-04-30 21:26:42
    placement papers on Java, J2EE, Oracle, ILOG , and other related technologies

  • Hibernate Hello World Tutorial and Beginners Guide

    Updated: 2012-04-30 21:26:42
    Hibernate is an ORM technology which is widely used by enterprise systems. Hibernate has evolved over the periods and is very useful in providing the DAO layer in a JAVA,J2EE enterprise applicatioin

  • Schema­tron: What is Schema­tron and how it is used ?

    Updated: 2012-04-30 21:26:42
    Schema­tron tied to XSLT 1.0. How is Schema­tron used? Is Schema­tron a re­place­ment for XSD?What is Schema­tron used for?

  • How to Create a Thread in Java

    Updated: 2012-04-30 21:26:42
    There are two main ways of creating a thread. The first is to extend the Thread class and the second is to implement the Runnable interface.

  • SCJP 1.6 Dumps Free download, Sun certified Java exam dumps,SCJP 1.5 Dumps, SCJP 1.6 Dumps

    Updated: 2012-04-30 21:26:42
    Download the latest tutorial, question papers, dumps and information about the major sun certification exams. Latest updated questions for SCJP 1.6, SCJP 1.5. SCWCD 1.5 and other major sun certification exams.

  • Sun Certified Java Associate (SCJA)

    Updated: 2012-04-30 21:26:42
    Java Standard Edition 6 Programmer Certified Professional Exam

  • Introduction to Object Serialization

    Updated: 2012-04-30 21:26:42
    Introduction to Object Serialization

  • All Major Products of ILOG

    Updated: 2012-04-30 21:26:42
    These 3 core technologies and Supply Chain Application group manage products organized into 4 families, 4 product lines.But they all contribute to the field of decision-support.

  • Difference Between Interface and Abstract Class

    Updated: 2012-04-30 21:26:42
    Interfaces Vs Abstract Classes In Java. Abstract class is a class which can not be instantiated whereas Interface are pure abstract class

  • Eclipse Tip and Tricks || TroubleShoot memory leakage Issues in Java

    Updated: 2012-04-30 21:26:42
    A simple solution to understand memory consumption in Eclipse Java IDE.

  • StrutsTutorials, StrutsExamples, Strutsexample, StrutsFrameworks,Struts and Tiles view, Strutsview, T

    Updated: 2012-04-30 21:26:42
    Struts Tutorials, Struts Examples, Struts example, Struts Frameworks,Struts and Tiles view, Struts view, Tiles, Example, Code, Tutorial, Article, code

  • ajax-rerendering-how-to-rerender-part-of-your-page-in-myfaces-using-richfaces

    Updated: 2012-04-30 21:26:42
    Learn Ajax,Richfaces,J2EE,Seam Framework

  • Model View Controller (MVC) Architecture

    Updated: 2012-04-30 21:26:42
    MVC is a design pattern used in most of the enterprise applications. The MVC (Model-View-Controller) architecture divides the web-based application into three parts: the model, the view and the controller.

  • Polymorphism vs Overriding vs Overloading : SCJP Notes

    Updated: 2012-04-30 21:26:42
    Difference between overload and overridden in java? What is override and overloading in java? What is method overriding vs overloading?

  • A very Simple Hello World Program in Java

    Updated: 2012-04-30 21:26:42
    his short example shows how to write first java application and compile and run it. I am assuming that latest version of JDK is installed on your machine

  • Java Exception Handling,Try Catch block in Java, Tutorials for Exception handling in Java

    Updated: 2012-04-30 21:26:42
    Java Provides exception handling to help you to solve unwanted exception that may occur while your code is running.

  • Restricting attributes value in XSD Schema

    Updated: 2012-04-30 21:26:42
    Restricting the values of an attribute using xs:restriction tag in the XSD schema definition

  • Program to create multiple threads using Thread class

    Updated: 2012-04-30 21:26:42
    A very simple program to demonstrate the creation of a thread in java using Runnable interface

  • JBoss Enterprise Middleware Suite (JEMS)

    Updated: 2012-04-30 21:26:42
    JBoss is the global leader in open source middleware software. Started as a Java Application Server, JBoss now represents a comprehensive suite of enterprise middleware and application technology platform. The JBoss Enterprise Middleware Suite (JEMS) offers an extensive list of application technolog

  • Sun Certified Developer for Java Web Servicfes Certification Exam SCDJWS

    Updated: 2012-04-30 21:26:42
    Sun Certified Developer for Java Web Services Certification Exam SCDJWS

  • Object Relation Mapping In Java

    Updated: 2012-04-30 21:26:42
    ORM works by transforming data from one representation to another.

  • The If Else Statement in Java

    Updated: 2012-04-30 21:26:42
    The if-then-else statement provides a secondary path of execution when an if clause evaluates to false

  • Java Date API and Date Format

    Updated: 2012-04-30 21:26:42
    The Date class is used to represent a Date and time. Date includes set of methods for getting and setting the year,month,day hour, minute and seconds of an instance

  • Hello World Ajax tutorial, Ajax Hello World tutorial, Source code Ajax, Ajax Java JSP Tutorial

    Updated: 2012-04-30 21:26:42
    A basic Hello world tutorial in Ajax and JSP build using Eclipse tool.Say Hello World in AJAX

  • Spring Tutorials, Spring Examples, Spring example, Spring Frameworks,Spring and Tiles view, Spring v

    Updated: 2012-04-30 21:26:42
    Spring Tutorials, Spring Examples, Spring example, Spring Frameworks,Spring and Tiles view, Spring view, Tiles, Example, Code, Tutorial, Article, code

  • Spring Framework Tutorial

    Updated: 2012-04-30 21:26:42
    Spring is an open source framework, created to address the complexity of enterprise application development. Java application can benefit from Spring in terms of simplicity, testability, and loose coupling.

  • Introduction to Struts Framework

    Updated: 2012-04-30 21:26:42
    this is the hello world tutorial for struts

  • Sun Certified Java Programmer

    Updated: 2012-04-30 21:26:42
    Earning a sun certification provides a clear demonstration of the core java scjp skills. This page is devoted to Java programmer certification, the exam which is commonly known as SCJP.

  • Java Multithreading Example and Source Code Tutorial

    Updated: 2012-04-30 21:26:42
    Multi-threading programming is conceptual paradigm for programming where we divide programs into two or more process which can run in parallel. With interactive network programs, we will find that there are many problems best solved concurrently. Before going see code examples we will get to know

  • Integrate Adsense account with google analytics

    Updated: 2012-04-30 21:26:42
    This page shows you how to integrate your google adsense account to google analytics account.

  • JVM(Java) Heap size

    Updated: 2012-04-30 21:26:42
    This page describes the issue most often faced by java developers - Java heap size

  • Uses of Class java.lang.Thread and Methods Defined in java.lang.Thread

    Updated: 2012-04-30 21:26:42
    Every thread in Java is created and controlled by the java.lang.Thread class. A Java program can have many threads, and these threads can run concurrently, The important methods defined in the Thread class are discussed here.

  • ECM : Managing the Enterprise Content Management Technology

    Updated: 2012-04-30 21:26:42
    ECM helps companies make better decisions faster by managing content, optimizing associated business processes and enabling compliance through an integrated information infrastructure.

  • IBM BPM Lombardi Tutorial

    Updated: 2012-04-30 21:26:42
    IBM Lombardi is a BPM tool which serves the business process management solution requirements. This tool is widely used in BFS space.

  • IBM Filenet Tutorial | FileNet p8 tutorial | Filenet BPM Tutorial

    Updated: 2012-04-30 21:26:42
    filenet document management system,filenet idm web services,filenet p8 tutorial and source code,filenet workplace customization,filenet capture adr,filenet p8 4.5 documentation,sharepoint filenet integration

  • IBM FileNet P8 Platform V4.x

    Updated: 2012-04-30 21:26:42
    IBM FileNet P8 Platform V4.x

  • Comparison: FileNet CM and BPM and Lombardi TeamWorks

    Updated: 2012-04-30 21:26:42
    Advantage and disadvantages of FileNet BPM over Lombardi TeamWorks:

  • Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by

    Updated: 2012-04-30 21:26:42
    Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by the Apache Software Foundation (ASF).

  • Java program to write xml using DOM parser

    Updated: 2012-04-30 21:26:42
    A Hello World Java program which demonstrates that how you can use java to write a XML File using DOM Parser with ready to use source code.

  • Enterprise Application Integration (EAI) and Its importance to the Solution architect

    Updated: 2012-04-30 21:26:42
    This page shows how Enterprise Application Integration (EAI) fits in the SOA and how it is used to leverage the importance of the java web services

  • Java Arrays,Arrays in Java, Tutorials for Arrays in Java

    Updated: 2012-04-30 21:26:42
    n array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed. You have seen an example of arrays already, in the main method of the "Hello World!" application. This section dis

  • Java program to read xml using DOM parser

    Updated: 2012-04-30 21:26:42
    A Hello World Java program which demonstrates that how you can use java to read a XML File using DOM Parser with ready to use source code.

  • Decision Table and How it is used in a rule engine

    Updated: 2012-04-30 21:26:42
    Decision table is used to write rules in a manner that same conditions are evaluated for a different set of data. Decision tables are used in most of the rule engines to write business rules.

  • Java Exception Handling Mechanism - Tutorials and Source Code

    Updated: 2012-04-30 21:26:42
    The Exception handling works by transferring the execution of a program to an appropriate exception handler when an exception occurs. Java exception handling is managed via five keywords: try, catch, throw, throws, and finally

  • Program to create multiple threads using Runnable interface.

    Updated: 2012-04-30 21:26:42
    A very simple program to demonstrate the creation of a thread in java using Runnable interface using source code and related explanation

  • Java Singleton Design Pattern

    Updated: 2012-04-30 21:26:42
    In the Singleton Design Pattern you never have more than one instance of a object. A tutorial to understand Java Singleton design pattern with some example and code snippet

  • How to avoid java.lang.outofmemoryexception

    Updated: 2012-04-30 21:26:42
    This page describes how to avoid the java.lang.outofmemory Error?

  • IBM ILOG JRules | ILOG JRules Tutorial | ILOG JRules Interview Question

    Updated: 2012-04-30 21:26:42
    ILOG JRules is Business rules without compromise. We provide information about ILOG JRules tutorials. Contact our experts to know more about this product

  • Sun Certified Enterprise Architect (SCEA)

    Updated: 2012-04-30 21:26:42
    Java Standard Edition 6 Programmer Certified Professional Exam

  • JSF Tutorial and Source Code Examples

    Updated: 2012-04-30 21:26:42
    A Beginners guide to using Java Server Faces ( JSF) in J2EE based web applications.

  • GlassFish on the Beagleboard

    Updated: 2012-04-30 16:43:28
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Tab Sweep : SwaggerSo . Main GlassFish on the Beagleboard By John Clingan on Apr 30, 2012 The GlassFish Server Embedded Guide documents how to run GlassFish in a JVM running another application , perhaps to expose that application's features using Web Services or a RESTful endpoint , or to leverage the EJB container for transactional business logic . Julien Ponge , however , has posted how he deployed a stock GlassFish installation on a stock BeagleBoard xM Embedded System with Java SE 6 Embedded . While many are talking about scaling up Java EE in the cloud , Julien reminds us that scaling down Java EE can drive a lot of potential value as well

  • ICEfaces & JSF Self-serve Video Training [5 hours] | Introduction to JSF 2 & ICEfaces 2 | Managed Beans | ICEfaces Components | JSF Bean Scope | JSF Lifestyle

    Updated: 2012-04-29 12:33:50
    ...

  • UML Video Tutorial | UML: Association, Aggregation, Composition, Dependency, Generalization

    Updated: 2012-04-29 09:00:33
    ...

  • What is HTTPS ? | how browser uses SSL and HTTPS to secure data transfer | HTTPS Video Tutorial

    Updated: 2012-04-29 08:57:41
    ...

  • SEO On Page Best Practices & Checkups for Developers | Search Engine Optimization Video Tutorial

    Updated: 2012-04-29 08:56:41
    ...

  • How easy it is implement Spring 3.1 security on a JSF 2 project | Spring 3.1 Security Video Tutorial | JSF 2.0 Video Tutorial

    Updated: 2012-04-29 08:55:41
    ...

  • Introduction to the Web Services API | SOAP | REST | Bulk | Callouts | Outbound Messages | Apex WS

    Updated: 2012-04-29 08:54:22
    ...

  • Tab Sweep: SwaggerSocket, Weld 2 Alpha, Auditing JPA Entities, Remote EJB Invocation ...

    Updated: 2012-04-28 09:00:00
    : , , , Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Oracle Fusion Middle . Main Tab Sweep : SwaggerSocket , Weld 2 Alpha , Auditing JPA Entities , Remote EJB Invocation By arungupta on Apr 28, 2012 Recent Tips and News on Java , Java EE 6, GlassFish more Transparently adding WebSockets to your application using SwaggerSocket Jeanfrancois Arcand HTTP Basic Auth in RESTful web service on GlassFish v3 using NetBeans tutorial German Couchdb Weld 2.0.0.Alpha2 released Jozef Hartinger Java EE 6 It’s the small . things Shane K Johnson Using GlassFish and APEXListener as backend for Apache so server APEX Ronald Rood Auditing Entities With JPA Events Andy Gibson Windows Azure , the application to

  • Demo of a Java Program that does basic CRUD operations using Hibernate mapping and HQL | Hibernate Video Tutorial

    Updated: 2012-04-28 04:13:32
    ...

  • Oracle Fusion Middleware is Hiring in Ottawa, Canada

    Updated: 2012-04-27 13:00:00
    , Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community JDK 7 U4 and JavaFX . Main Oracle Fusion Middleware is Hiring in Ottawa , Canada By arungupta on Apr 27, 2012 The Oracle Fusion Middleware Team is looking for talent to help build the future of the application stack . If you are interested , check out this job posting Here's an extract working with product management to define product features , creating system architectures , designing features , writing testing code , fixing bugs , participating in JSR expert groups , leading inter-team projects , presenting at conferences . This is a job based in the Canada , Ottawa and has an option for a project lead role . Apply today Category : Community

  • JDK 7 U4 and JavaFX 2.1 for Mac and NetBeans 7.1.2 Released

    Updated: 2012-04-27 06:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Outage on java.net Main JDK 7 U4 and JavaFX 2.1 for Mac and NetBeans 7.1.2 Released By arungupta on Apr 26, 2012 Java SE 7 U4 may sound like a normal patch release . But this is the first delivery of both the Java Development Kit JDK and JavaFX Software Development Kit SDK for Mac OS X by Oracle . The consumer version , including a JRE , will be released later this year . NetBeans 7.1.2 provides support for the updated JDK . In this release , Ant is upgraded to 1.8.3 and it even has some minor performance improvements . Download it today This JDK release also contains G1 Garbage Collector that provides a predictable garbage collection even for

  • How to integrate and configure tomcat with Eclipse IDE | Eclipse Video Tutorial

    Updated: 2012-04-27 04:15:41
    ...

  • How to add user libraries in an Eclipse IDE | Eclipse Video Tutorial

    Updated: 2012-04-27 04:13:37
    ...

  • How to download , install , run and test a JSP hello world on Eclipse Indigo EE and Tomcat 7

    Updated: 2012-04-27 04:08:17
    ...

  • Outage on java.net - Apr 27 12pm PT, 2012 to Apr 30 12pm PT, 2012

    Updated: 2012-04-26 09:00:00
    , , Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Java EE 7 Platform . Main Outage on java.net Apr 27 12pm PT , 2012 to Apr 30 12pm PT , 2012 By arungupta on Apr 26, 2012 As we constantly improve the java.net infrastructure you will experience downtime starting around noon pacific time 7pm UTC on Friday , April 27, through noon pacific time 7pm UTC on Monday , April 30 for scheduled maintenance . Email aliases java.net for all projects hosted java.net will not be available . So users glassfish , dev glassfish , users jersey , and other similar aliases will not be accessible , including their archives . The forums and downloads for these projects will not be accessible as well . The GlassFish

  • Java EE 7 Platform Early Draft Specification Now Available

    Updated: 2012-04-26 04:36:57
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Spring to Java EE 6. . Main Outage on java.net Java EE 7 Platform Early Draft Specification Now Available By arungupta on Apr 25, 2012 The Java EE 7 Platform Expert Group has released an Early Draft of the specification . The Appendix EE.B describe all the changes in this version . The associated Web Profile Early Draft is released as well and the Appendix WP.A.1 describe the changes from previous versions . Following the JCP 2.8 transparency rules , the progress can be monitored at javaee-spec.java.net and feedback provided at users javaee-spec The following individual components have also released their Early Drafts : Expression Language 3.0

  • The importance of HTML5 | HTML5 Must be Learned | HTML5 Video Tutorial

    Updated: 2012-04-25 19:17:48
    ...

  • Spring to Java EE 6 Articles

    Updated: 2012-04-25 09:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Server Side Events . Main Spring to Java EE 6 Articles By arungupta on Apr 25, 2012 David Heffelfinger's 4-part article series on Spring to Java EE 6 migration published the last part The part 1 part 2 and part 3 takes a sample Spring application and builds it using java EE 6. It even compares the generated WAR files and LoC in XML configuration in the two environments . Here are some other blogs articles that cover the topic : Migrating Spring Applications to Java EE 6 Part 1 by Bert Ertman and Paul Bakker Java EE wins over Spring by Bill Burke Why will I use Java EE instead of Spring in new Enterprise Java projects in 2012 by Kai Waehner more

  • Version 2 of " HTML5 for the Java Developer " session

    Updated: 2012-04-25 06:07:41
    ...

  • How to create JPA entities and map them to the database tables and Testing CRUD in Hibernate using Eclipse

    Updated: 2012-04-25 03:20:10
    ...

  • Server Side Events with HTML 5 and GlassFish

    Updated: 2012-04-24 09:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Expression Language . Main Server Side Events with HTML 5 and GlassFish By John Clingan on Apr 24, 2012 While this is not the first post on Server Side Events , nbsp Bhakti and Jitu continue the discussion of using Server-Side Events SSE as HTML 5, Java EE 7, and GlassFish Server move full steam . ahead The blog posts include example source code that can be deployed to recent trunk builds of GlassFish Server . nbsp Bhakti uses SSE and CDI to build an application that tracks a twitter search , while Jitu discusses how GlassFish adds a bit more abstraction for the developer and references a video player sample application available in the GlassFish

  • Expression Language 3.0 / JSR 341 Early Draft Now Available

    Updated: 2012-04-23 09:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Tab Sweep : jBPM5, . Main Server Side Events . Expression Language 3.0 JSR 341 Early Draft Now Available By arungupta on Apr 23, 2012 Expression Language EL has been a separate specification since JSP 2.0 but still part of the same JSR . The JSR 341 places EL in a separate specification . nbsp The Expert Group released Expression Language 3.0 Early Draft is now posted for a formal review . Some of the main goals of the JSR are to separate ELContext into parsing and evaluation contexts , adding operators like equality , string concatenation , etc , and integration with CDI such as generating events before during after the expressions are evaluated

  • What is EJB ? What do you mean by EJB(Enterprise Java Beans)? | EJB Video Tutorial

    Updated: 2012-04-23 04:40:03
    ...

  • Understand the EJB(Enterprise Java Beans) | How to Get started with EJB(Enterprise Java Beans) ? | EJB Video Tutorial

    Updated: 2012-04-23 04:37:57
    ...

  • Tab Sweep: jBPM5, Hibernate Logging, Grizzly 2.2.5, Cache and JPA 2.0, Observer Pattern, . . .

    Updated: 2012-04-21 04:00:00
    : , , Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Java EE Brings Power . Main Expression Language . Tab Sweep : jBPM5, Hibernate Logging , Grizzly 2.2.5, Cache and JPA 2.0, Observer Pattern , By arungupta on Apr 20, 2012 Recent Tips and News on Java , Java EE 6, GlassFish more Using Java Persistence API for Java SE 7 Desktop applications in NetBeans 7 Oracle Learning Library Use jBPM5 embedded within a Java EE 6 application akquinet If JAX-RS had an MVC framework Mamadou Lamine Ba Java EE Revisits Design Patterns : Observer Nikos Maravitsas Detailed Logging Output with GlassFish Server , Hibernate , and Log4j wikis.oracle.com Grizzly 2.2.5 has been released Ryan Lubke Glassfish Installing

  • Java EE Brings Power to the POJO

    Updated: 2012-04-20 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Rolling Upgrades . Main Tab Sweep : jBPM5, . Java EE Brings Power to the POJO By John Clingan on Apr 19, 2012 Enterprise Java Beans EJBs have come a long way in since J2EE 1.4. Beginning with Java EE 5, building transactional , secure , message-oriented , and persistence-aware business components has become significantly simpler . EJBs have become annotated Java objects , where annotations enhance the features of the POJO thanks to integrated JSRs like EJB 3.1, Bean Validation , Interceptors , Contexts and Dependency Injection , Expression Language , JAX-RS Java Persistence Architecture , and more . nbsp Let's not forget convention over

  • Rolling Upgrades with GlassFish Server

    Updated: 2012-04-19 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community WebSockets and Java . Main Java EE Brings Power . Rolling Upgrades with GlassFish Server By John Clingan on Apr 18, 2012 GlassFish Server documents how to upgrade applications within a cluster and across clusters without losing application . availability Jerome Lafosse takes this a step further by taking advantage of the application versioning feature introduced back in GlassFish Server 3.1 as part of the application upgrade process English translation If you have a production application running on GlassFish , then this is definitely of interest to you Also , a shout out , hat tip , and thanks to Serli for contributing the application versioning

  • WebSockets and Java EE 7: JSR 356 Starting Up

    Updated: 2012-04-18 04:00:00
    : Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Hitachi Cosminexus . Main Rolling Upgrades . WebSockets and Java EE 7 : JSR 356 Starting Up By arungupta on Apr 17, 2012 Java API for WebSocket aka JSR 356 will define a standard API for creating WebSocket applications . The Expert Group consists of RedHat , Google , Caucho , VMWare and other individuals like JeanFrancois Arcand and Justin Lee . GlassFish has support for WebSocket using Grizzly on server and client for some time . The JSR will provide standards-based code to write WebSocket applications . Danny Coward has started websocket-spec and you can read the EG discussions at jsr356-experts The users websocket-spec allows you to

  • Hitachi Cosminexus v9.0 - 15th Java EE 6 Compliant Server

    Updated: 2012-04-17 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Configuring JMS and . Main WebSockets and Java . Hitachi Cosminexus v9.0 15th Java EE 6 Compliant Server By arungupta on Apr 16, 2012 We now have a new Java EE 6 product in the family HItachi uCosminexus Application Server V9.0. They provide full Java EE 6 platform compliance . The detailled tested configuration for this product should sound pretty familiar to readers with components such as EclipseLink , Weld , and Metro . This brings the total number of Java EE 6 compliant application servers to 15. Which one are you using for deploying your enterprise applications Category : JavaEE Tags : compatibility hitachi javaee Permanent link to this

  • What's new in in NetBeans IDE 7.1 ? | featuring JavaFX 2.0 and CSS3 support | visual debugging for Swing and JavaFX UIs, Git support, PHP debugging, Java EE improvements | Netbeans Video Tutorial

    Updated: 2012-04-16 09:01:21
    ...

  • Configuring JMS and Message Queues in GlassFish - Sample Chapter

    Updated: 2012-04-16 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Tab Sweep : Arquillia . Main Hitachi Cosminexus . Configuring JMS and Message Queues in GlassFish Sample Chapter By arungupta on Apr 15, 2012 PacktPub released Java EE 6 with GlassFish 3 Application Server a few months after the first version in GlassFish 3 train was released . This book is a practical guide to install and configure the GlassFish 3 Application Server and develop and deploy Java EE 6 applications on this server . Recently they released a sample chapter on how to configure JMS and message queues in GlassFish . The chapter provide complete snapshots from the web-based admin console and working sample code . The Table of Contents

  • How to Verify Eclipse Installation & Import preferences & User libraries | Eclipse Video Tutorial

    Updated: 2012-04-15 06:48:23
    ...

  • How to Install eclipse and import plugins | Eclipse Video Tutorial

    Updated: 2012-04-15 06:42:34
    ...

  • How to Create JPA Project with Hibernate as provider in Eclipse | JPA & Hibernate Video Tutorial

    Updated: 2012-04-15 06:39:26
    ...

  • Demo of a Web Project with Primefaces 3.2 | JSF 2.0 | JAVA 7 | MSSQL ,using Netbeans IDE | Primefaces Video Tutorial

    Updated: 2012-04-14 07:42:19
    ...

  • Java SE 7 (JDK 7) and what it brings to Java EE 6 and GlassFish 3.1.1 | Java EE 6 Video Tutorial

    Updated: 2012-04-14 07:32:06
    ...

  • What is a SOA ( Service Oriented Architecture ) ? | SOA Video Tutorial

    Updated: 2012-04-14 07:12:11
    ...

  • Tab Sweep: Arquillian, Power Mac, PowerPC, JSP Performance, JMX Connection, ...

    Updated: 2012-04-14 04:00:00
    : , , , , , Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community EclipseLink Moxy . Main Configuring JMS and . Tab Sweep : Arquillian , Power Mac , PowerPC , JSP Performance , JMX Connection , By arungupta on Apr 13, 2012 Recent Tips and News on Java , Java EE 6, GlassFish more Extreme Portability : OpenJDK 7 and GlassFish 3.1.1 on Power Mac G5 Mark Heckler Using GlassFish domain templates to easily create several customized domains Masoud Kalali OpenJDK 7 on Apple G5 PowerPC on Mac OS X 10.5.8 John Yeary ENABLING REMOTE ADMINISTRATION FOR GLASSFISH Adam Bien The Java EE 7 Feature List : Cloud Focused Upgrades devx Improve JavaServer Pages Performance with Caching distributedcaching Interactive

  • EclipseLink Moxy Provider for JAX-RS and JAX-WS

    Updated: 2012-04-13 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Concurrency Utilitie . Main Tab Sweep : Arquillia . EclipseLink Moxy Provider for JAX-RS and JAX-WS By arungupta on Apr 12, 2012 EclipseLink MOXy is a JAXB provider bundled in GlassFish 3.1.2. In addition to JAXB RI , it provides XPath Based Mapping better support for JPA entities native JSON binding and many other features . Learn more about MOXy and JAXB examples on their wiki Blaise blogged about how MOXy can be leveraged to create a JAX-WS service.You just need to provide data-binding attribute in sun-jaxws.xml and then all the XPath-based mapping can be specified on JAXB . beans MOXy can also be used as JAX-RS JSON provider on server-side

  • An overview of various java EE technologies (Java Transaction Management and Java Servlet, Java Bean, and JSP) and services | Java EE Video Programming

    Updated: 2012-04-13 02:26:18
    ...

  • How to deploy and configure the EJB environment ? | Introduction to XML and how it is used with Java configurations || Java EE Video Programming

    Updated: 2012-04-13 02:23:51
    ...

  • The Java Enterprise Bean (EJB) Overview | J2ee Overview | Different bean types (Session, Entity, and Message) and how to use and configure the bean components in the EE environment | Java EE Video Programming

    Updated: 2012-04-13 02:19:07
    ...

  • Concurrency Utilities for Java EE 6: JSR 236 Rebooting

    Updated: 2012-04-12 04:00:00
    : Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Java EE 6 and Maven . Main EclipseLink Moxy . Concurrency Utilities for Java EE 6 : JSR 236 Rebooting By arungupta on Apr 11, 2012 JSR 166 added support for concurrency utilities in the Java platform . The JSR 236 s , a.k.a Concurrency Utilities for Java EE , goal was to extend that support to the Java EE platform by adding asynchronous abilities to different application components . The EG was however stagnant since Dec 2003. Its coming back to life with the co-spec lead Anthony Lai's message to the JSR 236 EG archived here The JSR will be operating under JCP 2.8's transparency rules and can be tracked at concurrency-spec.java.net All the

  • Java EE 6 and Maven 3 using CLI

    Updated: 2012-04-11 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community JPA and NoSQL using . Main Concurrency Utilitie . Java EE 6 and Maven 3 using CLI By arungupta on Apr 10, 2012 NetBeans and Eclipse provide tools , templates , wizards and code generators for building a Java EE 6 application . They both also allow a Java EE 6 Maven project to be created . In his recent screencast Adam Bien explained how a Java EE 6 project can be easily created at command-line using Maven 3. The screencast walks through the process of creating the project using command-line . The created project has no dependency on NetBeans and GlassFish but can still be opened in NetBeans and deployed on GlassFish . A complete list of Adam's

  • JPA and NoSQL using EclipseLink - MongoDB supported

    Updated: 2012-04-10 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Unlock the Java EE 6. . Main Java EE 6 and Maven . JPA and NoSQL using EclipseLink MongoDB supported By arungupta on Apr 09, 2012 EclipseLink 2.4 has added JPA support for NoSQL databases , MongoDB and Oracle NoSQL are the first ones to make the cut . The support to other NoSQL database can be extended by adding a EclipseLink EISPlatform class and a JCA adapter . A Java class can be mapped to a NoSQL datasource using the NoSQL annotation or A complete sample showing how JPA annotations are mapping and using NoSQL is explained here The MongoDB-version of the source code can also be checked out from the SVN repository EclipseLink 2.4 is scheduled

  • Unlock the Java EE 6 Platform using NetBeans 7.1

    Updated: 2012-04-09 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Tab Sweep : FacesMess . Main JPA and NoSQL using . Unlock the Java EE 6 Platform using NetBeans 7.1 By arungupta on Apr 08, 2012 NetBeans IDE provide tools , templates , and code generators that can be used for the specifications that are part of the Java EE 6 Platform . In a recent article Geertjan builds a simple end-to-end application using the standard Model-View-Controller architecture . It uses Java Persistence API 2, Servlets 3, JavaServer Faces 2, Enterprise Java Beans 3.1, Context and Dependency Injection 1.0, and Java API for RESTful Web Services 1.1 showing the complete stack . A self-paced and an extensive hands-on lab covering this

  • Tab Sweep: FacesMessage enhancements, Look up thread pool resources, JQuery/JSF integration, Galleria, ...

    Updated: 2012-04-07 04:00:00
    : , , , , Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Contribute to GlassF . Main Unlock the Java EE 6. . Tab Sweep : FacesMessage enhancements , Look up thread pool resources , JQuery JSF integration , Galleria , By arungupta on Apr 06, 2012 Recent Tips and News on Java , Java EE 6, GlassFish more Fixing remote GlassFish server errors on NetBeans Igor Cardoso FacesMessage Enhancements PrimeFaces How to create and look up thread pool resource in GlassFish javahowto Jersey 1.12 is released Jakub Podlesak VisualVM problem connecting to monitor Glassfish Raymond Reid JSF 2.0 JQuery-JSF Integration John Yeary JDBC-ODBC Bridge Example John Yeary The Java EE 6 Example Gracefully dealing with

  • Contribute to GlassFish in Five Different Ways

    Updated: 2012-04-06 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community JSF 2.2 Update from . Main Tab Sweep : FacesMess . Contribute to GlassFish in Five Different Ways By arungupta on Apr 05, 2012 GlassFish has a lot to offer from Java EE 6 compliance , HA Clustering , RESTful administration , IDE integration and many other features . However a recent blog by Markus a GlassFish Champion , said something different : Ask not what GlassFish can do for you , but ask what you can do for GlassFish Markus explained how you can easily contribute to GlassFish without being a programming genius . The preparatory steps are simple : First of all : Don't be afraid Prepare yourself Get up to speed And then specific suggestions

  • JSF 2.2 Update from Ed Burns

    Updated: 2012-04-05 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Tuning GlassFish for . Main Contribute to GlassF . JSF 2.2 Update from Ed Burns By arungupta on Apr 04, 2012 In a recent interview the JavaServer Faces specification lead , Ed Burns , gave an update on JSF 2.2. This is a required component of the Java EE 7 platform . The work is expected to wrap up by CY 2012 and the schedule is publicly available The interview provide an update on how Tenant Scope from CDI and multi-templating will be included . It also provide details on which HTML 5 content categories will be addressed . The EG discussions are mirrored at jsr344-experts javaserverfaces-spec-public You can also participate in the discussion by

  • Tuning GlassFish for Production

    Updated: 2012-04-04 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Welcome Stephen Chin . Main JSF 2.2 Update from . Tuning GlassFish for Production By arungupta on Apr 03, 2012 The GlassFish distribution is optimized for developers and need simple deployment and server configuration changes to provide the performance typically required for production usage . The formal Performance Tuning Guide provides an explanation of capacity planning and tuning tips for application , GlassFish , JVM , and the operating system . The GlassFish Server Control only with the commercial edition also comes with Performance Tuner that optimizes the runtime for optimal throughput and . scalability And then there are multiple blogs

  • Welcome Stephen Chin and James Weaver to Oracle!

    Updated: 2012-04-03 04:00:00
    Oracle Blogs Home Products Services Downloads Support Partners Communities About Login Oracle Blog The Aquarium News from the GlassFish Community Reminder : JavaOne . Main Tuning GlassFish for . Welcome Stephen Chin and James Weaver to Oracle By arungupta on Apr 02, 2012 Stephen Chin and James Weaver the two JavaFX rockstar speakers from the community are joining Oracle's Java Evangelist Team . Both of them have co-authored a recently released book Pro Java FX 2 and are well known for their passion to promote JavaFX . This shows Oracle's continued commitment to Java and JavaFX . Jim blogs at javafxpert.com and can be reached on JavaFXpert Steve blogs at and can be reached at steveonjava.com and can be reached at steveonjava You'll have an opportunity to meet and engage with them at

Current Feed Items | Previous Months Items

Mar 2012 | Feb 2012 | Jan 2012 | Dec 2011 | Nov 2011 | Oct 2011