J2EE News, Forums, Discussions, Articles, Jobs, Books J2EEWorld.COM
J2EE News, Forums, Blogs, Articles, Books, Jobs
J2EE Careers | Vancouver J2EE Jobs | Sitemap

Search >> 
 Site last updated: Friday, 09 May 2008
 Home
Main Menu
   Home
   J2EE News
   J2EE Weblog
   J2EE Books
   J2EE articles
   J2EE Web Links
   J2EE FORUM
   J2EE Download
   Newsletter
   About us
Latest News
Testing Portal Web Applications With HttpUnit
IBM vs Microsoft Developer Productivity Study
The J2EE 1.4 Tutorial
Linux file system structures for J2EE developers
Apache Jakarta DBCP Component -- efficient, feature-rich connection pool package
Login Form





Lost Password?
No account yet? Register
SoloSunglasses
SoloSunglasses: buy sunglasses direct from the manufacturer
Most Read Content
Using Oracle Timestamps in Java
IBM Restocks Eclipse Project
Introducing Sun Java Desktop System, Release 2
How to submit file to J2EE server?
Java 2 Enterprise Edition
Polls
What J2EE Application Server do you use?
 
Hit Counter
Visitors: 254536
Welcome to J2EEWorld.com
Web Services Transactions specifications
Written by IBM developerWorks   
Monday, 22 November 2004

The Web Services Transactions specifications define mechanisms for transactional interoperability between Web services domains and provide a means to compose transactional qualities of service into Web services applications.

Last Updated ( Monday, 22 November 2004 )
Read more...
 
Using Timers in J2EE Applications
Written by J2EE Solution   
Sunday, 17 October 2004

Job scheduling is nothing new--most enterprise applications require the scheduling of tasks and activities. For example, your application may need a timer service to run a business process once a day, or to clean up a temporary table when your application is initialized. UNIX's designers popularized job scheduling by making it simple with cron, and Oracle took this approach further by introducing database jobs and events with the Oracle database.

This article Using Timers in J2EE Applications discusses how can you use a timer service in your J2EE 1.4 applications to schedule business task and activities.

 
Sun Released Java System Web Proxy Server 3.6 Service Pack 6
Written by J2EE News   
Wednesday, 03 November 2004

The Sun ONE Web Proxy Server is a software product that collects data from the network, determines where that data should go, and distributes it accordingly. Acting as a network traffic manager, it reduces the number of requests to remote content servers and lessens network traffic. The result is that user wait times are lowered and network performance is boosted. The Sun ONE Web Proxy Server also provides a secure gateway for content distribution and acts as a control point for Internet traffic, making communications managed by the product not only efficient, but secure.

Sun Java System Web Server releases are available for download at http://wwws.sun.com/software/download/products/4149bc42.html.

 
12 Best Practices for J2EE Developers Named
Written by J2EE Fan   
Saturday, 23 October 2004

Kyle Brown and Keys Botzum, from IBM Software Services for WebSphere, together with Ruth Willenborg, Senior Manager, IBM WebSphere Performance, set out to come up with the list of what they consider to be the Top Twelve Best Practices for anyone involved in J2EE application development.

For the full details of each one, see their paper on the subject. WJ News Desk bring you here the overall summary list though, which reads as follows:

  1. Always use MVC.
  2. Apply automated unit tests and test harnesses at every layer.
  3. Develop to the specifications, not the application server.
  4. Plan for using J2EE security from Day One.
  5. Build what you know.
  6. Always use Session Facades whenever you use EJB components.
  7. Use stateless session beans instead of stateful session beans.
  8. Use container-managed transactions.
  9. Prefer JSPs as your first choice of presentation technology.
  10. When using HttpSessions, store only as much state as you need for the current business transaction and no more.
  11. In WebSphere, turn on dynamic caching and use the WebSphere servlet caching mechanism.
  12. Prefer CMP Entity beans as a first-pass solution for O/R mapping due to the programmer productivity benefits.

The motivation for compiling the list, say the authors, was paradoxically not a lack of material on the subject, but rather the opposite.

"There now are probably 10 or more books, along with dozens of articles that provide insight into how J2EE applications should be written," they state, adding: 

"In fact, there are so many resources, often with contradictory recommendations, navigating the maze has become an obstacle to adopting J2EE itself."

Brown, Botzum, and Willenborg say that they hope their efforts may assist with finding the best way through that maze
 
IBM Response to Study "Comparing Microsoft .NET and IBM WebSphere/J2EE?"
Written by J2EE news   
Wednesday, 27 October 2004
Breaking News: New Internal IBM Report Says "Another Flawed Study" IBM Response to Study "Comparing Microsoft .NET and IBM WebSphere/J2EE?"
by i-Technology News Desk

(October 25, 2004 4:24PM) - After publicly retracting the results of J2EE versus .NET benchmark tests it conducted back in 2002, The Middleware Company (TMC) bravely ventured recently to revisit this minefield. From IBM's point of view, according to an internal document obtained by WebSphere Journal, TMC has managed to blow itself up all over again! What follows is the October 2004 report by the IBM Competitive Technology Lab in its entirety.

IBM Response to the Study Entitled "Comparing Microsoft .NET and IBM WebSphere/J2EE" by The Middleware Company

The latest Middleware Company study is flawed and does not accurately reflect the capability of WebSphere J2EE vs. Microsoft .NET. Like two previous discredited Middleware Company studies, this study was funded by Microsoft. While expert Microsoft programmers were allowed to contribute to the .NET side, neither IBM nor other WebSphere J2EE product experts were invited to contribute to the testing.

The Middleware Company publicly retracted the results of its previous J2EE vs. .NET study because of serious errors in its testing methodologies and its failure to invite J2EE vendors to participate.[1] This study has similar problems. The products and toolsets compared in the testing were mismatched, and relatively crude WebSphere J2EE programming techniques were used rather than the most optimal tools and programming methodologies. Statements made within the study show that the choice of tools and methodologies were purposeful.

Last Updated ( Wednesday, 27 October 2004 )
 
JBoss Unveils Workflow Engine
Written by J2EE News   
Friday, 22 October 2004
Open-source company JBoss Inc. on Monday introduced a workflow engine that broadens the company's middleware stack.

JBPM 2.0 was developed with the open-source project of the same name and joins JBoss's other middleware products, the JBoss AS application server and the JBossCache, a caching facility for server clusters. The enterprise-software stack focuses on Java-based application environments.

The jBPM workflow engine has been released without a graphical user interface, which will be added later, officials with the Atlanta-based company said. In the coming year, JBoss plans to release upgrades to jBPM that will move the technology toward a more comprehensive workflow-management system.

Planned enhancements include support for business-process execution language (BPEL); a graphical workflow designer that integrates with Eclipse; an open-source integrated development environment; a process manager featuring Web-based workflow applications; and integration with JBoss's portal framework, called Nukes.

JBoss offers the software free, but charges for support services, including consulting, training, and documentation.

Courtesy of TechWeb.com

 
Simplifying EJB Development with EJB 3.0
Written by J2EE solutions   
Sunday, 17 October 2004

Enterprise JavaBeans (EJB) was introduced for building distributed components. When it arrived it came with a promise to solve all issues and complexities of CORBA. EJB being the heart of J2EE went through several major revisions and got fattened with many features. Early on, most of the developers fell in love with EJB and used EJB in their application even it did not make any sense. “Blame it on EJB” has been the attitude for many developers when their projects did not scale well and they used EJB.

Development of EJB was never easier and it became more complex with every release of EJB specification. EJB has been compared with an elephant due to its complexity and heavy weight nature. Many developers feel EJB is like an extra layer of sugar syrup on a doughnut. In an age where low carb and Atkins diet is craze, the EJB expert committee has no option but to produce a low carb incarnation of EJB thus simplifying the development of EJB. EJB 3.0 expert committee released a sample picture of the lightweight model during JavaOne 2004 when it announced release of first public draft of EJB 3.0 Specification.

Here is the link to the article Simplifying EJB Development with EJB 3.0

 
<< Start < Prev 1 2 3 4 5 6 Next > End >>

Results 23 - 33 of 56
Who's Online

Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/j2eeworld.com/httpdocs/modules/mod_whosonline.php on line 32
latest topics
+ Free Porn Clips! 91120 FREE PORNO Movies!
+ pac man free video game 56.hi5.com free hostname movie pic p
+ Fuck the sperm
+ * * * FREE PORNO VIDEO * * * - company middlesex title
+ u0bbvr8x7c5ih1gouw86ywl75
+ u0bbvr8x7c5ih1gouw86ywl75
+ zfzigamaoa31tct06m3itz5czd4
+ zfzigamaoa31tct06m3itz5czd4
+ sex in art northern middlesex
+ arourioug
most download
J2Exe (4844)
J2TrayExe (1792)
J2WinService (1598)
HealthXP
HealthXP: Experience the Benefits of Health Innovations