Make Easy Money From Your Blog, Heres How >>
 

free ebook downloads

Archive for the 'Java' Category

namanhem, May 25, 2010 Comments Off

Jboss Portal Server Development

Ramanujam Rao “Jboss Portal Server Development”
English | January 2009 | ISBN: 1847194109 | 276 pages | PDF | 9.3 MB

Enterprises need more than just basic services; they need value-creating entities, which are crucial for running a successful business. Portals offer tremendous value to enterprises, and JBoss Portal Server is a popular, feature-rich open-source server that provides a standards-compliant platform for hosting functionality that serves the diverse portal needs of an enterprise. Its primary strength lies in its ability to provide robust support for custom implementation of functionality using the JSR-168 portlet API.

This book is a practical guide to installing, configuring, and using JBoss Portal Server. It explains, with examples, how to easily build feature-rich portals using JBoss. As you move further on, you will learn to personalize your portals and add new features to them. This book will equip you with everything you need to know about JBoss Portal Server to build a fully-functional portal. It will help you to quickly understand and build enterprise portals with rich features, such as personalization, AJAX, single sign-on, Google widget integration, remote portlet integration, content management, and more. Along with feature implementation, the book will also provide developers with enough detail to be able to tune and customize the portal environment to best suit the platform

Download:

RapidShare
Hotfile

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

namanhem, May 24, 2010 Comments Off
Jeff Potts “Alfresco Developer Guide”
PP | English | October 2008 | ISBN: 1847193110 | 556 pages | PDF | 10,5 MB

Alfresco is an open source platform for Enterprise Content Management solutions. ECM includes things like Document Management, Web Content Management, Collaboration/Enterprise 2.0, Digital Asset Management, Records Management, and Imaging. At its core is a repository for rich content like documents, web assets, XML, and multimedia. The repository is surrounded by a services layer (supporting both SOAP and REST) that makes getting content into and out of the repository a breeze, which is why so many next generation Internet solutions are built on Alfresco.
Implementing Alfresco usually involves extending the repository to accommodate your business-specific metadata and business logic. These extensions are done using some combination of Java, JavaScript, XML, and FreeMarker.
This book takes you through a set of exercises as if you were rolling out and customizing the platform for a fictional organization called SomeCo, which wants to roll out Alfresco enterprise-wide. Each department has a set of requirements that need addressed. We will show you how to extend Alfresco to meet these requirements. By the time you’ve worked through the entire book, you will be familiar with the entire platform. You’ll be prepared to make your own customizations whether they are part of a Document Management solution, a web site that uses Alfresco for content storage, or an entire custom application built on Alfresco’s REST API. This book will give you the knowledge and confidence you need to make Alfresco do what you need it to do.
Appoach
This book focuses on teaching by example. Every chapter provides a bit of an overview, and then dives right in to hands-on examples so you can see and play with the solution in your own environment. All code samples run on both the latest Enterprise and Labs release.
Audience
This book will be most useful to developers who are writing code to customize Alfresco for their organization or who are creating custom applications that sit on top of Alfresco.
This book is for Java developers, and you will get most from the book if you already work with Java but you need not have prior experience on Alfresco. Although Alfresco makes heavy use of open source frameworks such as Spring, Hibernate, JavaServer Faces, and Lucene, no prior experience using these is assumed.

Download:

Hotfile

Rapidshare

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

cutehash, May 23, 2010 Comments Off

[b]Java 2 Platform 1.4[/b]
java
The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working examples, and dozens of lessons.

This is a tutorial of JAVA programming . It covers from the basics to some complicated programming . It is a ISO file . You need to mount it .

36:55 Introduction to Java
25:17 Java Language Fundamentals
50:43 Java Language Fundamentals Part 2
23:03 Java Language Flow Control Part 1
34:30 Java Language Flow Control Part 2
23:13 Integrated Development Environments (IDEs)
32:06 Using Arrays
32:36 Strings
41:58 OOP Part1
34:21 OOP Part2
25:02 Working with Math and Dates
41:18 Introduction to Swing
26:01 Interfaces and Abstract Classes
27:21 Exception Handling
29:44 Threads
32:54 Inner Classes
29:59 Event Handling
28:21 More Swing
32:28 Java IO
36:10 Introduction to JDBC
20:12 Developing Applets
21:18 Implementing Tomcat for Servlet/JSP Dev
21:06 Implementing Tomcat for Servlet/JSP Dev Part 2
33:45 Introduction to Servlets
31:03 Servlets Part 2: Database-Connected Servlets
30:35 Introduction to JSP
22:01 Implementing JSP Scriptlets
31:30 Packages
36:19 Documenting Your Classes

Download

http://rapidshare.com/files/293305745/JAVA_tutorial.part1.rar
http://rapidshare.com/files/293339378/JAVA_tutorial.part2.rar
http://rapidshare.com/files/293327013/JAVA_tutorial.part3.rar
http://rapidshare.com/files/293331583/JAVA_tutorial.part4.rar
http://rapidshare.com/files/293345135/JAVA_tutorial.part5.rar
http://rapidshare.com/files/293320174/JAVA_tutorial.part6.rar

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

-cosmos-, May 22, 2010 Comments Off

Ruby is a fully object-oriented language, much like the classic object-oriented language, Smalltalk. Like Smalltalk, it is dynamically typed (as opposed to Java or C++), but unlike Smalltalk, Ruby features the same conveniences found in modern scripting languages, making Ruby a favorite tool of intelligent, forward-thinking programmers and the basis for the Rails web framework.

This is the reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including all the new and changed methods introduced by Ruby 1.9). It also includes all the new and changed syntax and semantics introduced since Ruby 1.8. Learn about the new parameter passing rules, local variable scoping in blocks, fibers, multinationalization, and the new block declaration syntax, among other exciting new features.

DOWNLOAD HERE

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

-cosmos-, May 22, 2010 Comments Off

Struts 2.1 is a modern, extensible, agile web application framework suitable for both small- and large-scale web applications.

The book begins with a comprehensive look at Struts 2.1 basics, interspersed with detours into more advanced development topics. You’ll learn about configuring Struts 2.1 actions, results, and interceptors via both XML and Java annotations. You’ll get an introduction to most of the Struts 2.1 custom tags and learn how they can assist in rapid application prototyping and development.

From there you’ll make your way into Struts 2.1’s strong support for form validation and type conversion, which allows you to treat your form values as domain objects without cluttering your code. A look at Struts 2.1’s interceptors is the final piece of the Struts 2.1 puzzle, allowing you to leverage the standard Struts 2 interceptors as well as implement your own custom behavior.

After covering Struts 2.1 you’ll journey into the world of JavaScript, a surprisingly capable language, the Document Object Model (DOM), and CSS, and learn how to create clean and concise client-side behavior. You’ll leverage that knowledge as you move on to Struts 2 themes and templates, which give you a powerful way to encapsulate site-wide user interface behavior.

DOWNLOAD HERE

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

-cosmos-, May 3, 2010 Comments Off

Java Web Services gives the experienced Java developer a way into the Web Services world. It helps you to understand what’s going on, what the technologies mean and how they relate, and shows Java developers how to put them to use to solve real problems. You’ll learn what’s real and what isn’t; what the technologies are really supposed to do, and how they do it. Java Web Services shows you how to use SOAP to perform remote method calls and message passing; how to use WSDL to describe the interface to a web service or understand the interface of someone else’s service; and how to use UDDI to advertise (publish) and look up services in each local or global registry. Java Web Services also discusses security issues, interoperability issues, integration with other Java enterprise technologies like EJB; the work being done on the JAXM and JAX-RPC packages, and integration with Microsoft’s .NET services. The web services picture is still taking shape; there are many platforms and APIs to consider, and many conflicting claims from different marketing groups. And although web services are inherently language-independent, the fit between the fundamental principles on which Java and web services are based means that Java will almost certainly be the predominant language for web services development. If you’re a Java developer and want to climb on the web services bandwagon, or if you only want to “kick the tires” and find out what web services has to offer, you will find this book indispensable.

DOWNLOAD HERE

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Aspis, May 1, 2010 Comments Off

Build an eBay Business QuickSteps

Build an eBay Business QuickSteps

Product Description

Step-by-Step, Full-Color Graphics!

Get your eBay business started right away–the QuickSteps way. Color screenshots and clear instructions show you how to establish and run a profitable eBay business in no time. Follow along and learn how to create a business plan, build inventory, set up processing centers, create appealing listings, set up an eBay store, and market your business. YouAnd#39;ll also find out how to become an eBay Trading Assistant, use eBay sales outlets, and even raise money for your nonprofit on eBay. Use these handy guideposts:

  • Shortcuts for accomplishing common tasks
  • Need-to-know facts in concise narrative
  • Helpful reminders or alternate ways of doing things
  • Bonus information related to the topic being covered
  • Errors and pitfalls to avoid

download

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java
Aspis, April 28, 2010 Comments Off

Ubuntu Server Administration

Product Description

Administer Ubuntu Server in the Enterprise

Realize a dynamic, stable, and secure Ubuntu Server environment with expert guidance, tips, and techniques from a Linux professional. Ubuntu Server Administration covers every facet of system management–from users and file systems to performance tuning and troubleshooting. Learn how to automate installation using Kickstart, set up print and Web servers, configure and secure networks and TCP/IP ports, and implement Linux virtualization. YouAnd#39;ll also get details on sharing resources via NFS and Samba, protecting your system, and customizing the Linux kernel.

  • Install Ubuntu Server Edition in a production environment
  • Use administrative commands, secure with the PolicyKit, and customize permissions with ACLs
  • Configure filesystems in partitions, logical volumes, and RAID arrays.
  • Configure secure remote administration using the Secure Shell and Landscape
  • Manage updates and configure local repository mirrors
  • Control users with quotas, PAMs, and authentication databases
  • Build Web servers using Apache, MySQL, and PHP
  • Handle security with AppArmor, Kerberos, iptables-based firewalls, and TCP Wrappers
  • Virtualize your system using VMware, Virtualbox, and KVM

Covers Ubuntu 8.04 (LTS)

About the Author

Michael Jang is a full-time writer specializing in Linux and Linux certification. He is the author of RHCE Red Hat Certified Engineer Linux Study Guide, now in its fifth edition,and several other books.

download

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in IT eBooks, Java

Information Communication Technologies for Enhanced Education and Learning

Product Description
The influence of technology on the educational system has greatly impacted the creative ways students are now learning. Educators can now enhance their instruction through cutting-edge tools and methodologies that appeal to contemporary students who are already immersed in a technology-rich environment.

Information Communication Technologies for Enhanced Education and Learning: Advanced Applications and Developments represents a unique examination of technology-based design, development, and collaborative tools for the classroom. Covering advanced topics in e-pedagogy, online learning, and virtual instruction, this book contributes high quality research for addressing technological integration in the classroom a must-have for 21st century academicians, students, educational researchers, and practicing teachers.
About the Author
Dr. Lawrence A. Tomei is the Associate Provost for Academic Affairs and Professor of Education at Robert Morris University. Born in Akron, Ohio, he earned a BSBA from the University of Akron (1972) and entered the US Air Force, serving until his retirement as a Lieutenant Colonel in 1994. Dr Tomei completed his MPA and MEd at the University of Oklahoma (1975, 1978) and EdD from USC (1983). His articles and books on instructional technology include: Professional Portfolios for Teachers (1999); Teaching Digitally: Integrating Technology Into the Classroom (2001); Technology Facade (2002); Challenges of Teaching with Technology Across the Curriculum (2003); and, Taxonomy for the Technology Domain (2005).

download

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in Java

Evolutionary Concepts in End User Productivity and Performance: Applications for Organizational Progress

Product Description
As a progressive field of study, end-user computing is continually becoming a significant focus area for businesses, since refining end-user practices to enhance their productivity contributes greatly to positioning organizations for strategic and competitive advantage in the global economy.

Evolutionary Concepts in End User Productivity and Performance: Applications for Organizational Progress represents the most current investigations into a wide range of end-user computing issues. This book enhances the field with new insights useful for researchers, educators, and professionals in the end-user domain.
About the Author
Steve Clarke, Ph.D. is the Professor of Information Systems at the University of Hull (UK). He has extensive experience in management systems and information systems consultancy and research, focusing primarily on the identification and satisfaction of user needs and issues connected with knowledge management. His research interests include: social theory and information systems practice; strategic planning; and the impact of user involvement in the development of management systems. Professor Clarke is the co-editor of two books Socio-Technical and Human Cognition Elements of Information Systems , 2003 published by Idea Group Publishing, and Beyond Knowledge Management , 2004 published by Idea Group Publishing.

download

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in Java
Feedback Form