Geometry.Net - the online learning center
Home  - Computer - Java
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 140    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

         Java:     more books (100)
  1. Java Generics and Collections by Maurice Naftalin Maurice, Philip Wadler, 2006-10-17
  2. Murach's Java SE 6: Training & Reference by Joel Murach, Andrea Steelman, 2007-04-20
  3. Java How to Program: Early Objects Version (8th Edition) by Harvey M. Deitel, Paul J. Deitel, 2009-03-27
  4. Java: A Beginner's Guide, 4th Ed. by Herbert Schildt, 2006-12-01
  5. Java The Complete Reference, Seventh Edition (Osborne Complete Reference Series) by Herbert Schildt, 2006-12-01
  6. Learning Java by Patrick Niemeyer, Jonathan Knudsen, 2005-05-20
  7. Effective Java: Programming Language Guide (Java Series) by Joshua Bloch, 2001-06-15
  8. Beginning Java EE 6 with GlassFish 3, Second Edition by Antonio Goncalves, 2010-08-24
  9. Data Structures and Algorithms in Java (2nd Edition) by Robert Lafore, 2002-11-16
  10. The Art and Science of Java by Eric Roberts, 2007-03-01
  11. Java(TM) Puzzlers: Traps, Pitfalls, and Corner Cases by Joshua Bloch, Neal Gafter, 2005-07-04
  12. Java Pocket Guide (Pocket Guides) by Patricia Liguori, 2008-03-05
  13. Killer Game Programming in Java by Andrew Davison, 2005-05-20
  14. Sams Teach Yourself Java 6 in 21 Days (5th Edition) by Rogers Cadenhead, Laura Lemay, 2007-06-04

21. Maintenance
Oct 29, 2010 As part of my various java EE 6 and GlassFish presentations, I was in Luxemburg last week visiting the YaJUG. The other speaker having
http://java.net/
The Java.net forums and wikis are offline due to scheduled upgrades. All project spaces are still online.
We will be back online at 7am US/Pacific (2pm GMT) Monday 1 November 2010. Thank you for your patience.
Thank you,
The java.net Team

22. Java - O'Reilly Media
A compilation of O Reilly Media s information about the java programming language, from news, books, conferences, courses, community, and reports.
http://oreilly.com/java/

23. Java Overview
java Overview java is a programming language that is object oriented It was created in the 1990s by James Gosling who worked with Sun Microsystems While most programming languages
http://www.exforsys.com/tutorials/j2ee/java-overview.html

24. Caucho.com
java based XSL focused on dynamic server pages. This java servlet supports javaScript and javaServer Pages (JSP). It also compiles javaScript templates into java byte code. Commercial
http://www.caucho.com/
Documentation
resin high-performance, open source application server. quercus reliable PHP implemented in 100% Java "Quercus provides developers with seamless integration of PHP based applications in the Java EE space. The ability to extend PHP applications with the multitude of Java libraries opens possibilities and integration points that were not available before Quercus."
HEADLINES
JavaOne 2010 presentations and demo code
Check out Caucho's monthly newsletter
Quercus: Brings Java's Power to Your PHP Development (and Vice Versa)
Javalobby interview on Resin 4.0 with Caucho Chief Evangelist, Emil Ong ...
Faster PHP Web Applications Through Java
DOWNLOADS
Resin 4.0.12 is now available Resin 3.1.10 is now available
PRESS
Caucho Technology named “Cool Vendor” to attend Gartner Symposium/ITxpo in Orlando Caucho Technology announces exciting lineup for JavaOne 2010 Subetha version 2.1 to feature Resin CanDI ...
  • WIKI
    caucho resin and quercus are registered trademarks of Caucho Technology, Inc.
  • 25. Your Source For Java Information - Developer.com's Gamelan.com
    Get the latest java news, articles, whitepapers, analyst reports, and more. This is your one stop for information that will help you make decisions related
    http://www.developer.com/java

    26. What Is Java? - Definition From Whatis.com
    java is a programming language expressly designed for use in the distributed environment of the Internet. It was designed to have the look and feel of the C++ language, but it
    http://searchsoa.techtarget.com/sDefinition/0,,sid26_gci212415,00.html

    27. Java Technology Reference
    Get java technology resources that include API specifications, documentation, FAQs, webcasts and audiocasts, technical articles, and more.
    http://java.sun.com/reference/index.jsp

    28. Pastebin.com - #1 Paste Tool Since 2002!
    java 23 hours ago Pastebin is a website that hosts all your text code on dedicated servers for easy
    http://java.pastebin.com/

    29. The Advanced Java/J2EE Tutorial By Gopalan Suresh Raj
    By Gopalan Suresh Raj. General, Enterprise javaBeans (EJB), java Data Objects (JDO), java Message Service (JMS), Jini Technology, Remote Method Invocation (RMI), RMI over IIOP, java Server Pages (JSP), javaMail, javaBeans, Threading in java, Network Programming in java topics.
    http://my.execpc.com/~gopalan/java/java_tutorial.html
    The Advanced Java/J2EE Tutorial Gopalan Suresh Raj My Presentation on Java Data Objects (JDO) at the Toronto Java User's Group (TJUG) meeting on May 07, 2002 ... PE:J Note : To run any of the sample applets in this tutorial, you will need a Java 1.1 enabled browser . If you don't already have one, I would recommend that you download Internet Explorer 4.0x or or higher General A Detailed Comparison of CORBA, DCOM and Java/RMI MTS vs. EJB (with specific code examples) JDO vs. EJB Enterprise JavaBeans (EJB) What is Enterprise JavaBeans Modeling using Session and Entity Beans Developing Entity Beans ... Coding Bean Managed Persistence (BMP) into Entity EJBs Java Data Objects (JDO) What is Java Data Objects A Simple Banking Application using JDO Developing JDO Persistence-Aware Applications Remoting JDO Objects using RMI ... Integrating EJB and JDO Java Message Service (JMS) What is Java Message Service (JMS) The Stock Trader JMS Application Coding the Topic Publisher Coding the Topic Subscriber ... Coding the Queue Receiver Jini Technology What is Jini Coding a Simple Jini Service Coding a Simple Jini Client Remote Method Invocation (RMI)

    30. Java - FluffyCat.com
    java Reference and Examples with Casting, Primitives, JSPs, Servlets, Applets, Applications, JMS, Arrays, and more!
    http://www.fluffycat.com/Java/
    Java Reference and Examples
    Fundamentals Basics - objects, variables, and methods Primitive Variables - byte, short, int, long, float, double, boolean Control Structures - switch, if else, for loop, while, do while, break continue Methods - constructors, accessors, and mutators ... Interfaces - interfaces Some Useful Java Classes Logging Object Strings Assertions Arrays and Collections Arrays ArrayLists ListIterators - Traverse ArrayLists and LinkedLists HashMaps ... Vectors Applets and Applications A "Hello World" Application A "Hello World" Applet A "Hello World" Applet using Swing Random DJIA Stock Applet - no Swing Servlets and JSPs A "Hello World" Servlet A "Hello World" JSP JSP Declarations, expressions, and scriptlets JSP Declarations, expressions, and scriptlets in XML ... A simple JSP "Hello World" custom tag JDBC An annotated JDBC example Setting up SQL statements to run using JDBC Getting results from a SQL statement using JDBC JMS (Java Message Service) JMS using a point to point message queue JMS using a publisher and a subscriber JMS (Java Message Service) A stateless session EJB with application and JSP clients A stateful session EJB with application and JSP clients A bean-managed entity EJB with an application client A container-managed entity EJB with an application client More Java Java Books Java Comments and Questions Java Job Interview Questions

    31. Java Chat Software - AddonChat
    Full featured, java chat software embeds seamlessly into your web site. New support for iPhone, iPad and Android! Try our chat software for free.
    http://www.addonchat.com/
    HOME PRODUCTS FEATURES LIVE DEMO GET IT NOW ... MY ACCOUNT Home AddonChat is full featured, real-time Java Chat Software
    • Easy as 1-2-3 Java Chat Features... Affordable Chat Software Premium plans start at $80 per year. No contracts or setup fees, and a 30 day money back guarantee. Java Chat Products... Feature Rich Chat Rooms From basic chat rooms to multilingual, multi-room, event moderated solutions, AddonChat offers a powerful and easy to use chat system. Chat Software Features... Reliable Chat Servers Fast, firewall friendly, reliable chat servers backed with proven technology mean that you can depend on us. Reliable Chat Software... Customizable Chat Rooms Just login to the AddonChat Control Panel to seamlessly match the look and feel of your chat room to your site. Chat Software... Chat Modules to Suit Your Needs From Mobile Device Support (iPhone, Android) to SSL encryption, we offer a wide variety of modules to further enhanced your chat room. Chat Room Modules... Third Party Integration AddonChat easily integrates with a wide variety of popular web applications, including Drupal, vBulletin, phpBB, WordPress, Invision Power Board, and more!

    32. Rhino - JavaScript For Java
    An open-source implementation of javaScript written entirely in java.
    http://www.mozilla.org/rhino/

    33. JavaReference.com : Java, J2EE, Examples, Articles, Forum, Books, News : Home
    javaReference.com is a resource site for the java Community. It provides java Articles, java Examples, java Books, java Forum, Test Center for java Certification, java Downloads
    http://javareference.com/
    Welcome Guest Login Register Home Examples ... Test Center Search Categories Core Java Data Structures Language Security ... XML java.net Member What's New Sunday, October 31, 2010 Search Engine Optimisation Services Search Engine Optimisation Services Website Promotion megawebpromotion.com Webhosting Webhostingrating.com Articles Submit Article Search Articles for Lil Boosie- Dirty World New 2008
    [source: TheServerSide
    [source: TheServerSide
    Who is better Lil Wayne or Lil Boosie?

    [source: TheServerSide
    Examples
    Submit Example or Code Snippet Search Examples for Simple GWT Hello World program
    [Code Snippet , More Code Snippets

    This code snippet is the simple GWT "Hello World" program. digg_url = 'http://www.javareference.com/jrexamples/viewexample.jsp?id=140'; digg_bgcolor = '#FFF5D1'; digg_title = 'Simple GWT Hello World program'; digg_topic = 'programming'; digg_skin = 'compact'; Tab Component - JTabbedPane - Demo in Java 6
    [Code Snippet

    34. Welcome To Freewarejava.com, The Place To Find Free Java Applets, Tutorials, Ref
    Click here for Freewarejava.com, a comprehensive resource guide to everything java on the net!
    http://freewarejava.com/

    35. For Java Developers,
    Sun s home for java. Offers Windows, Solaris, and Linux java Development Kits (JDKs), extensions, news, tutorials, and product information.
    http://java.sun.com/
    United States Communities Social Applications Oracle Mix Oracle Blogs Oracle Wiki Oracle on Facebook ... Oracle on Twitter Networks Oracle ACEs Oracle PartnerNetwork Oracle Technology Network Knowledge Base Oracle User Groups Oracle Discussion Forums Support My Oracle Support Community I am a... Java Developer Database Admins and Developers ... Architect C-Level Executives Chief Financial Officer (CFO) Chief Information Officer (CIO) Other Roles Analyst Investor Job Seeker Partner ... I want to... Support Create or Update Service Request Search Support Knowledge Database Download Patches Education Find Oracle University Training Choose an Oracle Certification Path Partner Find a Partner Solution Access Software and Technical Support Attend a Partner-Only Event Attend Training ... Manage Solutions Catalog Other Tasks Purchase Oracle Products Online Browse Oracle Documentation Search Oracle Documentation Check Oracle Earnings ... View Oracle Benchmarks Filters:

    36. The Java Language Specification
    The java Language Specification, Second Edition Written by the inventors of the technology, this book is the definitive technical reference for the java
    http://java.sun.com/docs/books/jls/
    Skip to Content Sun Java Solaris ... Books
    Books
    The Java Language Specification
    Print-friendly Version
    The Java Language Specification, Third Edition - Written by the inventors of the technology, The Java Language Specification, Third Edition is the definitive technical reference for the Java programming language. If you want to know the precise meaning of the language's constructs, this is the source for you. The book provides complete, accurate, and detailed coverage of the Java programming language. It provides full coverage of all new features added in since the previous edition including generics, annotations, asserts, autoboxing, enums, for each loops, variable arity methods and static import clauses. View HTML Download HTML Download PDF Order via amazon.com ... Maintenance information for The Java Language Specification (Third Edition). Please send comments and errata to the authors using our feedback form James Gosling is a Fellow and Chief Technology Officer of Sun's Developer Products group, the creator of the Java programming language, and one of the computer industry's most noted programmers. He is the 1996 recipient of Software Development's "Programming Excellence Award." He previously developed NeWS, Sun's network-extensible window system, and was a principal in the Andrew project at Carnegie Mellon University, where he earned a Ph.D. in Computer Science. Bill Joy is a co-founder of Sun Microsystems, where he led the company's technical strategy until September 2003, working on both hardware and software architecture. He is well known as the creator of the Berkeley version of the UNIX operating system, for which he received a lifetime achievement award from the USENIX Association in 1993. He received the ACM Grace Murray Hopper Award in 1986. Joy has had a central role in shaping the Java programming language. He joined KPCB as Partner in January 2005.

    37. Java(TM) Boutique Presents: Java News
    Features some limited java news, and links to other java resources.
    http://javaboutique.internet.com/news/

    38. Java
    Over 200 applets for middle school students, high school students, college students, and all who are interested in mathematics. Interactive programs and a
    http://www.ies.co.jp/math/java/
    The material presented in the following pages are for middle school students, high school students, college students, and all who are interested in mathematics. You will find interactive programs that you can manipulate and a lot of animation that helps you to grasp the meaning of mathematical ideas. Attention: If Manipula Math Applets and CabriJava do not work on your environment, please download to install Java plug-in from the following URL.
    http://java.com/en/download/download_the_latest.jsp
    Collection of 279 Math Applets
    91 applets. 25 applets. 64 applets. 29 applets. 23 applets. 9 applets. 38 applets.
    Manipula Math Products
    Checks are acceptable for site/network license.
    Manipula Math Java Lesson
    If you would like to create java applets for math education, a good starting point is here. Manipula Math Java Lesson introduces basic techniques to create simple java applets. Download Free Applets. 9 applets are included in the free sample file. ( zipped file ) Guest book
    Information of ATCM 2008
    The 13th Asian Technology Conference in Mathematics (ATCM 2008), December 15-19, 2008, Suan Sunandha Rajabhat University, Bangkok, Thailand

    39. Maintenance
    Oracle and IBM have announced that IBM is joining the OpenJDK project the companies will collaborate to allow developers and customers to build and innovate based on existing
    http://www.java.net/
    The Java.net forums and wikis are offline due to scheduled upgrades. All project spaces are still online.
    We will be back online at 7am US/Pacific (2pm GMT) Monday 1 November 2010. Thank you for your patience.
    Thank you,
    The java.net Team

    40. JAVA400-L Info Page
    Discuss java on and around the AS/400. AS/400 java toolkit, and JDBC.
    http://lists.midrange.com/mailman/listinfo/java400-l
    JAVA400-L Java Programming on and around the IBM i About JAVA400-L Language: English (USA) Welcome to the JAVA400-L list. This list is devoted to the discussion of Java techniques specifically as they apply to the System i, iSeries, and AS/400.
    Please note: You must be subscribed to the list in order to post a message to it. Use the form below to subscribe to the list. To see the collection of prior postings to the list, visit the JAVA400-L Archives Using JAVA400-L To post a message to all the list members, send email to java400-l@midrange.com You can subscribe to the list, or change your existing subscription, in the sections below Subscribing to JAVA400-L Subscribe to JAVA400-L by filling out the following form. You will be sent email requesting confirmation, to prevent others from gratuitously subscribing you. This is a hidden list, which means that the list of members is available only to the list administrator.
      Your email address: Your name (optional): You may enter a privacy password below. This provides only mild security, but should prevent others from messing with your subscription.

    Page 2     21-40 of 140    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

    free hit counter