Geometry.Net - the online learning center
Home  - Computer - Java
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 206    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | 11  | Next 20

         Java:     more books (100)
  1. Program Development in Java: Abstraction, Specification, and Object-Oriented Design by Barbara Liskov, John Guttag, 2000-06-16
  2. Core JAVA Interview Questions You'll Most Likely Be Asked (Volume 1) by Vibrant Publishers, 2010-05-10
  3. Beginning Java™ EE 6 Platform with GlassFish™ 3: From Novice to Professional by Antonio Goncalves, 2009-05-25
  4. Introduction to Java Programming, Brief Version (7th Edition) by Y. Daniel Liang, 2008-05-16
  5. Beginning Cryptography with Java by David Hook, 2005-08-19
  6. RESTful Java with Jax-RS (Animal Guide) by Bill Burke, 2009-11-17
  7. Java Power Tools by John Ferguson Smart, 2008-04-22
  8. Core JAVA Interview Questions You'll Most Likely Be Asked by Vibrant Publishers, 2010-08-28
  9. Java 6 Illuminated: An Active Learning Approach (Jones and Barlett Illuminated) by Julie Anderson, Herve Franceschi, 2008-01-18
  10. Professional Java Development with the Spring Framework by RodJohnson, JuergenHoeller, et all 2005-07-08
  11. Java Precisely, 2nd Edition by Peter Sestoft, 2005-08-01
  12. Pro JavaFX™ Platform: Script, Desktop and Mobile RIA with Java™ Technology by James L. Weaver, Weiqi Gao, et all 2009-07-21
  13. Java Performance Tuning (2nd Edition) by Jack Shirazi, 2003-01
  14. Beginning Java™ ME Platform (Beginning from Novice to Professional) by Ray Rischpater, 2008-10-23

101. Javascripts By Java-Scripts.net: Free Javascripts, Tutorials, Examples, And Reso
javascripts.net offers free cut and paste javascripts. The site has free java scripts for your website. javascripts include rotating images and banners,
http://java-scripts.net/
Free Scripts Redirects
No Right Click

Alerts

Popups
...
Misc.

Navigate Javascripts
Submit Script

Free Content

Tutorials
...
Bookmark Us

Newsletter Sign up for our free, low volume email newsletter. Be notified when new free scripts are added. Email Address TOP LINKS Computer Software DocJavascript Free Clipart TuDogs ... Free Javascripts
Free Javascripts
Welcome to Java-scripts.net
, a great little place to find cool, useful, and free javascripts for your site! All free javascripts on this site come with easy-to-follow installation instructions, along with a live demonstration. Just pick a category below, and off you go! Bookmark Us... FREE JAVASCRIPTS Javascript Redirects Javascript Forms Javascript Windows 4x Browser Javascripts ... Javascript Menus Submit Your Script!
Want some free traffic ? Submit your free javascript to us and we will add it to our archive and link it back to your site. Submit your script for review here Javascript Tutorials - Learn Javascript! Want to learn javascript? Now you can! Get started with this site navigation tutorial Top 10 Javascripts Views Image Rollover Script Cool Raining Animation Mouse Pointer Effect Animated Site Header ... Add This To Your Site Free Please Bookmark Please bookmark our site now so you can return easily at any time. IE users click

102. J.A.D.E. Java Addition To Default Environment
Customizable XML support, generic Matrix class, and automatic error calculation. Open Source, LGPL
http://jade.dautelle.com/
THIS PROJECT HAS BEEN MOVED TO:
http://javolution.org (realtime, util, xml packages)
http://jscience.org (math, physics, units packages)

103. JavaScript Source: Free JavaScripts, Tutorials, Example Code, Reference, Resourc
The javaScript Source is your resource for thousands of free javaScripts for cutting and pasting into your Web pages. Get free java Script tutorials,
http://javascript.internet.com/

Home

New Scripts

Master List

Tutorials
...
Shopping

Script Count: The JavaScript Source is an excellent JavaScript resource with tons of "cut and paste" JavaScript examples for your Web pages. All for free! Navigation Menu Site Contents
What's New?

A-Z Script List

Site FAQ
...
Contribute a script
Internet.commerce Be a Commerce Partner Dental Insurance Website Marketing Phone Systems ... Online Booking Hotels Internet.com Developer Downloads International Internet Lists ... E-mail Offers Developer Channel FlashKit.com HierMenusCentral.com JavaScript.com JavaScriptSource ... XMLfiles.com Great Sites: DocJavaScript.com dhtml.com The Freebie Directory TheFreeSite.com Browse Doc JS's Tips! select a tip category... Apps and Games Arrays Behaviors Browser Detection Colors and Images Debugging DOM Dynamic HTML Events Forms Validation Frames History and Cookies IE 5.5 Links Numbers Objects Operators Page Layout Performance Regular Expressions Script Structures Strings Style Sheets Syntax and Notation Tables Time and Date URLs and Locations Windows Wireless Applications Promotions Free Announcements Whitepaper: Finding the Route to Value with Identity Management. This paper explains how you can help your business improve security, unleash productivity, and enable continuous compliance. e-Newsletters JavaScript Weekly find a web host with: CGI Capabilities MySQL Windows Hosting Unix Hosting Telnet/SSH Sun Solaris advanced search Search Clipart.com:

104. Using The Java Native Interface
Using JNI, few examples illustrating the usefulness of this feature
http://www.acm.org/crossroads/xrds4-2/jni.html
Using The Java Native Interface
by S. Fouzi Husaini
Abstract:
The Java Native Interface (JNI) comes with the standard Java Development Kit (JDK) from Sun Microsystems. It permits Java programmers to integrate native code (currently C and C++) into their Java applications. This article will focus on how to make use of the JNI and will provide a few examples illustrating the usefulness of this feature. Although a native method system was included with the JDK 1.0 release, this article is concerned with the JDK 1.1 JNI which has several new features, and is much cleaner than the previous release. Also, the examples given will be specific to JDK 1.1 installed on the Solaris Operating System.
Motivation
Recently I found myself in the position of needing to place a user-friendly Java Graphical User Interface (GUI) on a very bland, keyboard input menu-driven program that I had written in C. The C program was just a wrapper which made calls to a very rich C library. Having had some experience with Java, I knew the basics of creating a simple GUI (creating a frame and adding panels to the frame consisting of buttons, text fields etc.). I needed to find a way I could interface the C program and the Java GUI. I was certainly not about to rewrite the meat of the C program just for the sake of the interface. Then I came to know about the Java Native Interface, or JNI, which allows Java programmers to make calls to native code.
What is Different About the Native Interface From JDK 1.0 to 1.1?

105. JGuru: Your View Of The Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
http://www.jguru.com/

Forgot your

password?
HOME FAQS ... LEARN
Search
PEERSCOPE
Groovy Development

Category : Article
Brad Jones (jGuru Site Manager)
PREMIUM , Sep 16, 2005
By Dick Wall - Delve into the incredibly powerful Groovy scripting language (aka JSR-241) that will be incorporated into the Java 6 SDK and runs on top of the JVM. This is definitely a tool you will want to include in your programming arsenal. Concentrate on the Java Exceptions that Matter to Your Application
Category : Article
Glen Kunene
, Sep 14, 2005 Using custom exceptions that separate application from system exceptions enables you to concentrate on handling only the exceptions that are meaningful to your application. EclipseME—Another IDE Option for J2ME Development Category : Article Lori Piquet , Sep 13, 2005 This summer, the 1.0 release of a new plug-in, namely EclipseME, affords J2ME developers another free IDE option built on top of this very popular and powerful platform. Oracle Siebel = CRM Consolidation Category : Article Brad Jones (jGuru Site Manager) PREMIUM , Sep 13, 2005 Oracle's $5.85 billion bid stirs another debate over best-of-breed vs. integrated suite in software deployment.

106. Java
Over 200 applets for middle school students, high school students, college students, and all who are interested in mathematics. Interactive programs and a lot of animation that helps with understanding mathematical ideas.
http://www.ies.co.jp/math/java/index.html
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
visitors since Dec/31/1996

107. Welcome To NetBeans
Crossplatform java IDE. Available free for non-commercial use. This site also contains FAQs and tutorials.
http://www.netbeans.org/
Downloads Products Plugins Community About Switch
News
First Stop: BeijingTales From the NetBeans Day worldTour
After the success of NetBeans Day - San Francisco, the NetBeans Team has hit the road for a ten city around-the-world tour. Our first stop was in Beijing on Monday, 12 September. Find out what happened in this first hand article from author Tori Wieldt. Read more
E-commerce Made Easy: eBay and the NetBeans IDE
With the NetBeans IDE and eBay's Developers Program, you can build applications for e-commerce and join the thriving community of eBay developers. Read more
Other Headlines
Order Your FREE NetBeans CD! It's Official! The Next NetBeans Version Will be 5.0 Vote for NetBeans in the Software Development 2005 Readers' Choice Awards All news
Making the Most of NetBeans IDE
Getting Started with the NetBeans Platform 14 Sep Tom Wheeler When developers think of NetBeans, they typically think of the popular open source IDE. In this article, author and Object Computing, Inc. senior software engineer Tom Wheeler, goes in a different direction and explains how to get a head start towards creating desktop applications by reusing the infrastructure on which the IDE itself is built. This allows developers to spend more time on the business logic and less time on the infrastrcture development common to any GUI application. This article introduces the NetBeans platform and shows how developers can get started by resuing existing components. This appears to be the first in a series of articles on this topic. Wheeler says another article describing how to create a custom application using your own code will be published soon.

108. First Step Communications: Oops - This Page Doesn't Exist
Similarities and Differences. From First Step Communications.
http://www.firststep.com.au/education/solid_ground/javadiff.html
Web Design Clients Newsletter FREE E-Book ... Home Free Money-Making Newsletter First Name: Last Name: E-Mail:
Oops - This Page Doesn't Exist
Sorry - this Web page doesn't exist.
Did you type the address by hand?
If you typed the address into your Web browser, please check that you've typed it exactly as written. Web page addresses are case-sensitive (In other words, fred and Fred are different).
Did you come here from another site?
If you've come to this page by following a link from another site, please be a good Net citizen and notify the maintainer of the other site, so they can tidy up their links. Thanks.
Would you like more help?
If you think this is a problem with our site, please contact us at var em1="gihan";var em2="firststep.com.au";var em3="gihan";var em4="firststep.com.au";document.write(""+em3+""@+em4+"") and we'll do our best to help you.
Web Design
Clients Newsletter FREE E-Book ... Home First Step Communications Pty Ltd
8 Windich Place, Leederville WA 6007, Australia
Phone: (+61) 08 9444 1225, Fax: (+61) 08 9444 1384
E-mail: var em1="gihan";var em2="firststep.com.au";document.write(""+em1+""@+em2+"")

109. JCreator — Java IDE
JCreator is a powerful Free IDE for java. Providing the user with a wide range of functionality.
http://www.jcreator.com/
News Main Page Company About JCreator Features Screenshots ... Latest update JCreator is a powerful IDE for Java. JCreator provides the user with a wide range of functionality such as : Project management, project templates, code-completion, debugger interface, editor with syntax highlighting, wizards and a fully customizable user interface. With JCreator you can directly compile or run your Java program without activating the main document first. JCreator will automatically find the file with the main method or the html file holding the java applet, then it will start the appropriate tool. JCreator is written entirely in C++, which makes it fast and efficient compared to the Java based editors/IDE's. Professionally designed to meet windows interface guidelines, JCreator users can expect a familiar and intuitive user interface. 17 May 2005 : Release of version 3.50.013.
18 March 2005 Forum section introduced.

110. Game Applets
Original java games including Rush Hour, Nibbly Ping Pong. Updated regularly.
http://www.G5.dk
My game applets Choose Trouble Car Game Ping Pong Nibbly Skeet Shooting
My other applets Choose Graph G5 Chat Wizax button Scroll Up Scroll Counter
Author
Welcome to my applet page. Here I publish some of the things I make. If you find anything you can use - please send me an URL - so I can se the page with my applet - I would love that!.
If you have a comment, suggestion or just want to say hello - please sign my guestbook.
An other pages I am engaged in is S-Pro - a commercial site. Have a look if you like.
Best Regards
Karsten
Updated Nibbly - Working with Sun Java WM - and 2 new levels :-) At last an update :-) - My Graph applet in a beta state Trouble Underground ready for download Beta of my new game Trouble Underground Check out my new G5 Chat .. pure java :-) highscore RESET! - in the future every month around the 1st. My game Skeet Shooting available for download 40.000 highscore entries in my databases - ALL RESET to ZeRo today!. Database problems .. more than 13000 entries called for some adjusting.. Wow more than 3000 highscore entries in my database.

111. BlueJ - Teaching Java - Learning Java
BlueJ is a java IDE specifically designed to learn and teach objectoriented programming and java.
http://www.bluej.org/
Search the BlueJ site
home
about BlueJ download documentation ... resources
Mailing Lists Read or subscribe to:
BlueJ-announce

announcements of new releases
BlueJ-discuss

BlueJ related discussion
Bug Parade

View or submit bugs Second edition of the BlueJ book - out now
Objects First with Java
A Practical Introduction using BlueJ, 2nd ed
Prentice Hall / Pearson Education, 2004 ISBN 0-13-124933-9 Book web site Read the Amazon reviews News and developments Unit Testing Tutorial in Japanese (2 August 2005) We now have a new translation of the Unit Testing in BlueJ tutorial - in Japanese. This translation was sent to us by Runrun - many thanks for the contribution! New: Project Exporter extension (1 August 2005) A new extension which allows BlueJ to export projects so that they can be used in other IDEs (e.g. NetBeans). Get more information from our Extensions page.

112. Travelling To Indonesia (East Java)
East java has a variety of attractions, from temple sites to scenic beaches, a sandsea, highland-lakes, volcanoes, marine gardens and wildlife reserves.
http://www.emp.pdx.edu/htliono/ej.html
EAST JAVA
East Java has a variety of attractions, from temple sites to scenic beaches, a sand-sea, highland-lakes, volcanoes, marine gardens and wildlife reserves. As the power in Central Java declined around the tenth century, powerful kingdoms rose in East Java to fill the vacuum. Between 1055 and 1222, the kingdom of Kediri prospered and expanded. During the reign of king Erlangga both East Java and Bali enjoyed a lucrative trade with the surrounding islands when their arts flourished. Parts of the Mahabarata epic were translated and reinterpreted to conform closer to the East Javanese outlook and philosophy, and it was from this era that East Java inherited much of its treasure of temple art. In 1292 the Majapahit dynasty began an empire that was to dominate the entire archipelago, the Malay peninsula and part of the Philippines. Majapahit also established profitable trade relations with China and other countries of the South East Asian region. Today the open-air amphi theater at Pandaan tells some of the stories of this glorious past. Aided by the Java Ballet performances against a backdrop of distant volcanoes, any traveler will be easily enthralled by the East Java experience, capturing the spirit of the province's culture and scenery. Its capital, Surabaya is second to Jakarta in size, population and commerce. East Java is also the most industrialized province in the nation. Its economy is based on agriculture, fishery, oil industries, coffee, mangoes and apples.

113. Berthou.com : Java(tm) Resources Site With Applet Java(tm), Servlet Java(tm), Ja
Many ressources for java and HTML design (Applet, source, ASP, )
http://www.javaside.com/

114. Java
Introducci³n al lenguaje, ejemplos de programaci³n, uso de AWT como interfaz gr¡fica y enlaces.
http://www.dcc.uchile.cl/~lmateu/Java/Apuntes/index.htm
Apuntes de Java
7 de Noviembre de 1996 Luis Mateu Estos apuntes han sido financiados por el proyecto Fondecyt 1950599. Una copia actualizada de este documento se encuentra en http://www.dcc.uchile.cl/~lmateu/Java/Apuntes/index.htm Índice:

115. JavaRanch - A Friendly Place For Java Greenhorns
Includes study material for java certification, a discussion forum and articles geared towards java beginners.
http://www.javaranch.com/
Big Moose Saloon JavaRanch FAQ Home Bunkhouse ... Saloon Tip Jar!
www.javaranch.com
JavaRanch Forums
the web
Sign up to receive your copy of the JavaRanch Journal. Email Address :
JavaRanch

T-Shirt

Perfect for working on the ranch The Big Moose Saloon
Mosey on in and pull up a stool.
The Saloon is the place to get your Java questions answered.
Our bartenders keep the peace, and folks are pretty friendly anyways, so don't be shy! Active Forum Quick Links: We're cooking up some more stuff for this space, so keep your eyes on it! JavaRanch Radio List of Forums Today's Active Topics Programmer Certification Study FAQ Register for the Saloon Brush up with our Bunkhouse Books Head for the Bunkhouse where our Team picks and reviews the latest Java books for you. Pull up by the fire and get reading! Find out how to win a free book!

116. Hexadecimal Character Codes In Java Unicode - Common To JavaScript
All spaces, punctuation, accented characters, and any other nonASCII characters are replaced with \unn; in java Unicode format encoding, where nn is equivalent to the hexadecimal number representing the character.
http://code.cside.com/3rdpage/us/javaUnicode/converter.html
HOME HTML Unicode Java Unicode ASCII Unicode ... URL Code UTF-8 WINDOWS-1250 WINDOWS-1251 WINDOWS-1252 WINDOWS-1253 WINDOWS-1254 WINDOWS-1255 WINDOWS-1256 WINDOWS-1257 WINDOWS-1258 WINDOWS-874 Character Table Exclude Options Space New Line H.Tabulation Select All Clear All wikipedia.org:
Java

Character encoding
dmoz.org:
Java
Unicode java.sun.com:
Developer Services
www-130.ibm.com:
IBM developerWorks Java technology
eclipse.org:
Main Page
amazon.com:
Java
Unicode
JavaScript

Eclipse
Hexadecimal Character Codes in Java Unicode
Common to JavaScript
All spaces, punctuation, accented characters, and any other non-ASCII characters are replaced with in Java Unicode format encoding, where nn is equivalent to the hexadecimal number representing the character. Example : to/from Characters to Hexadecimal Codes Copy Hexadecimal Codes to Characters Copy Reset
  • Yahoo! : Dictionaries
  • Yahoo! : Translation and Interpretation in Japanese Site Map
  • 117. Cafe Au Lait Java News And Resources
    Cafe au Lait is the preeminent independent source of java information on the net. Unlike many other java sites, Cafe au Lait is neither beholden to specific
    http://www.cafeaulait.org/
    Cafe au Lait Java News and Resources
    Quote of the Day
    In the 1990s, we learned to grok objects. The revolution in mainstream software development from structured programming to object-oriented programming was the greatest such change in the past 20 years, and arguably in the past 30 years. There have been other changes, including the most recent (and genuinely interesting) naissance of web services, but nothing that most of us have seen during our careers has been as fundamental and as far-reaching a change in the way we write software as the object revolution. Until now. Starting today, the performance lunch isn’t free any more. Sure, there will continue to be generally applicable performance gains that everyone can pick up, thanks mainly to cache size improvements. But if you want your application to benefit from the continued exponential throughput advances in new processors, it will need to be a well-written concurrent (usually multithreaded) application. And that’s easier said than done, because not all problems are inherently parallelizable and because concurrent programming is hard. Herb Sutter
    Read the rest in The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software
    Today's News
    The Omni Group has released OmniGraffle 4 , a general purpose Mac OS X diagramming tool and my UML editor of choice. New features in 4.0 include Bezier curves, SVG export, and improved import and export to/from PICT and Visio. OmniGraffle ranges from $79.95 to $149.95.

    118. THE REFERENCE TABLE #Computer_Geeks Chat
    java chat to connect you with other computer geeks
    http://jayne.rockdalenet.com/chat.htm
    IRC Chat with
    When applet finishes loading, click on the plug in the upper left to get the login screen.
    Please Be Patient Because the People in #computer_geeks are often at work and look at the screen periodically to see if anyone has spoken. To get their attention, say their names! Join the mailing list ADD URL Mindy's Bio WebRings

    119. Java Lecture Notes
    java Lecture Notes, slides from Elliotte Rusty Harold s course Introduction to java Programming, taught at Polytechnic University, Spring, 1997.
    http://www.cafeaulait.org/course/
    Java Lecture Notes
    These are the lecture notes I use in my course, Introduction to Java Programming, taught most semesters at Polytechnic University in Brooklyn (formerly known as Brooklyn Poly). This class is being taught at the senior undergraduate and introductory graduate level for computer science majors, and is split into 13, two hour fifteen minute classes plus a final exam:
    Licensing this course
    If you wish to use these notes for your personal education, entertainment, and enlightenment, please do. These notes draw heavily from my text, The Java Developer's Resource , Prentice Hall, 1997; and I suspect you might find the actual book more edifying. It is unfortunately out of print. I am currently working on getting a revised edition back into print, but I don't expect that to happen in the near future. In the meantime, if you'd like a printable copies of the notes for your personal use, one HTML file per week, I'll send you one for $20, payable to elharo@macfaq.com through Paypal.

    120. GUJ - Comunidade Java / Maior Fórum Java Do Brasil
    Comunidade de desenvolvedores java. Not­cias, tutoriais, apostilas, artigos t©cnicos e de neg³cios. Envolvimento da comunidade em projetos opensource.
    http://www.guj.com.br
    HOME FÓRUM JAVA TUTORIAIS OFERTAS DE EMPREGO ... Novidades NetBeans 5.0 Mobility Pack por hmichel
    em 16/09/2005 - 22:32h com 1 mensagem
    Formatacao de Numeros
    por Rotpdt
    em 16/09/2005 - 21:45h com 1 mensagem
    Date ruim de ser lidar
    por ystaile
    em 16/09/2005 - 21:23h com 1 mensagem
    por microfilo
    em 16/09/2005 - 19:22h com 2 mensagens
    Pintar Celulas do JTable
    por Felix
    em 16/09/2005 - 19:04h com 1 mensagem
    [awt] problema ao Pegar Eventos de Teclado no Linux [era AVISO: Mais um Bug do Java]
    por deniswsrosa em 16/09/2005 - 18:39h com 3 mensagens Tomcat admin por marceloplis em 16/09/2005 - 17:47h com 1 mensagem Hibernate cascade="none" parece não funcionar por rafaelbtz em 16/09/2005 - 17:41h com 1 mensagem Popular uma combo por Pedrosa em 16/09/2005 - 17:17h com 2 mensagens Nome de variável dinamico [era Polimorfismo] por Marcelo Udesc em 16/09/2005 - 17:12h com 1 mensagem OFERTAS DE EMPREGO Analista Programador Pl - MG Experiência em análise e programação em Tecnologia JAVA Mínimo 02 anos de experiênci...

    Page 6     101-120 of 206    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | 11  | Next 20

    free hit counter