JavaBeat Certifications Certifications Kits Articles Interview Questions OCAJP 7 OCPJP 5 OCPJP 6 OCEJWCD 6 SCBCD 5.0 SCEA SCJA
Submit Links | Latest Links | Login (want to submit links for DLinks? send a mail to krishnas@javabeat.net)

Using Dependency Injection from Web Container in OC4J 10.1.3.x

java Comments
  • 0 votes
OC4J 10.1.3.1 and later supports dependency injection from web container. I've seen this question from many customers via email or in OTN forum that using dependency injection from web container generates NPE. If you are running into such problems, make sure that you have specified version as "2.5" in your deployment descriptor (web.xml) as follows:... more »

The rise of meta-annotations

java java5 jboss Comments
  • 0 votes
Want to know what meta-annotations are or how they are being used? Click here for some thoughts on the subject...... more »

Flex and Google Gears: sales force automation application with offline capabilities

java Comments
  • 0 votes
As a follow up to my previous post, here is the sample Sales Force Automation application I built to demonstrate the Flex/Google Gears integration, and that Kevin Lynch demonstrated during the Google Developer Day keynote last week in San Jose.... more »

AIR-to-Desktop Drag-and-Drop: Two Simple Utility Classes

java Comments
  • 0 votes
One of the exciting features of AIR is that it enables drag-and-drop between your Flex applications and the desktop: For example, you could drag a chart from your Flex application and drop it on your desktop as a JPG, or directly inside a Word document. Similarly, you could grab some rows from a Datagrid and drop them on your desktop as an XLS file, or directly inside an Excel spreadsheet.... more »

SQLQueue: Chaining Asynchronous SQL statements using the AIR database access API

java Comments
  • 0 votes
The AIR database access API is asynchronous. This works well for executing expensive queries without blocking the user interface. However, sometimes you may need to run a series of short and interdependent statements, and in that case, executing each statement asynchronously and independently can make your code difficult to manage.... more »

New version of Salesbuilder Flex / AIR application

java Comments
  • 0 votes
I spent some time improving the Salesbuilder Flex / AIR demo application I posted a couple of weeks ago. This version is a lot more complete and polished than the initial incarnation of the application.... more »

Salesbuilder source code available

java Comments
  • 0 votes
As promised, here is the source code for the Salesbuilder Flex / Air sample application:... more »

Annotating ActionScript Classes with Custom Metadata + Simple ORM Framework for AIR

java Comments
  • 0 votes
A little known feature of Flex 3 is that you can annotate ActionScript classes with your own metadata. For example you could annotate a class as follows:... more »

Restricting Access to Ajax Services

java j2ee ajax Comments
  • 0 votes
This article highlights some techniques for restricting access to Ajax-based services. It then focuses on using URL-based API keys, which gives you fine-grained protection and allows you to track, meter, and restrict usage of a service.... more »

Using the Swing Application Framework (JSR 296)

java Comments
  • 0 votes
Learn to use the Swing Application Framework to manage life-cycle events, UI component event handling, threading, localizable resources, and simple persistence in your Java technology applications.... more »
 

javabeat | advertise | about us | contact | useful resources
Copyright (2004 - 2013), JavaBeat