Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> Java -> Application Servers Articles Adds this page to your personal favorites
  Application Servers
Build Apache Geronimo from scratch
Many new and veteran developers are hopping onto the ever-growing Apache Geronimo bandwagon. Thus, the ability to build Geronimo is becoming increasingly important to developers who want to incorporate changes or full-custom modules. Unfortunately, building Geronimo is no trivial task. It requires learning new build scripts and companion build applications. Luckily, you can follow this step-by-step guide to understand exactly how to build the Apache Geronimo source code from scratch.
Visits: 286 Updated: 2006-1-23  Rating: (Not Rated)  More info & Ratings
Create and Deploy Blog and Wiki Modules with Apache Geronimo
Blogs and wikis are taking the Internet by storm. One reason these technologies thrive is simplicity for both end users and administrators. Administrators find that Apache Geronimo is a robust and secure platform for creating new blog and wiki applications. Find out how you, too, can create blog and wiki applications using Geronimo and other open source components.
Visits: 270 Updated: 2006-8-23  Rating: (Not Rated)  More info & Ratings
Advertisment
Customized EJB security in JBoss
The current EJB (Enterprise JavaBeans) specification supports basic declarative, role-based access-control mechanisms, but provides limited support for coding application-specific security checks. Moreover, it doesn't define any way to factor out access-control code from business logic, or to integrate external authorization services. The open source, J2EE-compliant (Java 2 Platform, Enterprise Edition) JBoss application server features a protection-proxy security architecture that will help you overcome these restrictions.
Visits: 889 Updated: 2003-12-11  Rating: (Not Rated)  More info & Ratings
Developing for WebLogic Server 8.1 with Oracle JDeveloper 10g
The Oracle JDeveloper 10g IDE is a full-featured J2EE IDE that can be used to develop and deploy J2EE applications on BEA WebLogic Server 8.1. In this tutorial, a simple JSP Web application is developed in JDeveloper and deployed to a WebLogic Server 8.1 instance. The tutorial also shows how to debug applications using the JDeveloper IDE.
Visits: 172 Updated: 2006-3-22  Rating: (Not Rated)  More info & Ratings
Enable WebSphere MQ in Informix Applications
In its simplest form, WMQ is provides reliable messages exchange between two end points. When Informix applications use WMQ, you write custom code, manage multiple connections, and route data through your application. Now you can simplify MQing with Informix Dynamic Server V10 UC3. It has built-in support for interaction between Informix and WMQ using SQL callable functions with two-phase commit support.
Visits: 218 Updated: 2006-9-27  Rating: (Not Rated)  More info & Ratings
Extending the IBM WebSphere Platform with Adobe Intelligent Documents
This article describes a joint solution by Adobe and IBM that enables enterprises to communicate more effectively, automate document-based processes, access systems offline, share information securely, and exchange data and information with people and systems. Optimized for IBM WebSphere, the Adobe Intelligent Document Platform creates Intelligent Documents that can be used throughout the IBM middleware application stack to extend business processes, provide better interaction between systems, and improve communications with partners and customers.
Visits: 346 Updated: 2004-12-2  Rating: (Not Rated)  More info & Ratings
Geronimo Serves Up One-Click Upgrades with Plug-In Support
The ability to install and create plug-ins is one of the most anticipated new features in the Apache Geronimo 1.1 release. This article introduces you to Geronimo plug-ins and shows you how to find them, install them, and create them yourself. Plug-ins open a new world of instant upgrades for Geronimo users. You can now download new applications and services and have them running on your Geronimo server within minutes.
Visits: 183 Updated: 2006-8-24  Rating: (Not Rated)  More info & Ratings
Integrate security infrastructures with JBossSX
The current Enterprise JavaBean and Servlet specifications omit integration between the application server and existing security infrastructures. This article describes how version 2.4 of the open source JBoss application server security extension project (JBossSX) uses Java Authentication and Authorization Service (JAAS) login modules as its integration API. JAAS allows for integration without programming, using security infrastructures that use Java Database Connectivity, the lightweight directory access protocol (LDAP), or properties-based login modules bundled with JBoss. For security infrastructures that do not support those access mechanisms, integration entails writing a simple custom login module.
Visits: 671 Updated: 2003-12-11  Rating: (Not Rated)  More info & Ratings
JMX Unlocks Application Management Potential
This article introduces to the power of Application Management and Monitoring with the industry standard for Java Application Management, Java Management Extensions(JMX). It serves as a introduction to the technology itself and explains the building blocks of the technology giving an overview of building a complete management solution based on JMX
Visits: 844 Updated: 2002-8-16  Rating: (Not Rated)  More info & Ratings
Lotus Domino and IBM WebSphere integration for developers
There are many implementations of J2EE. These include the original reference by Sun Microsystems, IBM's WebSphere Application Server, WebLogic by BEA, JRun by Macromedia, and the open source J2EE-compliant server JBoss. This article focuses on WebSphere, although it is also applicable to applications developed on any of the preceding J2EE-compliant platforms. It also examines Domino to WebSphere integration consisting of two flavors: Domino to the Web container and Domino to the EJB container.
Visits: 386 Updated: 2004-7-13  Rating: (Not Rated)  More info & Ratings
Orion EJB tutorial
This tutorial is supposed to explain how to make simple enterprise java beans and how to deploy them in the Orion Application Server. First we will make a simple stateful session bean without using any of the GUI tools.
Visits: 405 Updated: 2003-12-22  Rating: (Not Rated)  More info & Ratings
Real-World Security using Apache Geronimo
Developing secure Java 2 Platform, Enterprise Edition (J2EE) applications is an essential consideration for an enterprise of any size. Geronimo provides a number of facilities for securing applications at multiple levels, both declaratively and programmatically. This article takes you through a banking scenario that shows off the AGeronimo application server's robust security features.
Visits: 185 Updated: 2005-8-11  Rating: (Not Rated)  More info & Ratings
Simply Steps to Jump Start WebSphere MQ on Linux
This article shows you how to get started installing and configuring WebSphere MQ on Linux and developing Java applications for the MQ environment, using sample applications for sending messages to and receiving messages from a queue.
Visits: 174 Updated: 2007-5-22  Rating: (Not Rated)  More info & Ratings
Tomcat Basics
Developing Web Applications with the Tomcat Engine. Tomcat is an open source implementation of Java Servlet and JavaServer Pages technologies that is used by a Web server as a servlet container. Tomcat is developed under the Jakarta project at the Apache Software Foundation. Tomcat 5 supports the Servlet 2.4 and JSP 2.0 specifications. Tomcat server was created by Apache to run Servlets and JavaServer Pages (JSP) in Web applications.
Visits: 4215 Updated: 2005-3-13  Rating: 
Using Eclipse as a development environment with Jakarta Tomcat
Using Eclipse as a development environment for Java is great. Using an Eclipse Tomcat plug-in can help to better organize and integrate your Java and Web development projects. This article will guide you step-by-step through the installation of Eclipse, Jakarta Tomcat, and an Eclipse Tomcat launcher plug-in that will integrate them.
Visits: 655 Updated: 2004-5-31  Rating: (Not Rated)  More info & Ratings
Using JBoss Web Application Server
If you don't need clustering, use this highly-scalable open source Web application server.
Visits: 1310 Updated: 2001-8-8  Rating: (Not Rated)  More info & Ratings
WebSphere Application Server V6.0
WebSphere Application Server is a Java 2 Enterprise Edition (J2EE) and Web services technology-based application platform, delivering a high-performance and extremely scalable transaction engine for dynamic e-business applications.
Visits: 258 Updated: 2005-7-5  Rating: (Not Rated)  More info & Ratings


Found a broken link? Please report it to us.

  See also  
 Links
   Java Links
    Consultants / Companies
    Java Tools
    Tutorials
 

Sponsored Links 
Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
SFTP components for .NET
Add complete SSH and SFTP support to your .NET framework application
Virtual File System SDK
Create your own file systems in Windows and .NET applications
PureCM Software Configuration Management
Version control and integrated issue tracking - powerful and easy to use. Get your FREE trial now!
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
Bio-IT World A new publication focused on Technology for the Life Sciences
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.