Cloning Internet Applications with Ruby We stand on the shoulders of giants. This has been true since the time of Newton (and even before) and it is certainly true now. Much of what we know and learn of programming, we learnt from the pioneering programmers before us and what we leave behind to future generations [...]
Archive | October, 2010
How to perform indexing in MySQL?
October 28, 2010
MySQL Admin Cookbook MySQL is the most popular open-source database and is also known for its easy set up feature. However, proper configuration beyond the default settings is still a challenge, along with some other day-to-day maintenance tasks such as backup and restoring, performance tuning, and server monitoring. This book provides both step-by-step recipes and [...]
SimpleDB versus RDBMS
October 28, 2010
Amazon SimpleDB Developer Guide SimpleDB is a highly scalable, simple-to-use, and inexpensive database in the cloud from Amazon Web Services. But in order to use SimpleDB, you really have to change your mindset. This isn’t a traditional relational database; in fact it’s not relational at all. For developers who have experience working with relational databases, [...]
Writing JSF applications for J2ME clients
October 26, 2010
Introduction JSF is a Web framework for developing Component oriented web applications in the User Interface layer. Amongst the various capabilities that JSF provides, one of the major strengths of JSF is that it is not tied to any specific target device. For example, currently most of the JSF applications are running in a web [...]
How to secure EJB Applications?
October 26, 2010
In this article, we will see the various aspects in securing an EJB Application. Security is vital not only for an enterprise application but also for any kind of application. It is essential to identify the system or the users accessing the applications and to provide access or denial for resources within the application based [...]
Domino 7 Lotus Notes Application Development
October 26, 2010
Domino 7 Lotus Notes Application Development If you’re reading this book, you’re probably already familiar with the Domino server. You know about all the powerful productivity features offered by this product and you know how much your company relies on it to communicate, collaborate, and manage its collective store of corporate knowledge. This book is [...]
Struts LOGIC messagesPresent and messagesNotPresent Tag ( < logic:messagesPresent > and < logic:messagesNotPresent >)
October 19, 2010
Struts LOGIC Tag Library Struts LOGIC tag library provides tags that are useful in managing conditional generation of output text, looping over object collections for repetitive generation of output text, and application flow management. Read Integrating Struts With Spring Syntax to use Struts LOGIC tag library 1 <code>&lt%@ taglib prefix="logic" uri="http://struts.apache.org/tags-logic" %&gt < logic:messagesPresent > [...]
Struts LOGIC match and notMatch Tag ( < logic:match > and < logic:notMatch >)
October 18, 2010
Struts LOGIC match and notMatch Tag ( < logic:match > and < logic:notMatch >) Struts LOGIC Tag Library Struts LOGIC tag library provides tags that are useful in managing conditional generation of output text, looping over object collections for repetitive generation of output text, and application flow management. Read Integrating Struts With Spring Syntax to [...]
Struts LOGIC Iterate Tag ( <logic:iterate> )
October 16, 2010
Struts LOGIC Tag Library Struts LOGIC tag library provides tags that are useful in managing conditional generation of output text, looping over object collections for repetitive generation of output text, and application flow management. Read Integrating Struts With Spring Syntax to use Struts LOGIC tag library 1 <%@ taglib prefix="logic" uri="http://struts.apache.org/tags-logic" %> -This tag repeats [...]
Service-Oriented Architecture— An Integration Blueprint
October 15, 2010
Service-Oriented Architecture— An Integration Blueprint With the widespread use of service-oriented architecture (SOA), the integration of different IT systems has gained a new relevance. The era of isolated business information systems—so-called silos or stove-pipe architectures—is finally over. It is increasingly rare to find applications developed for a specific purpose that do not need to exchange [...]






October 28, 2010
0 Comments