Java Api Resources

Below you will find 0 categories and 53 links related to Java Api Resources.

Links:

Java : Applets : Libraries

Big Faceless Java Graph Library

Visit Big Faceless Java Graph Library

The Big Faceless Java Graph library is a class library for creating industry leading Graphs and Charts in Java. Backed by a full 3D engine, it can plot 2D or shaded 3D Pie Charts, Line Graphs, Area and Bar Graphs from any viewpoint to PNG, Flash, PDF or SVG, quickly and with stunning results. Product Overview-XML and JSP Tag Library interface, for extremely easy integration with web projects-SOAP and XML Web Services interface for graph creation-Very comprehensive API and Tag documentation with dozens of examples-Embed JavaScript in your tags to easily create powerful rollovers-Full 3D engine with adjustable light source, produces the most realistic graphs on the market-Output to PNG, SVG, Macromedia Flash, PDF or java.awt.Image for use in Applets.

  • Cost: $800
  • Version: 2.4.3
  • Platforms: Multi (Java)

Big Faceless PDF Library

Visit Big Faceless PDF Library

The Big Faceless Java PDF library is a Java class library for creating and editing Acrobat PDF documents on-the-fly. The classes are small, fast, easy to use and integrate into your projects, and are completely written in Java. The Extended Edition also includes advanced features such as digital signatures and form fields. Can be run easily from EJB's, Servlets or JSP's on Windows, Unix or any other system running Java. Includes: PDF Encryption, for password-protected documents; Embed JPEG, PNG, GIF, TIFF or java.awt.Image images and more.

  • Cost: Trial / $850.00
  • Version: 2.11.20
  • Platforms: Multi (Java)

Smart JPrint

Visit Smart JPrint

Smart JPrint is a pure Java class library used for: Creating PDF document from your J2EE and Java Swing GUI program, Printing the output to a printer automatically, Preview the output pages in a preview window. Features: 100 percent pure Java classes, Generate PDF automatically, Print the output to a printer, accumulate pages from multiple sources to create single PDF doc, Print/PDF content of any Swing component, Java/J2EE server programs, automatic formatting of content, very easy to use, only few lines of code.

  • Cost: Free
  • Version: 1.4
  • Platforms: All platform (100 % Pure Java)
Java : Books

Advanced Java Networking

Visit Advanced Java Networking

Advanced Java Networking is the insider's guide to Java's fast-growing set of networking alternatives. Sun Microsystems Java Evangelist Prashant Sridharan shows how Java has been designed to optimize networked applications, covering architectural elements such as multithreading, serialization, and I/O. Then, step-by-step, he demonstrates how to create networked Java applications for client/server computing on the Internet, using each Java networking API. Advanced Java Networking provides new insight into the next generation of Java networking tools, including both Sun and third-party technologies. Topics include: Object-oriented design in Java; Java I/O routines; Threads; Object serialization Performance; TCP/IP and networking basics; Programming Java sockets for TCP and UDP; JDBC for databases; Java Remote Method Invocation (RMI); Callbacks; Overview of CORBA; Java IDL HTTP basics; CGI vs. servlets; Java Server Pages (JSPs).

  • Cost: $31.49
  • Pages: 424
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0130844667

Beginning Java 2

Visit Beginning Java 2

A second edition Beginning Java title is now required because: In quarter one, 2000, Sun has released version 1.3 of their Java Developers Kit (JDK 1.3). This is significant because: The fastest Java platform performance ever is now available for download, and is coming to your mailbox from America Online (AOL), thanks to an agreement between Sun and AOL to deliver the Java Runtime Environment on the AOL CD-ROM. The newest version of J2SE technology, v 1.3, will deliver momentous performance gains and improved Web deployment for enterprise-grade, client-side applications. And just about everything else developers have been asking for. Client-side users now enjoy the speed advantage of the new Java HotSpot compiler which has been tuned for client performance. The result is much faster thread handling, improved scalability and rapid memory allocation for objects, smaller RAM footprint, and has gained a much more efficient garbage collection.

  • Cost: $34.99
  • Pages: 1000
  • Edition: 1st edition
  • ISBN: 1861003668

Beginning Java 2

Visit Beginning Java 2

This book has now been updated to cover JDK 1.3. This updated book is Beginning Java 2- JDK 1.3 edition, by Ivor Horton. The Java 2 platform, which is the release name for JDK 1.2, was released in December 1998. Java 2 is an important stage in the evolution of Java as a serious programming language. There are no substantial changes to the language - instead JavaSoft have focussed on extending class library support for common programming tasks. This includes an improved, device independent set of graphics libraries, the Java Foundation Classes (JFC), which includes Swing, Java2D and improved printing. These answer many of the criticisms of the original AWT graphics packages, and are both very flexible and very complete. There's also a new Collections API, a set of classes to help you look after collections of related objects. There are also substantial changes in threading, serialization and JDBC 2.0.

  • Cost: $34.99
  • Pages: 1109
  • Edition: 1st edition
  • ISBN: 1861002238

Beginning Java Databases

Visit Beginning Java Databases

Java has evolved into a robust, high performance programming language that is well suited to a range of different environments, be it on a middle tier Application Server or a client browser. Regardless of the architecture of your application you are using, it will almost certainly need to make use of data that is stored in some form of database. Relational databases are the data store of choice in the vast majority of businesses, and have also evolved enormously over the recent years, into powerful and feature-rich data management systems. This book aims to teach you how to use these two powerful technologies to build successful Java database applications. You will find out how relational databases work and how you can use them in your Java programs, through the JDBC interface. Topics include: Using the JDBC API to build database-driven Java applications; SQL and relational database design; Object-relational mapping frameworks and techniques.

  • Cost: $27.99
  • Pages: 800
  • Edition: 1st edition
  • ISBN: 1861004370

Beginning Java Networking

Visit Beginning Java Networking

The increasing popularity of the Internet has resulted in the majority of today's programming tasks and applications involving some form of networking. Almost every programming language provides some networking facilities. However, unlike other programming languages, Java had support for network programming built into it right from the start. Java, therefore, allows you to develop powerful network applications with exceptional ease. This book introduces you to the world of Java network programming and takes you far inside it. The chapters of this book are grouped in five sections: basics of networks; java network preliminaries; java network classes; java api's used to distribute network programming; and new networking features and improvements offered by JDK 1.4. The book covers: Networking in JDK 1.3 and 1.4; Network Basics; Java I/O, Threads; Java security model, JCA, JAAS, JCE and JSSE; TCP, UDP, Multicasting; Java URL handler architecture.

  • Cost: $34.99
  • Pages: 900
  • Edition: 1st edition
  • ISBN: 1861005601

Beginning Java Web Services

Visit Beginning Java Web Services

Web services are no longer a nascent technology in the programming industry; every major software vendor is rolling out web services related APIs and products. Today Java developers are successfully adopting web services as the latest technology in application development in order to enable cross application communication for distributed applications. This book will help you to join their ranks. Packed with clear explanations and hands on examples, Beginning Java Web Services teaches you how to productively build web services with Java. Through an understanding of the underlying principles of web services, you will learn how web services actually work and how to apply that knowledge for real use. You will be introduced to many of the web services APIs and specifications, including XML, SOAP, WSDL, and UDDI. In addition, the book demonstrates how commercial vendors, such as IBM and BEA, are simplifying web services development.

  • Cost: $27.99
  • Pages: 411
  • Edition: 1st edition
  • ISBN: 1861007531

Definitive Guide to Swing for Java

Visit Definitive Guide to Swing for Java

The recently released part of the Java platform called the Swing Component Set is the tool that programmers have long waited for. For the first time, it makes client-side programming in Java a real possibility. John Zukowski offers new information for the recent release of Java SDK Version 1.3, making this updated Second Edition of his comprehensive reference even more valuable to serious Java programmers. This Second Edition has been completey revised, expanded, and updated to include even more programming examples, descriptions and demonstrations as well as new features of the Java 2 SDK, Standard Edition, version 1.3. This comprehensive reference has become even more valuable to the serious Java programmer, with new information and techniques for JTable, JList components, RepaintManager, Updating UIManager Property List, and much more! A clearly documented, insightful, comprehensive, and entertaining exploration of the Swing API.

  • Cost: $34.97
  • Pages: 890
  • Edition: 2nd Revision edition
  • ISBN: 189311578X

Developing Java Servlets

Visit Developing Java Servlets

Developing Java Servlets is a comprehensive, code-intensive book for professional Java developers. It explains the Java Servlet API architecture and client-server development concepts, and contains detailed, professional programming techniques for building sophisticated e-commerce and database servlet applications. This book explains HTTP, MIME, server-side includes, and other web-based client-server technologies that developers need to understand to build any servlet application. In addition, the book covers JDBC, RMI, CORBA, and other object technologies to the degree are needed to build sophisticated Java servlets. Covers topics including using the Java programming language to build secure Internet applications, incorporating Java code in HTML pages using JSP, incorporating XML into servlets, building servlets that access relational databases, and combining WML and WMLScript to develop wireless applications.

  • Cost: $27.99
  • Pages: 624
  • Edition: 2nd edition
  • ISBN: 0672321076

Enterprise Java Servlets

Visit Enterprise Java Servlets

Learn to design and build a base enterprise servlet. Create an architecture that makes your enterprise applications run faster and more reliably. Java servlets are rapidly replacing CGI as the tool of choice for creating interactive applications for the enterprise market. Using the Java programming language's servlet technology speeds up the application development process, freeing developers from the need to make platform specific modifications. Servlet technology is reliable, employs reusable components, and ensures high performance in the demanding enterprise and e-commerce markets. Enterprise Java Servlets anticipates common issues and provides new development methods, extensive sample code, and case studies. Topics include: HTML development in servlets; How templates assist in content management; Pool objects that streamline the use of objects and database connections in a Web environment; Integrating LDAP into a Java servlet application.

  • Cost: $39.99
  • Pages: 464
  • Edition: Book and CD-ROM edition
  • ISBN: 020170921X

Fundamentals of Java

Visit Fundamentals of Java

Approximately 20% of the Networking Academies will move forward with the Java course by Spring 2003. It is expected to grow considerably during the Fall 2003 semester. This Companion Guide from Cisco Press maps directly to the Web-based course and also features additional material to further prepare students for the Sun Certified Programmer for the Java 2 Platform exam. The Companion Guide uses a step-by-step approach to allow students to develop an understanding of Object-Oriented programming and solve business problems. Students will learn how to create classes, objects, and applications using the language. Topics will also include the language fundamentals and the Java language API (application programming interface). The Fundamentals of Java Programming course was launched over the summer with the first courses being offered in Fall 2002. Prepares students for the Sun Certified Programmer for Java 2 Platform exam.

  • Cost: $66.67
  • Pages: 920
  • Edition: 1st edition
  • ISBN: 1587130890

Inside Java Servlets

Visit Inside Java Servlets

Written for the thousands of Web programmers, designers, and consultants who want to expand their repertoire of development tools or enhance their servlet programming skills, Inside Servlets, Second Edition, provides exactly the information needed. It offers important background information on Web technologies, an inside look at Java servlet technology, a hands-on servlet tutorial, and a guide to advanced servlet programming for creating sophisticated, high-performance Web sites. Within this book you will find an introduction to Web technologies that explains such fundamentals as TCP/IP, firewalls, proxy servers, sockets, MIME, and HTTP. A servlet tutorial offers information on basic servlet structure, demonstrates how to write and run your first servlet, and previews the Servlet API. Inside Servlets then moves on to advanced servlet concepts and techniques. Lastly, a complete reference to the Servlet API is provided.

  • Cost: $39.95
  • Pages: 912
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0201709066

Introduction to Java Programming

Visit Introduction to Java Programming

This book covers the major topics in Java programming, including programming structures, methods, objects, classes, inheritance, graphics programming, applets, exception handling, internationalization, multithreading, multimedia, I/Q, and networking. Based completely on Java 2, the graphics' examples are built using Swing components, tested using Java 2 on Windows and on Sun Solaris using no depreciated API. The source code for all examples can be found on the companion CD-ROM, which also contains JBuilder 3 University Edition. The overall objective of this book is to teach the reader how to use many levels of abstraction to solve problems, both small and large. Teaches programming concepts and techniques as well as the Java language. Provides modern graphics programming using Swing components. Includes good representative examples that can run in stand-alone applications or applets and coverage of new JBuilder 3 features.

  • Cost: $74.00
  • Pages: 700
  • Edition: Book and CD-ROM edition
  • ISBN: 0130869112

J2EE Unleashed

Visit J2EE Unleashed

J2EE Unleashed presents techniques and examples for building applications based on the Java 2 Enterprise Edition development model. The goal of this book is not to teach the J2EE specification but to illustrate the best practices for developing J2EE applications. It will cover the most commonly used J2EE API's as well as migration techniques that can be used to port a J2EE application from one platform to another. The book will discuss all of these platforms with an emphasis on the SilverStream application server, which is J2EE compliant and certified for Windows and several UNIX platforms. Moreover, the book will illustrate how a J2EE application can interface with most SQL based DBMS platforms including ORACLE, INFORMIX, Microsoft SQL Server 7, SYBASE, IBM DB2 as well as others. Unleash the power of J2EE by applying the expert advice and techniques of Joe Bambara, Paul Allen, and the Java developer team.

  • Cost: $41.99
  • Pages: 850
  • Edition: 1st edition
  • ISBN: 0672321807

Java & XML for Dummies

Visit Java & XML for Dummies

Shows experienced Java developers how to start incorporating XML data into their applications. Java & XML For Dummies shows experienced Java developers how to start incorporating XML data in to their applications. Topics covered include Java/XML Bindings, SAX (Simple API for XML), DOM, SOAP, Web Services, data binding, XML from Java Applications, messaging with XML and Java, DTDs, namespaces, Xpath, CSS, UDDI, HTTP handing servers for SOAP and other XML format messages via serverlets, differences between parsers, Java API programming tools for handling XML, using XML to solve real-world programming problems, WSDL, UDDI, EAI, Message routing, turning java objects into XML, databases in XML. Packed with easy-to-grasp examples of APIs and tools. Get the hang of Java's XML toolset and join the Web services revolution. Java and XML are the foundations of a new generation of applications and Web services. Barry Burd, PhD, teaches computer science.

  • Cost: $20.99
  • Pages: 432
  • Edition: 1st edition
  • ISBN: 0764516582

Java 2 Exam Prep

Visit Java 2 Exam Prep

Helps programming professionals gain knowledge that directly applies to the Sun Microsystems exam for Java. Covers all the curriculum objectives established by Sun Education that are needed to successfully pass the Java exam. Serves as an essential resource to the C++ programmer who wants to learn Java quickly; it builds on the reader's knowledge of C++ by spending less time on programming fundamentals and more time on topics that are unique or difficult in Java. Topics covered: The Java certification process, Java data types, installing the JDK, flow control, exceptions, arrays, class design, patterns, garbage collection, thread programming, AWT and JFC/Swing basics, layout managers, event handling, AWT and Java 2D graphics APIs, I/O, SmartCards, and servlet fundamentals. Written for the new or experienced Java developer seeking Sun programmer certification, Java 2 Exam Prep provides a review of the Java programming language.

  • Cost: $1.97
  • Pages: 600
  • Edition: Book and CD-ROM edition
  • ISBN: 1576102610

JAVA 2 Network Security

Visit JAVA 2 Network Security

The complete insider's guide to securing Java 2 enterprise applications! Building secure enterprise applications with Java 2; Integrating Java 2 into your overall security strategy; Detailed coverage for managers, developers, netadmins, and security specialists; Comprehensive coverage of the new Java 2 security model; Integrate Java 2 into your enterprise security strategies; Master Java's powerful Cryptography APIs. Written in cooperation with Sun's own developers, Java 2 Network Security, Second Edition presents systematic coverage of the new Java 2 network security model for managers, network administrators, developers, and security professionals alike. You'll learn the real-world pros and cons of each leading Java security alternative; architectural techniques for maximizing security; and how to integrate Java security into your enterprise-wide security strategies. Topics include integrating Java and SSL and Java's powerful Cryptography APIs.

  • Cost: $34.99
  • Pages: 250
  • Edition: 2nd edition
  • ISBN: 0130155926

Java in Telecommunications

Visit Java in Telecommunications

Jepsen (editor of IEEE IT Professional Magazine) gives the history of the Java programming language in his introduction to a volume directed to programmers familiar with telecommunications networks. Five specialists, have written chapters that describe several new technologies, including Java APIs for integrated networks (or JAIN), Java call control, realtime Java, various Java applications for network management, and XML and Java applications for telecommunications. Recent developments such as JAIN (Java APIs for Integrated Networks), JAIN Parlay and the Java Telephony API equip Java for the next generation of telecommunications systems and networks. The authors, all practitioners at companies such as Sun Microsystems and Telcordia, provide the first comprehensive overview of how Java will be employed in areas such as call control, intelligent networking, PSTN/Internet convergence, and integrated network management.

  • Cost: $68.50
  • Pages: 200
  • Edition: 1st edition
  • ISBN: 0471498262

Java Network Programming

Visit Java Network Programming

Java Network Programming is a complete introduction to developing network programs (both applets and applications) using Java, covering everything from networking fundamentals to remote method invocation (RMI). It includes chapters on TCP and UDP sockets, multicasting protocol and content handlers, and servlets, part of the new Server API. Java Network Programming also covers what you can do without explicitly writing network code: how you can accomplish your goals using URLs and the basic capabilities of applets. Whether you're an experienced network programmer, or just want to see what's possible, you'll find that Java Network Programming is a complete guide to Java's networking potential. Java Network Programming serves as an excellent introduction to network communications generally and in Java. The book opens with information on network architectures and protocols and the security restrictions placed on applets.

  • Cost: $27.97
  • Pages: 731
  • Edition: 2nd edition
  • ISBN: 1565928709

Java Network Programming

Visit Java Network Programming

The book begins with a complete discussion of Java streams, covering not only the concept behind and API of streams but also, more importantly, how to customize and extend the streams for your own purposes. All the standard Java streams are covered, including byte streams, character streams and the object streams. The importance of streams is stressed throughout the book, with later customized streams for parsing DNS records, HTTP requests, sending HTTP responses, etc. In the subsequent networking chapters, the book proceeds to cover the TCP/IP and UDP/IP networking protocols in depth, with many examples of network clients and servers including a DNS client, finger client, Web server and various chat systems, among others. It then details how to use multicast for efficient multiparty communications, and provides extensive details of the Java URL API including example URL handlers for accessing various Internet protocols.

  • Cost: $31.47
  • Pages: 807
  • Edition: 2nd edition
  • ISBN: 188477749X

Java Programming for Windows

Visit Java Programming for Windows

The Java programming language is widely used for deploying applications on most types of computer systems. Although many Java programs are written for portability, writing Windows-specific Java programs can enhance the performance of multimedia and Windows-specific APIs. This book offers guidelines for determining when to use Windows-specific APIs and code. It also helps you divide applications into portable Java and platform-specific Java modules both to maximize future code reuse on all platforms and to take advantage of Windows-specific APIs for appropriate applications. This book provides a worthwhile tour of what's best in new Microsoft Java technologies. The author's intelligent examples will help any developer be more productive with Java used with Windows. Topics include: MS Java software development kit (SDK); Application Foundation Classes (AFC); AFC controls; AFC-based applet; ActiveX controls; Visual J++ 6; J/Direct; DirectX.

  • Cost: $7.90
  • Pages: 400
  • Edition: Book and CD-ROM edition
  • ISBN: 1558605169

Java Programming with Visual J++

Visit Java Programming with Visual J++

Get the most out of Visual J++, the Java compiler from Microsoft, with Java Programming with Visual J++. You get a complete overview of the Visual J++ development environment as well as the basics of Java programming. Java Programming with Visual J++ also teaches you how to develop applets and applications, work with the AWT, add interactivity to your applets, incorporate graphics, animations, and cross-platform user interfaces, navigate the Java API, and much more. The CD-ROM includes sample applets and all the code in the book. A complete introduction to the tools available with Visual J++, including the Microsoft Developer Studio. Coverage of topics such as navigating through the IDE and the Java API, and how to make the most of the pre-built Wizards, help Java Programmers get the most out of this powerful new tool. After discussing the basics of Java programming, chapters guide the user through developing full-scale applets and applications.

  • Cost: $2.12
  • Pages: 512
  • Edition: Book and CD-ROM edition
  • ISBN: 1558515062

Java Server Programming

Visit 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 possibilities opened up by Jini and JavaSpaces technology. In a world where, increasingly, corporate IT development is Web application development - ASP, PHP, CGI and ISAPI are all viable options.Now, so is the Java 2 Platform Enterprise Edition, and that's good news because server-side Java is portable across Windows, Linux, UNIX and MacOS and compatible with a wide range of Web Servers (IIS, Apache, Netscape Enterprise Server) and Application Servers from Sun, IBM and others. Java provides technologies to allow for server side processing, and dynamic page content generation.

  • Cost: $41.99
  • Pages: 1121
  • Edition: 1st edition
  • ISBN: 1861002777