Consultancy Services jobs Etisalat CEO ZANTEL
etisalat

Custom Search
Share/Save/Bookmark Subscribe

Struts 2.0 Framework Guide

Posted by Anonymous | 12:44 PM | 0 comments »

Struts 2.0 Framework Guide
this tutorial contains below topics:
  1. Struts 2 Architecture
  2. Why Struts 2
  3. Struts 1.x Vs Struts 2.
  4. Download and Installing Struts 2
  5. Struts 2 Hello World Application Example,
  6. Developing JSP, Java and Configuration for Hello World Application
  7. Struts 2 Login Application
  8. Struts 2 Validation Example
  9. Running and Testing Struts 2 Login application
  10. Client Side validation in Struts 2 application
  11. Validations using Struts 2 Annotations
  12. Introduction to Struts 2 Tags
  13. Struts 2 Examples
  14. Struts 2 Resources Examples
  15. Struts 2 IDE
  16. Java Captcha in Struts 2 Application

download link:
http://www.ziddu.com/download/3104340/Struts2Framework.doc.html

source code download:
http://www.ziddu.com/download/3104373/struts2tutorial.zip.html

Java core topics in deep

Posted by Anonymous | 12:32 PM | 0 comments »

Java Core topics in Deep knowledge:

topics include:
interface vs abstract class
serialization
How To Use Generics
Comparator/Comparable
Generics and Serialised Objects
Recipes for Quoting Awkward Characters in Java Regexes in Java source code String Literals
Examples of Collections
Collection Classes and Interfaces

download link:click here




Generics in the Java Programming Language

Posted by Anonymous | 12:22 PM | 0 comments »


Generics in the Java Programming Language

Author:
Gilad Bracha


Book Descriptions:
JDK 1.5 introduces several extensions to the Java programming language. One of these
is the introduction of generics.
This tutorial is aimed at introducing you to generics. You may be familiar with
similar constructs from other languages, most notably C++ templates. If so, you’ll soon
see that there are both similarities and important differences. If you are not familiar
with look-a-alike constructs from elsewhere, all the better; you can start afresh, without
unlearning any misconceptions.

topics include:
1 Introduction
2 Defining Simple Generics
3 Generics and Subtyping
4 Wildcards
4.1 Bounded Wildcards . . . . . .... . . . . . . . . .
5 Generic Methods
6 Interoperating with Legacy Code
6.1 Using Legacy Code in Generic Code . . . . . .
6.2 Erasure and Translation . . . . . . . .. . . . . .
6.3 Using Generic Code in Legacy Code . . . . . .

7 The Fine Print
7.1 A Generic Class is Shared by all its Invocations
7.2 Casts and InstanceOf . . . .. .. .. . . . . . . . .
7.3 Arrays . . . . . . .... . . . . .. ... . . . . . . . . .

8 Class Literals as Run-time Type Tokens
9 More Fun with Wildcards
9.1 Wildcard Capture . . . . . . . ..... . . . . . . . .
10 Converting Legacy Code to Use Generics


download link:
http://www.ziddu.com/download/3121098/generics-tutorial.pdf.html

Sun Certified programmer and Developer Java2 Study_Guide

This Zip contains the chapters about Java 1.4 cerfication Exam guide:

Chapter 1: Language Fundamentals
Chapter 2: Declarations and Access Control
Chapter 3: Operators and Assignments
Chapter 4: Flow Control, Exceptions, and Assertions

Chapter 5: Object Orientation, Overloading and Overriding, Constructors, and Return Types
Chapter 6: Java.lang—The Math Class, Strings, and Wrappers
Chapter 7: Objects and Collections
Chapter 8: Inner Classes
Chapter 9: Threads
Chapter 10: Introduction to the SCJD
Chapter 11: Coding Standards
Chapter 12: Clarity and Maintainability
Chapter 13: Designing the Graphical User Interface
Chapter 14: Networking Issues
Chapter 15: Database Issues
Chapter 16: Exam Documentation
Chapter 17: Final Submission and Essay

download link:
http://www.ziddu.com/download/3121101/rtified_programmer_and_Developer_Java2_Study_Guide.zip.html

Java 2, JDK 5 Edition

Posted by Anonymous | 11:47 AM | 0 comments »

Beginning Java™ 2, JDK™ 5 Edition

Author:
Ivor Horton’s




Published by
Wiley Publishing, Inc.
10475 Crosspoint Boulevard
Indianapolis, IN 46256
www.wiley.com
Copyright © 2005 by Ivor Horton
Published by Wiley Publishing, Inc., Indianapolis, Indiana
Published simultaneously in Canada
ISBN: 0-7645-6874-4
Manufactured in the United States of America


Book Description:
Using this book you can learn java programming using latest and greatest java platform - Java 2 Standard Edition version 5.0 (J2SE 5.0)

Topics include
Chapter 1: Introducing Java
Chapter 2: Programs, Data, Variables, and Calculation
Chapter 3: Loops and Logic
Chapter 4: Arrays and Strings
Chapter 5: Defining Classes
Chapter 6: Extending Classes and Inheritance
Chapter 7: Exceptions
Chapter 8: Understanding Streams
Chapter 9: Accessing Files and Directories
Chapter 10: Writing Files
Chapter 11: Reading Files
Chapter 12: Serializing Objects
Chapter 13: Generic Class Types
Chapter 14: The Collections Framework
Chapter 15: A Collection of Useful Classes
Chapter 16: Threads
Chapter 17: Creating Windows
Chapter 18: Handling Events
Chapter 19: Drawing in a Window
Chapter 20: Extending the GUI
Chapter 21: Filing and Printing Documents

download link:
http://www.ziddu.com/download/3121096/WroxBeginningJava52005.pdf.html


Core Java™ 2 Volume II - Advanced Features, Seventh Edition

Author: Cay S. Horstmann, Gary Cornell
Publisher: Prentice Hall PTR
Pub Date: November 22, 2004
ISBN: 0-13-111826-9
Pages: 1024
Ebook Description:
Completely revised and up-to-date coverage of
  • Multithreadingincluding the java.util.concurrent library, locks, condition objects, futures, thread pools, thread-safe collections, threads and Swing
  • Collection classescollections framework, concrete collections, and generic utility methods
  • Annotations and metadatausing annotations to automate programming tasks, JDK™ 5.0 standard annotations, the apt tool for source-level annotation processing, and bytecode engineering
  • Advanced Swing and AWTlists, trees, tables, and other advanced components; image processing and printing
  • JavaBeans™including property editors, customizers, and long-term persistence
  • XMLDOM and SAX parsers, XPath, and XSL transformations
The seventh edition of Core Java™ 2, Volume II, covers advanced user-interface programming and the enterprise features of the Java 2 Platform, Standard Edition (J2SE™). Like Volume I (which covers the most important language and library features), this book has been completely updated and revised for J2SE 5.0. All of the sample programs have been updated and carefully crafted to illustrate practical solutions to the type of real-world problems professional developers encounter.
download link:

Core java Volume I, 7th Edition - Ebook

Posted by Anonymous | 11:19 AM | 1 comments »


Core Java™ 2 Volume I - Fundamentals, Seventh Edition


Ebook Title:
Core Java™ 2 Volume I - Fundamentals, Seventh Edition

Author:
Cay S. Horstmann, Gary Cornell
Publisher: Prentice Hall PTR
Pub Date: August 17, 2004
ISBN:
0-13-148202-5
Pages: 784
Slots: 1.0


Ebook Description:

Completely revised and up-to-date coverage of:
  • Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection
  • Swing GUI development, including input validation and other enhancements
  • Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging
  • Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders
  • Regular expressions using the powerful java.util.regex package
  • Inner classes, reflection, and dynamic proxies
  • Application packaging and the Preferences API

The seventh edition of Core Java™ 2, Volume I, covers the fundamentals of the Java 2 Platform, Standard Edition (J2SE™). A no-nonsense tutorial and reliable reference, this book features thoroughly tested real-world examples. The most important language and library features are demonstrated with deliberately simple sample programs, but they aren't fake and they don't cut corners. More importantly, all of the programs have been updated for J2SE 5.0 and should make good starting points for your own code. You won't find any toy examples here. This is a book for programmers who want to write real code to solve real problems.

Volume I concentrates on the fundamental concepts of the Java language, along with the basics of user-interface programming and provides detailed coverage of:

  • Object-oriented programming
  • Reflection and proxies
  • Interfaces and inner classes
  • The event listener model
  • Graphical user-interface design with the Swing UI toolkit
  • Exception handling
  • Stream input/output and object serialization
  • Generic programming

For the same real-world treatment of enterprise features and advanced user-interface programming, look for the forthcoming new edition of Core Java™ 2, Volume II—Advanced Features.

It includes new sections on metadata and other J2SE 5.0 enhancements along with complete coverage of:

  • Multithreading
  • Distributed objects
  • Databases & bull; Advanced GUI components
  • Native methods
  • XML Processing
  • Network programming
  • Collection classes
  • Advanced graphics
  • Internationalization
  • JavaBeans

download link:
http://www.ziddu.com/download/3121095/CoreJava2VolumeI7thEdition.pdf.html


Tutorial on EJB - Ebook

Posted by Anonymous | 10:55 AM | 0 comments »

EJB Tutorial
EBook Title:
Tutorial on Enterprise JavaBeanstm
EBook Details:
Author:
Phillip Bride
GemStone Systems, Inc.

Description:
topics:
1) Introducing EJB
2) Overview of EJB
3) Summary

download link:
http://www.ziddu.com/download/3121015/EJB.pdf.html

free counters
Your Ad Here

Cross Rates Powered by Forex Pros - The Forex Trading Portal.
java.sun.com jobs etisalat actress hot sex
Bangalore, 04 March 2008, UAE Telecoms Gaint founds ‘technologia’ in Bangalore to create continuous stream of new innovations. Affordable Website Design
Free Search Engine Submission
Free Search Engine Submission
Submit Your Site To The Web's Top 50 Search Engines for Free! BigDirectory.org - free url submission, online website directory National Directory Free Web Directory Submission - Dotster Directory Link Popularity Building
We offers advanced Link Popularity Services for small to large static, dynamic and eCommerce websites.
http://www.links-builder.com
India Search Engine and Web Directory Superblog Directory
HOT SEX,NUDE TECHNOLOGIAWORLD SQL JAVA SUN BEA IBM HCL SATYAM TCS CHIRANJEEVI CHIRU PAWAN HANSIKA SANGAVI SNEHA TAMIL SEX MALLU MASALA