Wednesday, January 30, 2008

java Spot light


Duke's Choice Awards
We are accepting nominations for the sixth edition of the popular Duke's Choice Awards. Winners will be recognized at the 2008 JavaOne Conference. Submit entries by March 14.

Free Evaluation: Sun Java Real-Time System 2.0 Update 1
Get all the power and benefits of the Java platform plus unprecedented control.
Learn More

NetBeans 6.0 - The Only IDE You Need.
NetBeans 6.0 IDE increases developer productivity with a smarter, faster editor, Ruby/JRuby/Ruby on Rails support and much more.
Download Now Learn More Free DVDPublish Post

CommunityOne 2008: Call For Participation
Share your expertise with the free and open source community at the second annual CommunityOne conference. Call for participation is open through January 31, 2008.

Saturday, January 19, 2008

Java Screep Capturing Program

import java.awt.Rectangle;
import java.awt.Robot;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.io.File;

import javax.imageio.ImageIO;

public class screen2image
{
public static void main(String[] args) throws Exception
{
Robot robot = new Robot();

BufferedImage screenShot = robot.createScreenCapture(new Rectangle(Toolkit.getDefaultToolkit().getScreenSize()));
ImageIO.write(screenShot, "BMP", new File("screenShot.bmp"));
}
}

Sunday, January 13, 2008

AJax and Java



jMaki for Roller
In this blog Dave discusses his holiday project of integrating jMaki with Roller.


Another Real-life app using jMaki & Jersey
In my role of Technology Evangelist, I get the opportunity to meet a lot of community (folks like you .all around the world. In the year 2007, I represented GlassFish


jMaki wrappers for ExtJs now available
In a joint effort with the ExtJs toolkit team, the jMaki wrappers for the ExtJs 1.1 toolkit are now available, jmaki-ext-1.0.1.zip .




Sun Java BluePrints Solutions Catalog with Ajax
This set of documents, code, and applications covers problems and solutions for using Ajax in a Java EE application. You can download it (code and solution documents) and run it on a Java EE application server, or you can just view the solutions document online to see if you are interested in downloading.

Korean and Chinese users, get Ajax content in your language. Java Studio Creator users can find content in Espanol, Francais, Japanese, Chinese, and Korean.



Wednesday, January 9, 2008

java certification

Sun eLearning Certification Success Packages Offer eLearning Certification Success Packages

Sun offers New eLearning Certification Success Packages that take the guesswork out of preparing for certification. These packages are comprehensive solutions that can help ease the learning and certification process by providing the right combination of Web-based or CD-ROM Sun authorized courseware and practice exams, even a voucher for the actual certification exam.

Sun authorized courseware is available to you 24x7 via your personal computer or online access, giving you the flexibility to learn when it is convenient to you. Offered at a discount, these packages provide an excellent value for your educational investment.

To preview Sun's new eLearning Certification Success Packages, follow links below.

For System Administrators:

For Developers:

To qualify for the eLearning Certification Success Package training offer:

  • Purchase qualifying eLearning Certification Success Packages online by March 31, 2008.
  • For the Swiss Army Field Watch, provide Priority Code WW18CS1 at the time of purchase.
  • For the Solio Universal Hybrid Charger, provide Priority Code WW18CS2 at the time of purchase.
  • Order eLearning Certification Success Packages online by following links to packages above.

You will receive your Swiss Army Field Watch or Solio Universal Hybrid Charger within four weeks of package payment receipt.