jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Books

DeEnFrSp
Home » Java
Amount: 14
Displaying: 1 - 10
Pages: [1] 2 >>
Sort Listings By:
Hits: 1808

BPEL Cookbook

Rating 0.0 0.0
Ten practical real-world case studies combining business process management and web services orchestration : -Real-world BPEL recipes for SOA integration and Composite Application development -Combining business process management and web services orchestration -Techniques and best practices with downloadable code samples from ten real-world case studies Who this book is written for? This book is aimed at architects and developers building applications in Service Oriented Architecture. The book presumes knowledge of BPEL, SOA, XML, web services, and multi-tier architectures.
Platform(s): Windows Date: Oct, 31 2006
DETAIL
Hits: 1581

Managing and Customizing OpenCms 6 Websites

Rating 2.0 2.0
A practical guide to creating and managing your own website with this proven Java/JSP based content management system. 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 does not cover extending the operations of OpenCms with Java development. The focus is on OpenCms as a complete CMS platform in itself. It does use some JSP for extensions where required. This book covers -Installing OpenCms, and its basic concepts -Using the OpenCms Workplace to manage and publish your content -Managing projects, user accounts, databases, and modules -Working with the VFS and search -Understanding and using tasks and workflows -Working with templates and the OpenCms Tag Library.
Platform(s): Windows Date: Sep, 12 2006
DETAIL
Hits: 1485

Java Tool Tutorials by Herong - A Free Tutorial Book

Rating 3.0 3.0
"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
Platform(s): Windows Date: Feb, 13 2006
DETAIL
Hits: 1416

Evaluating Java for Game Development

Rating 5.0 5.0
This is a report of a graduate project. The purpose of this project was to examine whether the use of Java for games is advantageous compared to the current languages of choice, C and C++. This is not an easy question to answer, and as you will see in the report, the answer will depend on several project specific issues. The main target group of the report is professional game programmers with little or no knowledge of Java, who wonder whether Java would be beneficial in future projects. The report generally assumes that the reader is skeptical about Java. The focus of the report is on games intended for retail; not on Java applets.
Platform(s): Windows Date: Jul, 17 2005
DETAIL
Hits: 1307

Java Tutorials, Java Ebooks, Articles and Java FAQ

Rating 4.5 4.5
Geekarticles database of technology with over 1200 in Java Technology which includes Java Applets Ebooks, Java Ebooks, EJB Ebooks, EJB Tutorials, J2EE Ebooks, J2EE Tutorials, J2ME Ebooks, J2ME Tutorials, J2SE Tutorials, Java Swing Articles, Java Web Services, JDBC Help, Jini Tutorials, JMS Tutorials, JSP Ebooks and Tutorials, Servlets Articles and Java FAQS.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Sep, 07 2005
DETAIL
Hits: 1107

Beginning Java 2

Rating 4.0 4.0
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.
Platform(s): n/a Date: Jun, 25 2006
DETAIL
Hits: 1040

Professional Java Server Programming

Rating 3.0 3.0
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.
Platform(s): n/a Date: Feb, 19 2006
DETAIL
Hits: 993

Beginning Java 2 - Jdk 1.3 Edition

Rating 5.0 5.0
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.
Platform(s): n/a Date: Feb, 19 2006
DETAIL
Hits: 813

Just Java 2.0

Rating 0.0 0.0
Readers can cut to the chase with this new, updated "must have" guide to Java and object-oriented programming. "Just Java 2" contains all the essential information any programmer needs to get started with Java. The CD-ROM includes a huge amount of Java source code including many Java games, some physics applets (animation of an electric motor), translators for Java and many other languages including C/C++, Perl, TCL, Eiffel, Smalltalk, two mini-versions of Linux, Java bible code software, the Java Programmers FAQ and glossary, and much, much more.
Platform(s): n/a Date: Oct, 25 1999
DETAIL
Hits: 725

Core Servlets and JavaServer Pages (JSP)

Rating 4.0 4.0
Aimed at those with some previous Java experience, Core Servlets and JavaServer Pages covers all you need to know to create effective Web applications using server-side Java. Combining plenty of practical advice with detailed information on these APIs, this book provides both the necessary background on Web programming and guidance on using Java effectively to power your Web site. Topics covered: Overview of Java servlets and JavaServer Pages (JSPs), servlets vs. CGI and ASPs, survey of servlet products, installation and configuration hints, using packages with servlets, the servlet life cycle, initialization parameters, debugging tips, HTML form basics, submitting and processing form variables, HTTP request and response headers, standard CGI variables, HTTP status codes, using cookies, session tracking with servlets, e-commerce example, JSP scripting elements and attributes, including files, using applets, JavaBeans and tag libraries with JSPs, strategies for combining servlets and JSPs effectively, database and JDBC tutorial, and connecting pooling.
Platform(s): n/a Date: Jun, 21 2000
DETAIL
Amount: 14
Displaying: 1 - 10
Pages: [1] 2 >>