|
|
 |
|
|
|
|
|
|
|
|
|
Rails on Windows In
General
|

|
It's no secret that the entire Ruby on Rails core team uses OS X as their preferred development environment. Because of this,it is very easy to find authoritative information on the web about using Rails on OS X. But the truth is that Windows developers using Rails probably outnumber those using other platforms. A Windows development environment can be just as productive as any other platform.
This is a guide to developing with Ruby on Rails under Windows. It won't teach you how to write Ruby on Rails web applications,but it will show you what tools to use and how to set them up to create a complete Rails development environment....read more
|
| Reviews: 0 |
Date: 23rd May, 2007 |
Rating: No Rating |
Accessed: 1940 |
|
|
| |
|
Developing Java Beans In
General
|

|
Developing Java Beans is a complete introduction to Java's component architecture. It describes how to write Beans,which are software components that can be used in visual programming environments. This book discusses event adapters,serialization,introspection,property editors,and customizers,and shows how to use Beans within ActiveX controls.
Java Beans is the most important new development in Java this year. Beans is the next generation of Java technology that not only adds features the language lacked,but also lets Java programs interoperate with a number of development environments. The initial release includes a bridge for Microsoft's ActiveX/COM; future releases will includ...read more
|
| Reviews: 0 |
Date: 23rd May, 2007 |
Rating: No Rating |
Accessed: 2612 |
|
|
| |
|
Java Distributed Computing In
General
|

|
Java Distributed Computing offers a general introduction to distributed computing,meaning programs that run on two or more systems. It focuses primarily on how to structure and write distributed applications and discusses issues like designing protocols,security,working with databases,and dealing with low bandwidth situations.
Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind,Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application,if you think about it. The client running the browser downloads and executes code that is delivered by s...read more
|
| Reviews: 0 |
Date: 23rd May, 2007 |
Rating: No Rating |
Accessed: 2186 |
|
|
| |
|
Java Cryptography In
General
|

|
Java Cryptography teaches you how to write secure programs using Java's cryptographic tools. It includes thorough discussions of the java.security package and the Java Cryptography Extensions (JCE),showing you how to use security providers and even implement your own provider. It discusses authentication,key management,public and private key encryption,and includes a secure talk application that encrypts all data sent over the network. If you work with sensitive data,you'll find this book indispensable.
Cryptography,the science of secret writing,is the biggest,baddest security tool in the application programmer's arsenal. Cryptography provides three services that are crucial in s...read more
|
| Reviews: 0 |
Date: 23rd May, 2007 |
Rating: No Rating |
Accessed: 2564 |
|
|
| |
|
Java 2D Graphics In
General
|

|
Java 2D Graphics describes the 2D API from top to bottom,demonstrating how to set line styles and pattern fills as well as more advanced techniques of image processing and font handling. You'll see how to create and manipulate the three types of graphics objects: shapes,text,and images. Other topics include image data storage,color management,font glyphs,and printing.
One weakness of Java has been its graphics capabilities. Java 1.0 and 1.1 only included simple primitives for line drawing: lines could only be one pixel wide,they could only be solid,and there wasn't any good way to draw curves. Font management and color management were also weak. Java 2D (collectively called the "...read more
|
| Reviews: 0 |
Date: 23rd May, 2007 |
Rating: No Rating |
Accessed: 2577 |
|
|
| |
|
Java Foundation Classes in a Nutshell In
General
|

|
Java Foundation Classes in a Nutshell provides an in-depth overview of the important pieces of the (JFC),such as the Swing components and Java 2D. It also includes compact reference material on all the GUI- and graphics-related classes in the numerous javax.swing and java.awt packages. Covers Java 1.2.
Java Foundation Classes in a Nutshell is an indispensable quick reference for Java programmers who are writing applications that use graphics or graphical user interfaces. The author of the bestselling Java in a Nutshell has written fast-paced introductions to the Java APIs that comprise the Java Foundation Classes (JFC),such as the Swing GUI components and Java 2D,so that you can ...read more
|
| Reviews: 0 |
Date: 23rd May, 2007 |
Rating: No Rating |
Accessed: 1887 |
|
|
| |
|
Database Programming with JDBC & Java,Second Edition In
General
|

|
This book describes the standard Java interfaces that make portable object-oriented access to relational databases possible,and offers a robust model for writing applications that are easy to maintain. The second edition has been completely updated for JDBC 2.0,and includes reference listings for JDBC and the most important RMI classes. The book begins with a quick overview of SQL for developers who may be asked to handle a database for the first time,and goes on to explain how to issue database queries and updates through SQL and JDBC.
Java and databases make a powerful combination. Getting the two sides to work together,however,takes some effort--largely because Java deals in o...read more
|
| Reviews: 0 |
Date: 23rd May, 2007 |
Rating: No Rating |
Accessed: 2531 |
|
|
| |
|
Java Internationalization In
General
|

|
Java Internationalization shows how to write software that is truly multi-lingual,using Unicode,a standard system that supports hundreds of character sets for most modern languages and many ancient ones.
On the Internet,there are almost no barriers against international commerce. Except for language. Unfortunately,most software is still written in English. Java Internationalization shows how to write software that is truly multi-lingual,using Unicode,a standard system that supports hundreds of character sets for most modern languages and many ancient ones. English-only software is already obsolete. Java Internationalization brings Java developers up to speed on the new generation...read more
|
| Reviews: 0 |
Date: 22nd May, 2007 |
Rating: No Rating |
Accessed: 1553 |
|
|
| |
|
Java Servlet Programming,Second Edition In
General
|

|
The second edition of this popular book has been completely updated to add the new features of the Java Servlet API Version 2.2,and new chapters on servlet security and advanced communication. In addition to complete coverage of the 2.2 specification,we have included bonus material on the new 2.3 version of the specification.
Servlets are an exciting and important technology that ties Java to the Web,allowing programmers to write Java programs that create dynamic web content. Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle,showing how to use servlets to maintain state information effortlessly. ...read more
|
| Reviews: 0 |
Date: 22nd May, 2007 |
Rating: No Rating |
Accessed: 2234 |
|
|
| |
|
JavaServer Pages Pocket Reference In
General
|

|
JavaServer Pages (JSP) is harmonizing how web designers and programmers create dynamic web pages. JavaServer Pages Pocket Reference is the perfect companion volume to O'Reilly's best-selling JavaServer Pages. This book provides detailed coverage of JSP syntax and processing,directive elements,standard action elements,scripting elements,implicit objects,custom actions,tag library description creation,and WARs.
JavaServer Pages (JSP) is harmonizing how web designers and programmers create dynamic web pages. The reason for this is simple: JSP capitalizes on the power of Java servlets to create effective,reusable web applications.JSP allows you to develop robust,powerful web content,...read more
|
| Reviews: 0 |
Date: 22nd May, 2007 |
Rating: No Rating |
Accessed: 1502 |
|
|
| |
|
|
|
|
|
|
|