Search tips
  • Introduction to Java: programming tips, tricks and online resources
    Welcome to my page with tips on Java programming! This is a general overview, you won't find code examples (this is no How to do ... in Java? text; I do have some code examples elsewhere). As a beginner, please don't be overwhelmed by the large number of tools and resources. This page just wants to give an overview. You don't need all of the tools mentioned here and you might want to do some things different. These are just my personal recommendations. A lot of related links are given so that you can find out more if you are interested. As an example, it is mentioned that an obfuscator makes it harder to create meaningful source code from given bytecode. You may never need such a tool, it is just mentioned so that you know what it is, that it is possible at
    A list of hints for people programming in Java, including links.
    advanced beginner development introduction java links programming resources software tips tools tricks tutorial
    in Public bookmarks with java tipsntricks tutorial
  • comp.lang.java FAQ
    From: elharo@metalab.unc.edu Newsgroups: comp.lang.java.programmer,comp.lang.java.softwaretools,comp.lang.java.gui,comp.lang.java.help,alt.www.hotjava Organization: Cafe au Lait Followup-To: poster Subject: comp.lang.java FAQ Archive-name: computer-lang/java-faq/part1 Posting-Frequency: weekly Last-modified: 1997/10/06 Version: 1.6 URL: http://metalab.unc.edu/javafaq/javafaq.html
    The Java FAQ-- Frequently Asked Questions about Java, answered by Elliotte Rusty Harold at metalab.unc.edu.This page may only be mirrored with explicit, prior permission and only atother sunsites. If the URL doesn't say sunsite, this is an illegal copy.
    developers examples java links programming resource
    in Public bookmarks with faq java tutorial
  • Creating Good, Simple, Single-Server Web Applications, TS-9542, JavaOne Conference 2006
    in Public bookmarks with java jsp tipsntricks tomcat
  • ajax & more
    # JAVA # Java Application Template GUI Tutorial # JAVA: Serial Port Console for Windows, Linux etc. # JAVA: Serial Port access with javax.comm or rxtx # JAVA: Convert binary data to double, float, int, long # Java - open a local file from an applet # JAVA application - executable JAR archive # java.lang. NoClassDefFoundError - javac: target release 1.1 conflicts with default source release 1.5 # SUN Java vs. MicroSoft Java plugin for the browser
    in Public bookmarks with ajax java sourcecode tipsntricks
  • Chapter 31: java.awt.image
    Producers, Consumers, and Observers Java's model for manipulating images is more complex than other models. Java uses the concept of image producers and image consumers. An example of an image producer might be an object responsible for fetching an image over the network, or it might be a simple array of bytes that represent an image. The image producer can be thought of as the source of the image data. Image consumers are objects that make use of the image data. Image consumers are, typically, low-level drawing routines that display the image on-screen. The interesting thing about the producer-consumer model is that the producer is "in control." The ImageProducer uses the setPixels method in the ImageConsumer to describe the image to the consumer. The best
    in Public bookmarks with java sourcecode tipsntricks tutorial
  • Cheat Sheet Round-Up Ajax, CSS, LaTeX, Ruby… | Smashing Magazine
    Whether you’ve forgotten the name of a function or the property of a cascading style sheet - handy cheat sheets deliver the information you are looking for - immediately. Most cheat sheets are available as .pdf or .png-files, so you can print them and use them every day for whatever projects you’re currently working on. We present an extensive overview of useful cheat sheets we’ve found in the Web. Something is missing? Don’t hesistate to comment!
    Whether you’ve forgotten the name of a function or property cascading style sheet - handy cheat sheets deliver information you are looking for immediately. Most
    ajax ascii cheat css developers firefox google html javascript linux mysql perl photoshop php ruby sheets t weblogs windows xml
    in Public bookmarks with ajax java javascritpt mysql ruby tipsntricks by 11 users
  • Cheat Sheet Roundup - Over 30 Cheatsheets for developers
    Lets face it, unless you have a photographic memory, no developer can remember all the different functions, options, tags, etc. that exist. Documentation can be cumbersome at times, thats why I like cheat sheets. They are quick references that feature the most commonly forgotten things on a specific topic. You can print them out and hang them on your wall, or just keep them handy in your bookmarks for quick reference. I have rounded up over 30 cheatsheets that developers might find useful. Web Development Cheat Sheets * JavaScript * CSS * CSS * Hex Codes * HTML * XHTML * HTML Entities Databases / SQL Cheat Sheets * MySQL * MySQL * Oracle * SQL * Sybase Language Cheat Sheets * ColdFusion - work in progress
    cheat cheatsheets coldfusion cvs google java jsp m mysql oracle php python regex roundup ruby sheet sql subversion unix windows
    in Public bookmarks with ajax css cvs google html java javascritpt jsp mysql oracle perl php python ruby tipsntricks uml unix xhtml by 19 users
  • Codase: ImageResizer.java
    /** * * Image re-sizer class that was pulled from net. made all methods private, except * for the ones that we want to interface. * * @author James Williams
    in Public bookmarks with graphic java sourcecode
  • Easy Learn Java - Programming Articles, Examples and Tips
    Free "1000 Java Tips" eBook is here ! It is huge collection of big and small Java programming articles and tips. Please take your copy here. You need latest version of Acrobat Reader to be able to read it, because the content is digitally signed. The size of "1000 Java Tips" e-Book is 856 pages of A4 format!
    Easy Learn Java: Programming Articles, Examples and Tips :
    and applications c class code coverage developers help java memory number object performance problems programs resolve test way
    in Public bookmarks with java tipsntricks tutorial by 2 users
  • exampledepot.com - Java Examples from The Java Developers Almanac 1.4
    This website supplements the book The Java Developers Almanac 1.4. All the code examples from the book are made available here for you to copy and paste into your programs.
    Java Code Examples from The Java Developers Almanac
    examples java
    in Public bookmarks with java sourcecode tipsntricks tutorial by 5 users
  • FindBugs™ Find Bugs in Java Programs
    This is the web page for FindBugs, a program which looks for bugs in Java code. It is free software, distributed under the terms of the Lesser GNU Public License. The name FindBugs™ and the FindBugs logo are trademarked by The University of Maryland. Fortify logo FindBugs is sponsored by software security company Fortify Software, which sells security tools, including Fortify Source Code Analysis, which which uses static analysis to search for security vulnerabilities (much as FindBugs uses static analysis to look for general code quality problems. FindBugs is integrated into Fortify's tools, providing an integrated tool set to look for and audit both security and quality problems ( press release).
    in Public bookmarks with java tipsntricks
  • Freewarejava.com Java Tutorials
    Kneedeep in Java: A advanced tutorial for the programming language Java. It is not meant to be a beginners guide to Java. Here we discuss advanced topics of Java - for example how sophisticated graphic effects can be programmed. -- Basic Course in Special Effects and Game Development in Java -- Brewing Java: A Tutorial -- Code Signing for Java Applets -- Introducing Java (TM) - Your First Applet -- Java 101- An Introduction to Java -- Java 2D- An Introduction and tutorial -- JavaUser (From Zdnet) -- Java Lecture Notes --
    Click here for tutorials on programming in Java.
    help java reference tutorials
    in Public bookmarks with java tutorial
  • Google Search: java arrays
    lots several tutorials for basic fundamental
    in Public bookmarks with java tutorial
  • http://javafaq.nu/java-article381.html: The Java Lesson 1

    The Java Lesson 1: What is Java?: Important Java News
    applications certification code course developers development embedded for help java programming search single software web
    in Public bookmarks with java tutorial
  • http://www.egr.unlv.edu/~oravec/JavaTutorial/
    Return to My Home Page UNLV - School of Computer Science Matt's CS326 - Programming Languages Other Useful Links: * Documentation From Sun - http://java.sun.com/j2se/1.4.2/docs/api/ * Download Java - http://java.sun.com/downloads/index.html
    in Public bookmarks with java tutorial
  • Hudson: an extensible continuous integration engine
    Also see our user generated FAQ on the wiki. Collaboration at java.net 1. What is java.net? 2. What is the goal of java.net? 3. What will developers find on java.net? 4. Is java.net a Sun web site? 5. How will Sun benefit from java.net? 6. How is O'Reilly Media involved in java.net? 1. What are weblogs and blogs? 2. What are wikis? 3. What are RSS newsfeeds? 4. What is CVS? 5. What are mail lists and discussion groups? 6. What is IssueZilla? java.net compared to related developer web sites 1. Does java.net relate to the Java Community Process[sm]? 2. Will some Java[tm] Specification Requests be hosted as java.net projects? 3. How is java.net different from Java.sun.com and the Java Developer Connection[sm]?
    in Public bookmarks with java platforms system:unfiled web2.0 wiki by 2 users
  • imagetoolz
    Image toolz is a java program for creating beautyful images. For example the 'Image Toolz' above has been rendered by this program. For the moment it is a software library. If you want to use it you must download the zip file and write a java program calling the methods in the library. We are working on a user interface.
    in Public bookmarks with graphic java sourcecode
  • Introduction to Java: Table of Contents [+Java Resource Materials]
    * Cover * Preface * Java Overview * Applets * The AWT Library o An Example Windowing Applet o The Hilo Game o Creating the Hilo GUI o Handling Events o Design of the Hilo Applet Program o Complete Hilo Applet Program o A Hilo Application (Not Applet) Program * Java Graphics o A Simple Java Graphics Example o Graphics for the Hilo Game * Java Threads o A Simple Java Threads Example * Creating an Html File To Use With Java Applets * Bibliography JAVA SOURCE CODE IN THIS TUTORIAL * hi.java * hilo_win.java * window_ex.java * hilo.java * hilo.java * circle.java * circle_right.java * hilo_graph.java
    in Public bookmarks with java tutorial
  • Jac Wright » An Introduction to Object-Oriented Programming (1 of 5)
    This is the first of five articles on object oriented-programming. * An Introduction to Object-Oriented Programming * Thinking Object-Oriented * Planning an Application * Creating Objects * Making Objects Reusable An Introduction to Object-Oriented Programming will give a brief overview of why there is such a thing as object-oriented programming. Conceptualizing Systems will help us to better picture a system in terms of objects and how the relate to each other. Planning an Application will teach us the importance of planning and what we should do to plan. Creating Objects explains how the objects in our application are born, and how they should be structured. Making Objects Reusable covers some more advanced topics and allows us to reus
    in Public bookmarks with java tipsntricks tutorial
  • Java - a hotchpotch of resources
    Some answers to common questions * Servlet Design - How can I do <xxx> in a servlet? * Compiling And Working With Packages - A set of rules to keep your compiler and interpreter happy. * The Extensions Mechanism - How to use it, and a couple of caveats. * Strings/StringBuffers - When String concatenation makes sense, and when it's plain evil. * String conversions - The Good, the Okay-I-Suppose, and the Utterly Horrible. * Classpath woes - Dr Classpath, or "How I Learned to Stop Worrying and Love the Defaults" * Newsgroup guidelines - How to get the most out of the comp.lang.java.* newsgroups. * Parameter passing in Java - an explanation of the pass-by-reference/pass-by-value confusion. * Converting a Java application into
    in Public bookmarks with java tipsntricks tutorial utils

Next »
java from all users