Showing posts with label Development. Show all posts
Showing posts with label Development. Show all posts

Thursday, December 16, 2010

Google App Engine Java and GWT Application Development


Google App Engine Java and GWT Application Development
Google App Engine Java and GWT Application Development
Paperback: 480 pages
Publisher: Packt Publishing (November, 2010)
Language: English
ISBN-10: 1849690448
ISBN-13: 978-1849690447
File Size: 11.3 MB
Google Application Engine is a cloud computing technology that lets you run web applications that are easy to build and maintain as well as being scaled and load-balanced automatically. To build interesting and interactive web applications developers are turning to Java. However, building and deploying scalable web applications using Google Web Toolkit and Google App Engine for Java can be challenging even to developers. The start to finish approach of this book helps you meet these challenges.

This book is designed to give developers all the information they need to develop their own GAE+GWT applications, with a particular focus on some of the technologies useful for building scalable social-media-oriented applications. It is an easy-to-follow guide that shows you how to get the most out of combining the powerful features of GAE and GWT. It provides you with solutions to many of the problems that arise in developing, maintaining, and scaling web applications.


The book introduces you to the features of Google App Engine (GAE) and the Google Web Toolkit (GWT) to help you build interesting and interactive real-world AJAX applications. Over the course of the book, you are guided by the development of a sample application using the Google Web Toolkit (GWT) plugin for Eclipse. To make things easier for you, all application building blocks are explained in detail, walking you through the development process step by step.


The book teaches you the key technologies and methodologies that can be applied to developing your application locally, enhancing your application functionality and accelerating performance, integrating your application with Google Accounts, Facebook, and Twitter as well as monitoring and maintaining your web application.


Packed with great examples and clear explanations, you will be able to build your own web applications that are scalable and reliable using GAE and GWT with Java.


Build a real-world interactive web application in the cloud using GAE/J and GWT, with Push, background processing, OAuth, social media APIs, and more


What you will learn from this book:


* Develop state-of-the-art AJAX web applications with optimized javascript using GAE and GWT
* Explore the basics of using Eclipse via a sample GWT/Google App Engine application generated automatically by the Google plugin
* Learn how GWT works as an AJAX framework, and why it makes you more productive as a developer
* Use GWT RPC for easy client-server communication
* Develop a GWT + App Engine application locally and use Eclipse for “one-click” deployment
* Construct GWT user-interface elements using UIBinder, so that layout and style information is separated from logic
* Integrate your application with Google Accounts, Facebook, and Twitter for user authentication and information retrieval
* Delve deeper, to investigate datastore-related ways to help increase the robustness, speed, and scalability of an App Engine app, and apply these techniques to our “Connectr” application
* Configure, deploy, monitor, and maintain an App Engine application


Approach
This is a practical guide with a step-by-step approach that builds an application in stages. Each stage of the application is used along with screenshots to introduce or develop your understanding of how to write powerful GAE applications.


Who this book is written for
If you are a developer with prior programming experience of Java development and object-oriented programming and want to understand the key concepts of how to build AJAX web applications with Java, then this book is for you. The book assumes some previous exposure to the basics of using GWT, for example at the level of Google’s online introductory GWT tutorials. You don’t need to know anything about Google App Engine. This book will teach you everything you need.


Download Links:
http://hotfile.com/dl/89716298/2fe398b/G.App.Engine.Java.and.GWT.App.Dev.Nov.2010.rar.html
or
http://www.filesonic.com/file/43140169/G.App.Engine.Java.and.GWT.App.Dev.Nov.2010.rar

View the original article here

What's Your MBA IQ: A Manager's Career Development Tool


What's Your MBA IQ: A Manager's Career Development Tool
What's Your MBA IQ: A Manager's Career Development Tool
Publisher: Wiley | ISBN: 0470439572 | edition 2009 | PDF | 380 pages | 15 mb

What?s your MBA IQ? A combination of what you know and how much you?ve applied this knowledge on the job, your MBA IQ is what defines your management knowledge in today?s business climate. It?s what keeps you at the top of your profession, an expert in your specialized field with an understanding, as well, of cross-functional disciplines.


Arming you with a solid foundation across the entire MBA curriculum to interact with colleagues, clients, senior management, and professors at a higher, more advanced level, international business expert Devi Vallabhaneni helps you get the most from MBA-level topics?and ultimately, develop your career. This authoritative road map facilitates advanced management education and reveals a structured approach for career development in the management profession, equipping you with nuts and bolts coverage of:
* General management, leadership, and strategy
* Operations management ? Marketing management
* Quality and process management ? Human resources management
* Accounting ? Finance
* Information technology
* Corporate control, law, ethics, and governance
* International business
* Project management
* Decision sciences and managerial economics


View the original article here

Google Web Toolkit 2 Application Development Cookbook


Google Web Toolkit 2 Application Development Cookbook
Google Web Toolkit 2 Application Development Cookbook
Paperback: 244 pages
Publisher: Packt Publishing (November, 2010)
Language: English
ISBN-10: 1849512000
ISBN-13: 978-1849512008
File Size: 11.4 MB
GWT 2 radically improves web experience for users by using existing Java tools to build no-compromise AJAX for any modern browser. It provides a solid platform so that other great libraries can be built on top of GWT. Creating web applications efficiently and making them impressive, however, is not as easy as it sounds. Writing web applications for multiple browsers can be quite tasking. In addition, building, reusing, and maintaining large javascript code bases and AJAX components can be difficult.

GWT 2 Application Development Cookbook eases these burdens by allowing developers to quickly build and maintain complex yet highly efficient javascript front-end applications in the Java programming language . It tells you how to make web experience all the more thrilling and hassle free, using various tools along with GWT SDK.


This book starts with developing an application from scratch. Right from creating the layout of the home page to home page elements including left and right sidebars, to placing tree like navigational menu, menu bars, tool bars, banners, footers are discussed with examples.


You will see how to create forms using the Ext GWT library widgets and handle different types of events. Then you will move on to see how to design a database for sales processing systems and learn to create the database in MySQL with the help of easy–to-follow recipes.


One of the interesting topics of this book is using JPA in GWT. Using the JPA object in GWT is a challenge. To use them perfectly, a mechanism to convert the JPA object into plain object and vice versa is required. You will see recipes to use entity classes, entity managers, and controller classes in GWT application. You will efficiently create reports with parameters, variables and subreports, and get the report output in both HTML and PDF format using real-world recipes.


You will then learn to configure the GlassFish server to deploy a GWT application with database. Finally, learn how to trace speed and improve perfomance in web applications using tracing techniques.


Create impressive web applications with tool bars, menus, multiple windows, and more with this step-by-step guide.


What you will learn from this book:


* Set up and configure GWT SDK, GlassFish server, MySQL server, NetBeans, GWT4NB, Ext GWT , iReport plugins for developing the business application in GWT
* Design a database for sales processing system in MySQL, back up and restore the database
* Identify business entities and the relationships and constraints among them
* Handle events such clicking on buttons, typing in text fields, selecting items in a combo box, selecting radios, selecting menus, and selecting toolbar icons
* Manage entities using entity framework through Java Persistence API (JPA)
* Use iReport for any GWT application to get the output of the reports in both HTML and PDF format
* Create Graphical User Interface (GUI) for accepting user input and display information to the user using Ext GWT
* Control communication between the server and client using GWTRPC mechanism
* Create a WAR file for GWT application and deploy it in Glassfish server


Approach
The recipes in this book are in a straightforward and easy to follow format.The range of topics covered in this book will bring out the forward-thinking Java developer in you.


Who this book is written for
If you want to build AJAX web applications with GWT then this book is for you.
Developers with prior programming experience of Java development and object-oriented programming will find this book very useful.


Download Links:
http://hotfile.com/dl/89715102/275517a/G.Web.Toolkit.2.App.Dev.Cookbook.Nov.2010.rar.html
or
http://www.filesonic.com/file/43137661/G.Web.Toolkit.2.App.Dev.Cookbook.Nov.2010.rar

 View the original article here

Monday, December 13, 2010

Rameshore P. Khanal - Nepal: Critical Development Constraints



Rameshore P. Khanal - Nepal: Critical Development Constraints
Publisher: The Asian Development Bank | 2009-07-01 | ISBN: 9715618030 | PDF | 133 pages | 3.22 MB

Nepal's pace of growth and poverty reduction has lagged behind that of other South Asian countries. The country diagnostic study-Nepal: Critical Development Constraints-inquires into the causes for Nepal's slow growth vis-Ã -vis that of other South Asian economies by posing three questions:
* What are the critical factors constraining investments, both domestic and foreign?
* What should policy makers do to revive investment, particularly by the private sector?
* How can the growth be made more inclusive?
The inquiry and the results aim to assist the work of government, development agencies, and the private sector to achieve a higher, more equitable growth path to benefit the people of Nepal.


View the original article here

Saturday, December 11, 2010

The Red Gate Guide to SQL Server Team-based Development



Mladen Prajdic, Grant Fritchey, Alex Kuznetsov, "The Red Gate Guide to SQL Server Team-based Development"
Red Gate Books | 2010 | ISBN: 190643459X | 374 pages | PDF | 7,1 MB
This book shows how to use of mixture of home-grown scripts, native SQL Server tools, and tools from the Red Gate SQL Toolbelt, to successfully develop database applications in a team environment, and make database development as similar as possible to "normal" development.


View the original article here

Friday, December 10, 2010

Quick Start Guide to Oracle Fusion Development: Oracle JDeveloper and Oracle ADF (Osborne ORACLE Series)



Grant Ronald, "Quick Start Guide to Oracle Fusion Development: Oracle JDeveloper and Oracle ADF (Osborne ORACLE Series)"
Publisher: H-l Os...bor...ne M-ia | 2010 | ISBN: 0071744282 | PDF | 224 pages | 10.8 MB
Get Started with Oracle Fusion Development
Written by a Group Product Manager at Oracle, this Oracle guide gets you up and running quickly with your first Oracle Fusion applications. Quick Start Guide to Oracle Fusion Development pres only the essential information you need to build applications in a matter of hours. Rapidly learn the building blocks and functionality you’ll use most of the time. The progression of topics closely matches the application building process, taking you through a typical developer scenario from start to completion.
Quick Start Guide to Oracle Fusion Development features
* Concise and friendly format pring the essentials needed to start building applications right away
* Chapters that build on each other to illustrate a typical development scenario from start to finish
* Unique author insights gained from hours of one-on-one meetings with customers and work in Oracle’s usability labs
The perfect entry point to Oracle Fusion development
Introduction to Fusion and the Fusion Technologies; Introduction to JDeveloper and Oracle ADF; Finding your Way Around JDeveloper; Building Business Services; Introducing ADF Business Components; The Role of the Entity; A View of your Data – The View Object; The Application Module; Implementing Business Service Validation; More View Object Features; Building the User Interface; Introducing ADF Face Rich Client; ADF Model; Building Typical ADF Pages; Building Application Flow; Menus, Toolbars and Buttons; Advanced UI Techniques; Data Visualization and Other Rich UI Components; Application Look and Feel; Common Coding Patterns; Common Business Service Coding Examples; Common View Coding Examples

View the original article here

Quick Start Guide to Oracle Fusion Development: Oracle JDeveloper and Oracle ADF


Quick Start Guide to Oracle Fusion Development: Oracle JDeveloper and Oracle ADF
Quick Start Guide to Oracle Fusion Development: Oracle JDeveloper and Oracle ADF
Publisher: McGraw-Hill Osborne Media | 2010 | ISBN: 0071744282 | PDF | 224 pages | 10.8 MB
Get Started with Oracle Fusion Development
Written by a Group Product Manager at Oracle, this Oracle guide gets you up and running quickly with your first Oracle Fusion applications. Quick Start Guide to Oracle Fusion Development pres only the essential information you need to build applications in a matter of hours. Rapidly learn the building blocks and functionality you?ll use most of the time. The progression of topics closely matches the application building process, taking you through a typical developer scenario from start to completion.

Quick Start Guide to Oracle Fusion Development features

* Concise and friendly format pring the essentials needed to start building applications right away
* Chapters that build on each other to illustrate a typical development scenario from start to finish
* Unique author insights gained from hours of one-on-one meetings with customers and work in Oracle?s usability labs
The perfect entry point to Oracle Fusion development
Introduction to Fusion and the Fusion Technologies; Introduction to JDeveloper and Oracle ADF; Finding your Way Around JDeveloper; Building Business Services; Introducing ADF Business Components; The Role of the Entity; A View of your Data ? The View Object; The Application Module; Implementing Business Service Validation; More View Object Features; Building the User Interface; Introducing ADF Face Rich Client; ADF Model; Building Typical ADF Pages; Building Application Flow; Menus, Toolbars and Buttons; Advanced UI Techniques; Data Visualization and Other Rich UI Components; Application Look and Feel; Common Coding Patterns; Common Business Service Coding Examples; Common View Coding Examples

Download Links

http://hotfile.com/dl/88504891/e043f18/0071744282.rar.html
http://www.fileserve.com/file/FCbT7xc/0071744282.rar

View the original article here

Tuesday, December 7, 2010

jQuery 1.4 Plugin Development Beginner’s Guide


jQuery 1.4 Plugin Development Beginner’s Guide
jQuery 1.4 Plugin Development Beginner’s Guide
Paperback: 288 pages
Publisher: Packt Publishing (October, 2010)
Language: English
ISBN-10: 1849512248
ISBN-13: 978-1849512244
File Size: 10.5 MB
jQuery is the most famous javascript library. If you use jQuery a lot, it can be a good idea to start packaging your code into plugins. A jQuery plugin is simply a way to put your code into a package, which makes it easier to maintain your code and use across different projects. While basic scripting is relatively straightforward, writing plugins can leave people scratching their heads.

With this exhaustive guide in hand, you can start building your own plugins in a matter of minutes! This book takes you beyond the basics of jQuery and enables you to take full advantage of jQuery’s powerful plugin architecture to deliver highly interactive content to your website viewers.


This book contains all the information you need to successfully author your very own jQuery plugin with a particular focus on the practical aspect of design and development.


This book will also cover some details of real life plugins and explain their functioning to gain a better understanding of the overall concept of plugin development and jQuery plugin architecture.


Different topics regarding plugin development are discussed, and you will learn how to develop many types of add-ons, ranging from media plugins (such as slideshows, video and audio controls, and so on) to various utilities (image pre-loading, handling cookies) and use and applications of jQuery effects and animations (sliding, fading, combined animations) to eventually demonstrate how all of these plugins can be merged and give birth to a new, more complex, and multipurpose script that comes in handy in a lot of situations.


A practical straightforward guide for creating your first jQuery plugin


What you will learn from this book:


* Create numerous types of commonly used jQuery plugins
* Design a standard development pattern to apply to all your plugins to speed up the process
* Build plugins that enhance viewer’s multimedia experience on your website
* Learn how to build attractive animation plugins that show effects like fading and sliding
* Discover how jQuery handles third party plugins and how some portions of code can(not) be accessed
* Implement time saving design patterns and best practices to optimize your plugins
* Learn the ins and outs of some of the most popular plugins and how they actually work to do what they do
* Learn via an in-depth practical approach, providing you with a simple, yet effective, structure to minimize efforts and obtain better results quickly


Approach
This book takes a beginner’s guide approach, giving you step-by-step instructions for creating a number of different jQuery plugins covering most of the common issues one may encounter when working on web pages and sites. It is a practical guide, which will show you how to design and build the most commonly used jQuery plugins.


Who this book is written for
This book is for anyone who wants to have a better understanding of the dynamics of jQuery when plugins come into play, as well as for those who are willing to push jQuery to its limits and develop awesome plugins to use in their websites. A little background information about JS and jQuery cannot harm, but even very beginners can have a chance to be introduced to the wonderful world of jQuery.


Download Links:
http://hotfile.com/dl/87704307/3cf1506/j.Query.Oct.2010.rar.html
or
http://www.filesonic.com/file/39578447/j.Query.Oct.2010.rar