Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | Java | Programming Books

Results 1-20 of 45
Java Tool Tutorials by Herong - A Free Tutorial Book
"Java Tool Tutorials" is a free tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: book, breakpoint, class, classpath, debugging, free, import, java, javac, jar, jdb, J2SE, JDK, JPDA, notes, source, sourcepath, thread, tutorials. Key sections: 'javac' - The Java Compiler - "-sourcepath" - Specifying Source Path - "-d" - Specifying Output Directory - "import" Statements - 'java' - The Java Launcher - "-classpath" - Specifying Class Path - "-jar" - Executable JAR Files - "-X" Options to Control Memory Size - "javaw" - Launching Java Applications without Console - 'jdb' - The Java Debugger - Attaching "jdb" to Running Applications - Debugging Commands - Multi-Thread Debugging Exercise - JAR File Format and 'jar' Tool - JAR Files Are ZIP Files - Adding "manifest" to JAR Files - Using JAR Files in Class Paths - Creating Executable JAR Files
(60 ratings)
Reviews0
PriceFree
Views3448
Herong's Tutorial Notes on JSP
This book is a collection of notes and tutorial codes I wrote while I was leaning JSP (JavaServer Pages). Topics include: attachment, Big5, book, Chinese, content-disposition, content_type, cookie, custom tag, debugging, example, expression language, file upload, GB2312, GBK, header lines, HTTP/1.1, HTTP Response, internationalization, i18n, IterationTag, JavaBeen, JDK, JSP, JSTL, JSTL-EL, J2SE, localization, MIME, named package, online, pageContext, performance, Perl, Servlet, session, Taglib, TagSupport, tag interface, TLD, Tomcat, tutorial, unnamed package, Unicode, useBean, UTF-8, XML
(18 ratings)
Reviews0
PriceFree
Views2584
Herong's Tutorial Notes on Java Swing
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java Swing. Topics include AWT, button, Chinese, component, event, frame, graphics, GUI, internal frame, Java, JDK, JFC, language, label, listener, look and feel, MVC, radio button, resolution, screen, Swing, text field, thread, toolkit, tutorial, Unicode. Key sections: What Is Swing? - Graphics Environment - Swing JFrame - Swing JLabel - Swing JButton - Swing JRadioButton - Swing JTextField - Swing JInternalFrame - Layouts of Components - Look and Feel.
(15 ratings)
Reviews0
PriceFree
Views6751
Unicode Tutorial - Herong's Tutorial Notes on Unicode
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Unicode. Topics include ASCII, character set, encoding, GB, GB18030, GB2312, GBK, ISO-8859, JDK, JIS, UTF8, Unicode Key sections: Character Sets and Encodings - GB2312/GB18030 Character Set and Encodings - JIS X0208 Character Set and Encodings - Unicode Character Set - Unicode Transformation Formats (UTF) - JDK - Character Set and Encoding - JDK - Encoding Maps, Counts and Conversion.
(12 ratings)
Reviews0
PriceFree
Views2664
Herong's Tutorial Notes on Cryptography
This free book is a collection of notes and sample codes related to cryptography. Topics include DES algorithm, Blowfish algorithm, OpenSSL, RSA key-pair generation, public key certificate, self-signed certificate, certificate signing request, etc
(12 ratings)
Reviews0
PriceFree
Views2477
Badoo Clone Script + Tutorial
Dating site software teaches you to create a dating app like Badoo on your own (Badoo Clone Script). The dating site software is explained by some of the experts from the industry in a step by step manner making it very easy even for an amateur. The tutorial comes with a source code with which an app can be made in no time. These apps functions both on Playstore and iOS. This helps in instantly deploying and running a stunning location based dating site like BADOO. You get your hands on experience with the live iOS and Android app. In real time code this app explains all the features of leading dating apps. You also get to learn lots and lots of features that are used in making any mobile application.
(10 ratings)
Reviews1
PriceFree
Views1727
Professional Java Server Programming
An overview of the new server-side Java platform - Java 2 Enterprise Edition - as it relates to building n-tier web applications. It covers the building blocks (Servlets, JSP, EJB, JDBC, RMI, JNDI, CORBA) then goes into special design considerations for server side programming, (including resource pooling and component based design) before finally discussing future design possibilities opened up by Jini and JavaSpaces technology.
(9 ratings)
Reviews0
PriceFree
Views6386
OSWorkflow: A Guide for Java Developers
OSWorkflow is an open-source workflow engine written entirely in Java with a flexible approach and a technical user-base target. It is released under the Apache License. You can create simple or complex workflows, depending on your needs. You can focus your work on the business logic and rules. No more Petri Net or finite state machine coding! You can integrate OSWorkflow into your application with a minimum of fuss. OSWorkflow provides all of the workflow constructs that you might encounter in real-life processes, such as steps, conditions, loops, splits, joins, roles, etc. This book explains in detail all the various aspects of OSWorkflow, without assuming any prior knowledge of Business Process Management. Real-life examples are used to clarify concepts. This book gives step-by-step instructions on how to do things. The basics are explained first and then examples help to clarify and reinforce the principles.
(6 ratings)
Reviews0
PriceUSD 44.99
Views2123
Beginning Java 2 - Jdk 1.3 Edition
The newest version of J2SE technology, v 1.3, delivers momentous performance gains and improved Web deployment for enterprise-grade, client-side applications. And just about everything else developers have been asking for. This book is the JDK 1.3 edition of the best selling introductory Java 2 book. It is a fast paced and comprehensive tutorial introduction to application development using Java. It is ideal for novice Java programmers who have some previous programming exposure and are able to run with the fast pace. Almost all new entrants to Java are coming from previous programming experience.
(6 ratings)
Reviews0
PriceFree
Views5805
Herong's Tutorial Notes on JVM
This book is a collection of notes and tutorial codes I wrote while I was trying different implementations of the JVM (Java Virtual Machine). Topics include: CDS, Class Data Sharing, Garbage collection, GC, HotSpot, JDK 1.3.0, JDK 1.4.0, JDK 1.4.2, JDK 1.5.0, J2SDK, JRockit, Memory, Out of memory, Performance, Stack overflow, String buffer, etc.
(6 ratings)
Reviews0
PriceFree
Views2462
Herong's Tutorial Notes on GB2312 Character Set
This book describes the GB2312 character set. It provides a mapping table of all GB2312 characters, native codes, corresponding Unicode codes and UTF8 codes. It also provides a Java program that produces the mapping table.
(6 ratings)
Reviews0
PriceFree
Views2307
JavaServer Pages
JavaServer Pages shows how to develop Java-based web applications without having to be a hardcore programmer. The author provides an overview of JSP concepts and discusses how JSP fits into the larger picture of web applications. Web page authors will benefit from the chapters on generating dynamic content, handling session information, accessing databases, authenticating users, and personalizing content. In the programming-oriented chapters, Java programmers learn how to create Java components and custom JSP tags for web authors to use in JSP pages.
(6 ratings)
Reviews0
PriceFree
Views5586
Herong's Tutorial Notes on Sorting
This book is a collection of notes and sample codes related to varies sorting algorithms and Java implementations. Topics include Bubble Sort, Heap Sort, Insertion Sort, Java, Merge Sort, performance, Quicksort, Selection Sort, Shell Sort, etc.
(3 ratings)
Reviews0
PriceFree
Views2310
Herong's Tutorial Notes on JDK
A collection of notes and simple codes on JDK. Topics include Blowfish, book, Calendar, certificate, character set, cipher, client authentication, collections, datagram, Date, decryption, DES, digital signature, encryption, DOM, DSA, DTD, example, HTTP, HTTPS, J2SDK, Java, JCA, JDK, JDK 1.3.1, JDK 1.4.1, JDK 1.5.0, key store, keytool, Locale, notes, message digests, MD5, online, private key, public key, RSA, sample, SAX, secret key, SHA, socket, SSL, TLS, tutorial, unnamed package, Unicode, UTF-8, X.509, XML, XSD, XSL
(3 ratings)
Reviews0
PriceFree
Views2148
Herong's Tutorial Notes On Java
This free book is a collection of notes and sample codes related to Java. Topics include console, deadlock, execution environment, JVM, memory synchronization, syntax, thread, etc.
(3 ratings)
Reviews0
PriceFree
Views2122
Java Servlet Programming
Java servlets offer a fast, powerful, portable replacement for CGI scripts. This book covers everything one needs to write effective servlets. Topics include serving dynamic Web content, maintaining state information, session tracking, database connectivity using JDBC, and applet-servlet communication.
(3 ratings)
Reviews0
PriceFree
Views5261
Beginning Java 2
Beginning Java 2 has a detailed introduction to the Java Foundation Classes (JFC), a vast set of graphics functionality including Java2D and Swing, which makes developing windowed applications much easier. It also covers the new Collections API, a bunch of container classes for representing and handling other Java objects, and has up-to-date coverage of threads, serialization and JDBC 2.0. The revised edition of the best-selling introductory Java book Beginning Java has been thoroughly updated for the Java 2 platform and the JDK 1.2 release. The book still teaches Java from scratch, assuming only basic programming know-how and in a tutorial format, but it now takes a slightly different route through the Java class libraries.
(3 ratings)
Reviews0
PriceFree
Views4439
Building Websites with OpenCms
This book takes you through the process of creating content-rich websites and applications using OpenCms. Although powerful and flexible, OpenCms can be daunting on first approach, but its advanced features reward the investment in learning. This book exists to ease Java developers into getting the most from OpenCms. With hard-won experience of the practical difficulties faced by developers working with OpenCms, this book is the embodiment of the author's expertise, and the perfect way to master the system. If you are a web developer new to OpenCms, or are an experienced OpenCms developer who is looking to get the most from the system, then this is the book for you. A working knowledge of Java, JSP, and XML is required to get the most from OpenCms, and from this book.
(3 ratings)
Reviews0
PriceFree
Views2909
Java and XML
Java and XML share many features that are ideal for building Web-based enterprise applications, such as platform-independence, extensibility, reusability, global language (Unicode) support, and both are based on industry standards. Together Java and XML allow enterprises to simplify and lower cost of information sharing and data exchange. Java and XML shows you how to put the two together, building real-world applications in which both the code and the data are truly portable. This book covers: The basics of XML, Using standard Java APIs to parse XML, Designing new document types using DTDs and Schemas, Writing programs that generate XML data, Transforming XML into different forms using XSL transformations (XSL/T), XML-RPC, Using a web publishing framework like Apache-Cocoon, and XML as a configuration language.
(3 ratings)
Reviews0
PriceFree
Views4874
Alfresco Enterprise Content Management Implementation
�The Alfresco Enterprise Content Management Implementation� book is a complete guide to implementing enterprise content management into business using Alfresco. This book describes the complete cycle of planning, implementing and customizing ECM installation. Alfresco is regarded as the most powerful open-source enterprise content management system.Alfresco Enterprise Content Management Implementation" explains users about creating smart, collaborative content repositories, and shows how to use Alfresco to create more elegant document sharing, better collaborative working, and reliable automated workflow processes. The Alfresco book is designed for system administrators, experienced users or developers who want to install and use Alfresco in their teams or businesses. The book assumes a degree of technical confidence but does not require specialist sysadmin or developer skills to get a basic system up and running.
(3 ratings)
Reviews0
PriceFree
Views1491
Results 1-20 of 45