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!
You can chose from the three versions (graphics differs):
1. High quality
Click here to DownloadPDF file - 36 Mb
2. Standard quality PDF file - 9 Mb
Click here to Download
Please tell your friends, if they want to get a free copy as well. It is limited offer! After reading you will improve your skills in Java programming and get more salary .
Tuesday, July 17, 2007
Put Struts to work with a FREE book on Struts Best Practices
Pages: 224 pages
Publisher: ObjectSource LLC
ISBN: 0-9748488-0-8 (paperback)
LCCN: 2004100026
In this book, you will learn
The basics and strengths of Struts
How to fill the gaps in Struts
Which features are important for J2EE projects.
Develop professional Struts code by adopting proven strategies
How to handle exceptions in production Struts applications in the BEST way
Real practical benefits of customizing Struts
Best Practices and Strategies in Struts
Click here to Download
Download Companion workbook and example source code for the book illustrating important concepts in Struts (2.7 MB zip file) with step by step instructions included. MS Access tables provided. url:http://www.objectsource.com/struts-survival-guide-examples.zip
Download the slides from Struts Training (Zipped PDF)http://www.objectsource.com/Struts_for_J2EE_Developers-ObjectSource_Training_Material.zip
Publisher: ObjectSource LLC
ISBN: 0-9748488-0-8 (paperback)
LCCN: 2004100026
In this book, you will learn
The basics and strengths of Struts
How to fill the gaps in Struts
Which features are important for J2EE projects.
Develop professional Struts code by adopting proven strategies
How to handle exceptions in production Struts applications in the BEST way
Real practical benefits of customizing Struts
Best Practices and Strategies in Struts
Click here to Download
Download Companion workbook and example source code for the book illustrating important concepts in Struts (2.7 MB zip file) with step by step instructions included. MS Access tables provided. url:http://www.objectsource.com/struts-survival-guide-examples.zip
Download the slides from Struts Training (Zipped PDF)http://www.objectsource.com/Struts_for_J2EE_Developers-ObjectSource_Training_Material.zip
Starting Struts 2
Struts2 is the latest manifestation of the popular Struts Java web application framework. Like its predecessor, its goals are to make web application development faster, easier and more productive than ever before.
Despite new languages and new techniques, the action-base MVC framework is still a viable and effective option for modern web application development. Within this book you will find everything you need to get up and running using Struts2 – from the architecture and configuration, to implementing actions and the supporting infrastructure such as validation and internationalization. Above all else, it focuses on the practical – with plenty of code and productivity tips to get you started using Struts2 today.
This book covers:
The Struts2 architecture
Configuration details
Productivity tips for your current project
Coverage of popular plug-ins
Integration with third party technologies
111 pages, 6" x 9", ISBN: 978-1-4303-2033-3
Free download
Courtesy of Ian Roughley and InfoQ.com, we're happy to offer a free version for download, to get this knowledge in as many peoples hands as possible. Login to download this book FREE (PDF) Download this book FREE (PDF)
Buy the print version for $22.95
If you enjoyed reading the free (non-printable) download version, please support the author and InfoQ's book series by buying the print version for only $22.95.
Table of contents
Introduction
1. Where Struts 2 Fits Into The Web Paradigm
2. Core Components
3. Architectural Goals
4. Productivity Tips
5. Integrating With Other Technologies
About the Author
End Notes
About the Author
Ian Roughley is a speaker, writer and independent consultant based out of Boston, MA. For over 10 years he has been providing architecture, development, process improvement and mentoring services to clients ranging in size from fortune 10 companies to start-ups. Focused on a pragmatic and results-based approach, he is a proponent for open source, as well as process and quality improvements through agile development techniques. He is a committer and PMC member for the Apache Struts2 project, and speaker at No Fluff Just Stuff symposiums.
Click here to Download
Despite new languages and new techniques, the action-base MVC framework is still a viable and effective option for modern web application development. Within this book you will find everything you need to get up and running using Struts2 – from the architecture and configuration, to implementing actions and the supporting infrastructure such as validation and internationalization. Above all else, it focuses on the practical – with plenty of code and productivity tips to get you started using Struts2 today.
This book covers:
The Struts2 architecture
Configuration details
Productivity tips for your current project
Coverage of popular plug-ins
Integration with third party technologies
111 pages, 6" x 9", ISBN: 978-1-4303-2033-3
Free download
Courtesy of Ian Roughley and InfoQ.com, we're happy to offer a free version for download, to get this knowledge in as many peoples hands as possible. Login to download this book FREE (PDF) Download this book FREE (PDF)
Buy the print version for $22.95
If you enjoyed reading the free (non-printable) download version, please support the author and InfoQ's book series by buying the print version for only $22.95.
Table of contents
Introduction
1. Where Struts 2 Fits Into The Web Paradigm
2. Core Components
3. Architectural Goals
4. Productivity Tips
5. Integrating With Other Technologies
About the Author
End Notes
About the Author
Ian Roughley is a speaker, writer and independent consultant based out of Boston, MA. For over 10 years he has been providing architecture, development, process improvement and mentoring services to clients ranging in size from fortune 10 companies to start-ups. Focused on a pragmatic and results-based approach, he is a proponent for open source, as well as process and quality improvements through agile development techniques. He is a committer and PMC member for the Apache Struts2 project, and speaker at No Fluff Just Stuff symposiums.
Click here to Download
Monday, July 2, 2007
Advanced Programming for the Java 2 Platform
This online book covers advanced topics like Matching Project Requirements with Technology, Data and Transaction Management, Distributed Computing, Java Native Interface (JNI) Technology and Performance Techniques.
Click here to Download
Essentials of the Java Programming Language
This online book covers lessons like Compiling and Running a Simple Program, Building Applications, Building Applets, Building a User Interface, Writing Servlets and File Access and Permissions.
Click here to Download
Processing XML with Java
Processing XML with Java by Elliotte Rusty Harold is available online. It has chapters covering Writing XML with Java, SAX, DOM, JDOM, JAXP, TrAX, XPath, XSLT, SOAP, and lots of other information in 1000 pages.
Click here to Download
Securing Java
Online version of Securing Java includes topics like Mobile Code and Security: Why Java Security is Important, Malicious Applets: Avoiding the Common Nuisances, Java Security Guidelines: Developing and Using Java More Securely and The Future of Java Security: Challenges Facing Mobile Code.
Click here to Download
The Java Language Specification Third Edition
The book provides complete, accurate, and detailed coverage of the Java programming language. It provides full coverage of all new features added in since the previous edition including generics, annotations, asserts, autoboxing, enums, for each loops, variable arity methods and static import clauses.
Click here to Download
The JFC Swing Tutorial Second Edition
The JFC Swing Tutorial Second Edition is a tutorial on creating a GUI with JFC/Swing. It covers topics Getting Started with Swing, Learning Swing by Example, Using Swing Components, Laying Out Components Within a Container and Writing Event Listeners.
Click here to Download
Sunday, July 1, 2007
Data Structures and Algorithms with Object-Oriented Design Patterns in Java
Data Structures and Algorithms with Object-Oriented Design Patterns in Java is a free web book by Bruno R. Preiss. It covers topics like Foundational Data Structures, Data Types and Abstraction, Stacks, Queues, and Deques and Ordered Lists and Sorted Lists.
Click here to Download
Thinking in Java, 3rd Edition
A great Java book by Bruce Eckel. It covers topics like Introduction to Objects, Controlling Program Flow, Reusing Classes, Error Handling with Exceptions and Java Programming Guidelines.
Click here to Download
Subscribe to:
Posts (Atom)
Free Downloadable Java, J2EE, Struts, Spring, AJAX, JavaScript, CSS, XML EBooks
Free Downloadable Java, J2EE, Struts, Spring, AJAX, JavaScript, CSS, XML EBooks
JavaScript EBooks
Free Java Ebooks for free download
Popular Posts
- Java Interview Questions and Answers.pdf
- Head First Java 2nd edition.pdf
- Head First Servlets and JSP 2nd Edition_2.pdf
- Spring Framework Tutorial.pdf
- Java 2 - The Complete Reference (5th Edition).pdf ebook free download
- HeadFirst-EJB.pdf
- Manning - Spring in Action.pdf
- Effective Java 2nd Edition.pdf ebook free download
- Java & XML
- Java Persistence and Hibernate ebook 3.0 free download
Archive
-
▼
2007
(236)
-
▼
July
(24)
- Free "1000 Java Tips" eBook
- Put Struts to work with a FREE book on Struts Best...
- Starting Struts 2
- 200.Java.Games.Nokia.s60.3230.6260.6600.6620.6630....
- 190 nokia java games
- 43 Java Games
- 200.Java_Games.Nokia
- Java_Mobile_Games
- 1000_Cell_Phone_Java_Games_Motorola
- 120[1].full.screen.java.games.sony.ericsson
- Bluetooth-Java-Games
- 100 java games to N-gage
- Java - Galaxy on Fire 3D (K750i).
- (56 Games)Shamko`s Best of 3D,jar,Java Games (Sony...
- Jogos_java_w300i_sony_ericsson_128x160
- 147 java games tested for motorola rokr e1 razr v3
- Advanced Programming for the Java 2 Platform
- Essentials of the Java Programming Language
- Processing XML with Java
- Securing Java
- The Java Language Specification Third Edition
- The JFC Swing Tutorial Second Edition
- Data Structures and Algorithms with Object-Oriente...
- Thinking in Java, 3rd Edition
-
▼
July
(24)