Make Easy Money From Your Blog, Heres How >>
 

free ebook downloads

Archive for the 'J2ME' Category

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)

eBooker, March 20, 2010 Comments Off

Java ME on Symbian OS Inside the Smartphone Model

Java ME on Symbian OS Inside the Smartphone Model

Product Description
In this book, experts from Symbian, Nokia and Sun Microsystems expose the power of Java ME on Symbian OS.  The book introduces programming with Java ME on Symbian OS, and also reveals what is found ‘under-the-hood’.

It is logically divided into four main sections:

  • Introduction to Java ME and programming fundamentals
  • Java ME on Symbian OS (core and advanced chapters)
  • Drill down into MSA, DoJa and MIDP game development
  • Under the hood of the Java ME platform

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, J2ME
eBooker, August 18, 2009 Comments Off

Java ME Game Programming, 2E

Java ME Game Programming, 2E

Product Description
Get ready to create your own J2ME game! This updated edition to the popular J2ME Game Programming provides updated sofware coverage as well as updates to the programming approaches specific to Java ME software. It also covers the recent innovations in mobile games with relations to iPods and cell phones. You will learn the essentials of J2ME game development from the ground up.

Throughout the book you will discover the issues involved in developing for multiple target devices and how to work through the jungle of device-specific libraries and device capabilities. Working on a limited platform it is important to squeeze as much as you can out of those precious bytes, so in this book you will find the tools and source code you need to get the most out of the constrained resources. You will also learn how to structure your code and classes to achieve as small an application footprint as possible. As you work toward developing your own J2ME game, you’ll examine the game lifecycle, how to handle resources, various methods of drawing to the screen, optimizing memory usage, handling the users input, and even sharing high-scores online! Previous experience in programming object-oriented languages and a basic level of math skills is recommended.

download

Password default : ebookhouse.org

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 Game, IT eBooks, J2ME
ngaongan, July 20, 2009 Comments Off

Beginning Java™ ME Platform

Product Description

Have you thought about building games for your cell phone or other wireless devices? Whether you are a first–time wireless Java developer or an experienced professional, Beginning Java™ ME Platform brings exciting wireless and mobile Java application development right to your door and device!

Beginning Java™ ME Platform empowers you with the flexibility and power to start building Java applications for your Java–enabled mobile device or cell phone. The book covers sound HTTPS support, user interface API enhancements, the Mobile Media API, the Game API, 3D graphics, Bluetooth, and more.

Further, this book is easy to read and includes many practical, hands–on, and ready–to–use code examples.

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 J2ME
Ice Zero, July 3, 2009 Comments Off

Free Image Hosting

Description: Get ready to create your own J2ME game! This updated edition to the popular J2ME Game Programming provides updated sofware coverage as well as updates to the programming approaches specific to Java ME software. It also covers the recent innovations in mobile games with relations to iPods and cell phones. You will learn the essentials of J2ME game development from the ground up. Throughout the book you will discover the issues involved in developing for multiple target devices and how to work through the jungle of device-specific libraries and device capabilities.
(more…)

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 Game, IT eBooks, J2ME
eBooker, April 24, 2009 1 Comment

Product Description
To the experienced Java developer, J2ME (the Java 2 Micro Edition) looks just familiar enough to be tempting, but just different enough to warrant caution. J2ME in a Nutshellprovides the extra security you need when venturing into programming for cell phones, PDAs and other consumer electronic devices. It gives you the reference material you need for J2ME, together with a tutorial that leverages your existing knowledge and teaches you what is different about J2ME without boring you to tears with details you already know. J2ME in a Nutshell provides a solid, no-nonsense reference to the “alphabet soup” of micro edition programming, covering the CLDC, CDC, KVM and MIDP APIs. (more…)

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, J2ME
Feedback Form