Introduction The article Introduction to Spring Expression Language (SpEL) will provide introductory details in writing expression languages using Spring’s Expression framework. The reader is expected to having a basic understanding on the core concepts of Spring before reading this article (Read: Introduction to Spring Framework). This article explains the usage of Spring’s Expression API for …
New Features in Google Android 2.3
Android is the first open source software stack for mobile/handheld devices. Android predominantly provides support for building rich & flexible mobile apps. Android platform includes a compatible Linux kernel based OS, rich UI, applications, support libraries, application frameworks, support for multimedia, and more. The underlying OS components are written in C/C++ and user applications are …
Internationalisation(i18n) in GWT Application
Internationalization is the technique of designing the application to be attuned with different regions or countries where the application needs to be run. Internationalization requires separation of the usage data to be internationalized into properties file. In the Java programming language, internationalization is usually implemented by means of Resource Bundles i.e., a .properties file for …
JBoss AS 5 Performance Tuning
JBoss AS 5 Performance TuningJBoss AS 5 Performance Tuning will teach you how to deliver fast applications on the JBoss Application Server and Apache Tomcat, giving you a decisive competitive advantage over your competitors. You will learn how to optimize hardware resources, meeting your application requirements with less expenditure. also read: WebLogic Interview Questions JBoss Portal Server Development …
OSGi and Apache Felix 3.0
Beginner’s Guide The OSGi specification is a module system and service platform that implements a complete and dynamic component model. Wasn’t that a complicated definition! So how would you really use it to practical modular applications? Let this book break down the seemingly overwhelming OSGi standards for you by explaining Apache Felix‘s powerful architecture in …
Using YUI to attach JavaScript event listeners
Yahoo User Interface 2.X CookbookWelcome to Yahoo User Interface 2.x Cookbook. The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML, and AJAX. Although you can create stylish Internet applications by modifying its default components, even …
Google Web Toolkit (GWT) 2.0 Application Development
Google Web Toolkit 2 Application Development CookbookGWT 2.0 radically improves the web experience for users by using the existing Java tools to build a no-compromise AJAX for any modern browser. It provides a solid platform so that the other great libraries can be built on top of the GWT. Creating web applications efficiently and making …
Google App Engine Java and GWT Application Development
Google App Engine Java and GWT Application DevelopmentThis book is designed to give developers the tools they need to build their own Google App Engine (GAE) with Google Web Toolkit (GWT) applications, with a particular focus on some of the technologies useful for building social-media-oriented applications. The book is centered on a GAE + GWT …