Monday, December 31, 2007

SCJP 1.5 Books

SCJP 1.5 Book - Kathy Sierra and Bert Bates

Get the book that shows you not only what to study, but how to study. The only classroom-based integrated study system for professional certification gives you complete coverage of all objectives for the Sun Certified Programmer for Java 5 exam, hundreds of practice exam questions, and hands-on exercises. The CD-ROM features full practice exam software plus an adaptive test engine. buy now

SCJP 1.5 Book - Khalid A. Mughal and Rolf W. Rasmussen

A programmers Guide to Java™ Certification, Second Edition, contains detailed coverage of all exam topics and objectives, helpful code examples, exercises, review questions, and several full practice exams. In addition, as a comprehensive primer to the Java programming language, this book is an invaluable reference tool for the reader.

This new edition has been thoroughly updated to focus on the latest version of the exam (CX-310-035). In particular, it contains more in-depth explanations of the syntax and usage of core language features that are now emphasized on the exam. The accompanying CD contains a version of the SCPJ2 1.4 Exam Simulator developed by Whizlabs software, which includes several mock exams and simulates the exam-taking experience. The CD also contains the complete source code for all the examples, and solutions to the programming exercises. buy now

Sunday, December 30, 2007

SCJP 1.6 - What is new?

There is few minor changes from the previous version 5.0. Objectives are very similar to SCJP 5.0 exam except that few minor updates. In the following section bolded topics are updated in SCJP 6.0.

SCJP 1.6 - NavigableSet
SCJP 1.6 - NavigableMap

read full article

SCJP 1.6 - Buy 350+ Mock Questions

HI,

We have prepared 350+ mock questions for SCJP 1.6 exam. The questions from this
kit is spread over all the objectives. In additional we have prepared questions for the SCJP 1.6 topics NavigableSet, NavigableMap,Concole,GarbageCollection and Finalize method. These are the topics newly added to the SCJP 1.6 exam. You can buy this questions for JUST Rs.250 from the following link:

SCJP 1.6 Certification Kit

Monday, December 17, 2007

Buy JavaBeat MockExams eBook for SCJP 5.0

We have created 300+ Mock questions for SCJP 1.5. The questions in the eBook is more focused on the SCJP 1.5 specific topics. For example, we have added 53 questions for generics topic. It will help user to get good knowledge on the subject. You can buy the kit for JUST Rs.200 from the following link:
SCJP 1.5 Mock Exams Questions

Apple's Steve Job's Successor



The Times has reignited the debate around the eventual successor to Steve Jobs, suggesting that it might be the company's UK-born design chief, Jonathan Ive.

In an article drawing purely on speculation the newspaper suggests that Ive is the best candidate to succeed Jobs, Apple's co-founder and chief executive. In Ive's favour, a design portfolio that includes four generations of the iMac, the iPod and the iPhone. And he is not a dull American businessman, unlike current Apple number two, Tom Cook. read more

Apple's Steve Jobs in Time Magazine

Feb. 15, 1982
Aug. 18, 1997
Oct. 18, 1999
Jan. 14, 2002
Oct. 24, 2005
May. 14, 2007

Tuesday, November 27, 2007

Event Driven Programming with JSF

Event Driven Programming with JSF

This article discusses theories and concepts related to JSF Event Model. It details the supporting high level classes and interfaces that are involved in JSF Event Handling Mechanism. The logical categorization of JSF Events is also explained along with code snippets. Then, the tags available in the core JSF Framework are also discussed.

Accessing Web Services from JSF applications

Accessing Web Services from JSF applications

In this technical article, let us see how it is possible to access Web Services from JSF Applications. JSF Application resides in the Web Tier of a typical Enterprise Application, whereas Web Services are External Services that reside in the Application Tier. We make use of Java EE 5 for developing the Sample Application in the final section of this article. It is assumed that readers have sufficient knowledge of JSF and Web Services before continuing this article.

Monday, September 24, 2007

jUDDI and Configuration in jBoss and MySQL database

UDDI is one of the core Web Service standard. It provides access to Web Service Description Language which provides binding information and message formats required to interact with the web services listed in its directory. Enterprises that seek to optimize software or service reuse subscribe to some form of service-oriented architecture (SOA), server programs or database software licensed by some of the professed founders of the UDDI.org and OASIS.

jUDDI and Configuration in jBoss and MySQL database [Discuss Here]

Sunday, September 09, 2007

Introduction to Spring IDE 2.0

This article will introduce you with Spring IDE 2.0. Spring IDE 2.0 is a plugin for developing Spring Applications with ease in Eclipse IDE. This article will walk you through the various steps involved in installing Spring IDE 2.0 in Eclipse. This article also describes common tasks done in Spring Framework way using Spring IDE 2.0 plugin.

Introduction to Spring IDE 2.0 [Discuss Here]

Tuesday, August 14, 2007

Universal, Description, Discovery and Integration (UDDI)

Welcome to the future of Internet-based application development and deployment. This article will give us an idea about Universal, Description, Discovery and Integration (UDDI). What is it ? Why it is an important in the future of Web services standards ? This article explains that UDDI is focused on sharing business information, making it easier for you to publish your preferred means of conducting business, find trading partners and have them find you, and interoperate with these trading partners over the Internet. This artical assumes that you already have knowledge about little bit of HTTP, SOAP, and Web Services.

Universal, Description, Discovery and Integration (UDDI) [Discuss Here]

Generics in Java 5.0

The feature of Generics in Java allows Applications to create classes and objects that can operate on any defined types. Programmers can now make use of the Generics feature for a much better code. There is no need for un-necessary casting when dealing with Objects in a Collection. This article provides a detailed overview of Generics and its usage in different context with samples. To start with, it illustrates the need for Generics and the difficulties faced by the Developers before its origin. It will explain in detail on how to write Generic Classes, Generic Methods and so on. Then the various aspects of Bound Constraints and Wild-cards will be discussed.

Generics in Java 5.0 [Discuss Here]

New Features in Java 5.0

Java 5.0 comes with a bunch of useful features. In this article, we are going to have an overview of the features like Enhanced for-loop, Variable Arguments, Static Imports and Enumerations. The sections in this article are,

New Features in Java 5.0 [Discuss Here]

AutoBoxing in Java 5.0

In the latest version of J2SE 5.0 released by Sun, Autoboxing is one of the new feature. Before J2SE 5.0, working with primitive types required the repetitive work of converting the primitive types into wrapper classes and vice - versa. Sometimes the purpose of conversion is just for some API call, after which the results have to be converted into original form which is very frustrating .Auto-boxing and Auto-Unboxing enables the primitive types to be converted into respective wrapper objects and the other way around.This article gives some insight about the importance of this new feature and how it can be used in the real-world programming.

AutoBoxing in Java 5.0 [Discuss Here]

Introduction to Java 5.0 Annotations

Annotations in Java is all about adding meta-data facility to the Java Elements. Like Classes, Interfaces or Enums, Annotations define a type in Java and they can be applied to several Java Elements. Tools which will read and interpret the Annotations will implement a lot of functionalities from the meta-information obtained. For example, they can ensure the consistency between classes, can check the validity of the paramters passed by the clients at run-time and can generate lot of base code for a project. This article provides you a complete guide detailing the various aspects of Annotations. The topics covered in this article are as follows,

Introduction to Java 5.0 Annotations [Discuss Here]

Introduction to Google Guice

Google Guice is a Dependency Injection Framework that can be used by Applications where Relation-ship/Dependency between Business Objects have to be maintained manually in the Application code. Since Guice support Java 5.0, it takes the benefit of Generics and Annotations thereby making the code type-safe.

Introduction to Google Guice [Discuss Here]

Google Web Toolkit(GWT) – A Kick Start

Normally an Ajax application is built by creating XHTML pages and JavaScript code with a suitable integrated development environment (IDE). A number of different libraries and frameworks exist by which programmers can use pre-designed JavaScript classes to implement otherwise time-consuming dynamic behaviors,

Google Web Toolkit(GWT) – A Kick Start [Discuss Here]

Introduction to J2ME

J2ME (Java 2 Micro Edition) is an advanced technology in Java, developed with the help of Java Community Process Program. J2ME is a reduced version of the Java API and Java Virtual Machine that is designed to operate within the limited resources available in the embedded computers and microcomputers.
Introduction to J2ME

Sunday, July 29, 2007

Dell to Introduce More Linux OS Desktops and Notebooks


PC maker Dell has announced its collaboration with Canonical Inc. Both companies together will soon offer more desktops and notebooks incorporating the Linux operating system instead of Windows.

Mark Shuttleworth, founder of the Canonical Inc said, “What’s been announced to date is not the full extent of what we will see over the next couple of weeks and months. There are additional offerings in the pipeline.”

Gerry Carr, Marketing Manager at Canonical said, “This is the next great battle and this is where Linux has never really been before - Linux as a consumer product.”

However Dell has refused to make any comment on the collaboration but has said that the company is happy with the response towards its Linux PCs launched earlier.

Seems very soon Linux operating system is going to give a tough fight to Windows of Microsoft.

Friday, July 27, 2007

Programming Web Services using Apache Axis

The article titled Programming Web Services using Apache Axis shows how Axis Framework has simplified the creation of Web Services. It will start with the definition of Web Services and its related terminologies like SOAP and WSDL. Following that the ease with which Web Services are published are explained. The later section explores about the various tools available in the Axis distribution like the Tcp Monitor, Soap Monitor, Mapping between Java and WSDL. Finally the article ends up by giving a Sample Web Service Application deployed in Axis. read full article