MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
Similar Articles
JavaWorld
June 2002
Dirk Laessig
Score big with JSR 77, the J2EE Management Specification The specification's core is based on the model of managed objects, explained in this article. JSR 77 also defines an Enterprise JavaBeans (EJB) component for easily accessing these managed objects. mark for My Articles similar articles
JavaWorld
June 27, 2003
Rick Grehan
Meet the new JBoss JBoss 4.0, which is a cinch to install, offers a Web server, Enterprise JavaBeans (EJB) 2.0 container, Java Message Service (JMS), JavaMail, and more, but its aspect-oriented programming (AOP) capabilities make the product really stand out. mark for My Articles similar articles
JavaWorld
December 5, 2003
Borislav Iordanov
Dynamic server includes with local runtime context This article shows how to achieve true black-box reuse of frontend logic in the form of JSP pages or Java servlets, by wrapping the servlet request object and effectively creating a local runtime context for an included resource. mark for My Articles similar articles
JavaWorld
August 2000
Simon Brown
Encapsulate reusable functionality in JSP tags JavaServer Pages (JSP) are a great mechanism for delivering dynamic Web-based content. This article will show how easy it is to build, deploy, and use your own custom JSP tag, using the Servlet/JSP reference implementation, Tomcat. mark for My Articles similar articles
JavaWorld
June 2001
Brian R.J. Heumann
Personalize your Website with skins You can give your users control over your Website's look and feel by exploiting user profiles and factoring out key visual design elements into skins. This article demonstrates a basic skin server and shows how you can use that server to begin personalizing your JSP-based Website. (1,000 words) mark for My Articles similar articles
JavaWorld
August 2001
Scott Stark
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. mark for My Articles similar articles
Linux Journal
July 2001
Reuven M. Lerner
Custom JSP Actions Learning shorthand for complicated Java code.... mark for My Articles similar articles
JavaWorld
February 2001
Eoin Lane
Add XML to your J2EE applications The author proposes an open source replacement for the J2EE presentation layer by building an XML-aware application server with a fully operational end-to-end solution. The solution consists of an application server based on open source technologies from Apache, jBoss, and the W3C... mark for My Articles similar articles
JavaWorld
February 2002
Luke Taylor
Customized EJB security in JBoss The current 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 JBoss application server features a protection-proxy security architecture that will help you overcome these restrictions. mark for My Articles similar articles
JavaWorld
May 23, 2003
Andrei Cioroianu
Call JavaBean methods from JSP 2.0 pages JavaServer Pages (JSP) 2.0 introduced many new features that will change the way you develop Java Web applications. This article walks you through three examples that show how to separate the JSP/HTML markup from the Java code using the new expression language (EL) and developing custom tags with dynamic attributes. mark for My Articles similar articles
JavaWorld
September 2000
Humphrey Sheil
Frameworks save the day Every Enterprise Java project has the same basic plumbing. By embracing this premise, you can cut project costs and improve software quality in one swoop. Even the lightweight framework outlined in this article can add significant value to your project -- with immediate gains... mark for My Articles similar articles
JavaWorld
January 2001
Milan Adamovic
Process JSPs effectively with JavaBeans The JavaServer Pages Model II concept is well known. The basic idea is that the presentation should be separated from the processing code. This article offers an effective, reusable design for moving the dynamic content, processing, and validation from a JavaServer Page to a corresponding JavaBean... mark for My Articles similar articles
JavaWorld
January 2001
Vincent DiBartolo
FreeMarker: An open alternative to JSP You can place FreeMarker tags in text files of any format and are not married to any server-side architecture or solution. FreeMarker is easily extensible, and you can quickly build a library of reusable custom objects that will live longer than the technology solutions that utilize them... mark for My Articles similar articles
JavaWorld
June 2001
Tim Fielden
Middleware that beats the budget For applications ranging from dynamic Websites to large-scale e-commerce systems, organizations shopping for a Java application server would do well to consider open source solutions. Many that provide enterprise-class features are available free or for low licensing fees... mark for My Articles similar articles
InternetNews
March 28, 2006
Clint Boulton
JBoss Gears Up For Messaging, Web Servers JBoss steps up its bid to wrest control of the infrastructure software market from IBM, BEA and Sun. mark for My Articles similar articles
JavaWorld
December 2000
Julie Salzmann
Java Product News Sun unveils Forte for Java, release 2.0... BEA updates WebLogic Server... Sun and JCP set specs for Java Management Extensions... TowerJ Java VM deploys Java apps on Itanium processors... Software AG accelerates application communication with SOAP... etc. mark for My Articles similar articles
JavaWorld
October 4, 2002
Java Product News PointBase enhances relational database suite... Manning publishes JMX guide... esmertec expands JVM product line... Actional launches Web services management platform... AdventNet brings JMX to business-level management tool... ObjectAssembler integrates with Sun ONE Studio... etc. mark for My Articles similar articles
InternetNews
March 17, 2006
Sean Michael Kerner
Apache Tomcat Hits Sweet Sixteen Apache Tomcat is now proclaiming stability for the 16th release in its 5.5.x series. Version 5.5.16 further strengthens the maturity of the platform as the march to the next major version begins. mark for My Articles similar articles
JavaWorld
September 2000
David Geary
JSP templates This article presents a template mechanism for JSP that allows layout to be encapsulated and reused. JSP templates minimize the impact of layout changes and encourage modular design... mark for My Articles similar articles
JavaWorld
February 14, 2003
Java Product News Tira Wireless and Photogra launch photo-sharing app... Thought Inc. adds new features to CocoBase... Wrox Press publishes application server guides... JTwister introduces J2EE development and runtime environment... Cafesoft ships Cams final release.. etc. mark for My Articles similar articles
JavaWorld
February 7, 2003
Java Product News Dirig Software introduces FMXplus... PointBase updates product suite... Sun announces enterprise platform enhancements... BEA expands server offering... ObjectVenture releases ObjectAssembler update... Tangosol and SolarMetric integrate products... etc. mark for My Articles similar articles
JavaWorld
January 31, 2003
Java Product News AdventNet adds new features to ManageEngine JMX Studio... JAMES promoted to top-level project... Excelsior releases Jet 3.0... MSS integrates mobile workforce and apps to the enterprise... Etnus updates debugging tool... Crionics introduces jPDF-Merger 1.0.0... etc. mark for My Articles similar articles
JavaWorld
November 2000
Anil Hemrajani
Freeware: Is it really worth it? It is very tempting to use the free products available now, such as Java servlet/Java Server Pages (JSP) engines and relational databases. But let the buyer beware -- you might get what you pay for... mark for My Articles similar articles
JavaWorld
September 2000
John Zukowski
Which JSP book serves up the best lesson? JavaServer Pages is the latest craze for generating dynamic content Webpages for cross-platform and cross-Web server support. With at least six JSP books in stores today, more coming, and book prices rising, making the best book choice can be overwhelming... mark for My Articles similar articles
InternetNews
March 1, 2005
Jim Wagner
JBoss Pushes Enterprising JEMS JBoss provides developers with a Web site on the JBoss site to host their project, as well as support to get their open source Java project under way. mark for My Articles similar articles
InternetNews
June 21, 2005
Sean Michael Kerner
Sleepycat Launches Latest Berkeley DB Open source database touts usability improvements with its latest Java edition. mark for My Articles similar articles
InternetNews
June 20, 2005
Jim Wagner
JBoss Rolls Rebuilt Portal 2.0 The professional open source vendor launches a full-fledged Java-based portal offering. mark for My Articles similar articles
InternetNews
March 16, 2011
Apache Tomcat 7 Getting More Stable From the blogs: The open source Java server continues to eliminate bug and security flaws as the technology matures. mark for My Articles similar articles
JavaWorld
October 25, 2002
Java Product News Flashline enhances CMEE... Inspire IT updates UDDI client technology... Isocra livens J2EE application performance... Koalog launches code coverage computation application... PolarLake introduces enterprise integration solution... Wily Technology extends Introscope to WebSphere.. etc. mark for My Articles similar articles
InternetNews
September 20, 2004
Sean Michael Kerner
JBoss 4.0 Released Integration abounds with the new version, as the industry throws its support behind the J2EE 1.4-certified server. mark for My Articles similar articles