Home > Articles > Programming

What’s Wrong with Modern Software Development?

Are you new to EJB3? Or struggling to get on top of a JBoss5 project? These topics can be easily mastered, as illustrated by veteran developer Stephen B. Morris who can show you fully worked examples and the key techniques.
Like this article? We recommend

One question has struck me about many organizations that currently develop software solutions: Why is it so difficult? Often in many cases, the end result of months of effort by a large team of developers is just a few front-end pages, some relatively simple business logic, and some back-end code. These few artifacts are typically stitched together over the course of many long evenings. I find myself asking the same question time and again: Why is this simple stuff so hard to do?

To answer this question, I think we have to look at skills, tools, and environments. In my own experience, skills often tend to be divided into groups that match the layers of enterprise development. So, it’s commonplace to have developers with just front-end (GUI) skills. Likewise, some developers prefer to work in the service layer and have little experience of front-end or back-end work. Finally, there’s another group that works a lot in the areas of persistence, message handling, etc. Very few if any developers can work across the layers.

In short, there are serious disconnects between the skills on modern software teams. There are good reasons for the existence of such disconnects. The problem of course is that the skill disconnects can lead to difficulties at the edges when the software layers are integrated.

In larger organizations, the choice of tools and environment is often made centrally—for example, a specific version of Spring may be mandatory. The same can be true of the choice of application server, database engine, etc. Very often, there can arise extreme difficulties when integrating solutions that use the mandatory tools.

So, the net effect of skill disconnects and mandatory tooling can be a kind of chaos! All the more so as the technologies change and evolve to meet new requirements. An example of such evolutionary change is the rise and rise of Java annotations.

What’s really needed is software environments and tool chains that subsume many of the integration problems facing developers. This would also help developers to fill in the gaps at the edges of their expertise—e.g., a front-end developer could learn more about service layer coding or even persistence layer development. This would help to remove the current artificial boundaries that separate so many developers.

I believe EJB3 and JBoss5 may go a long way towards making a lot of things easier. This is because EJB3 is a well-integrated software platform that goes a long way to providing a single server-side component model. Likewise, JBoss5 incorporates many features that make it a good choice for modular development (i.e., the platform grows as your needs expands). To see why this is so, let’s now take a look at JBoss5.

The JBoss Microcontainer and Why It Matters

Many application servers are monolithic beasts that contain all Java EE platform services. This means such servers are big, resource-hungry, and potentially hard for developers to learn by trial and error. JBoss is different—really different—because it’s based on what’s called a microcontainer design.

Now, don’t get turned off by the name! A microcontainer simply means that JBoss starts out as a very compact entity into which you plug extras as required. The extras can be services or user components that you add at runtime. In other words, the microcontainer design allows you to grow the JBoss application server itself from a tiny seed into whatever size you require for your solution.

I’m not going to go into any more detail on the JBoss microcontainer. There’s a ton of information on this topic in the JBoss5 distribution. Instead, I’m going to focus on demonstrating an end-to-end example of a simple EJB3 component.

Getting JBoss5 Installed and Working

To install JBoss5, just download the distribution from the JBoss website.

Pick the latest release, which at the time of writing is 5.0.0.GA. Click the Download link and save the zip file to your local disk. Open the zip file and extract the contents to a folder such as: C:\jbossas.

The next step is learning how to start and stop the JBoss5 application server.

Starting and Stopping JBoss5

To start the server, open a DOS console in the download folder and change to the subfolder called bin. Then, execute the run command. That’s it! If all is well with your installation, you should now see a few screenfuls of text ending with the following important one (they’re all important, but you know what I mean!):

14:35:21,792 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
14:35:21,807 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in 1m:36s:341ms

To stop the JBoss5 application server, just open another DOS console in the bin folder and run the following command:

shutdown –S

This should initiate an orderly shutdown of the application server. The next step is getting some Java code deployed on the server. But, before we do that let’s just get your environment set up.

Environment Settings

For starting and stopping JBoss5, you’re already good to go. However, to run some client Java code, you need the following environment variables:

  • JBOSS_HOME must point to your JBoss5 installation folder.
  • JAVA_HOME must point to your J2SE 1.5 SDK installation folder.

Ant must be on your system path.

The settings I used are shown here for illustrative purposes:

set JBOSS_HOME=C:\java\jboss5\jboss-5.0.0.GA
set JAVA_HOME=C:\PROGRA~1\Java\jdk1.5.0_06

Once your environment is ready, you can then build and run the example EJB3 Java code. Just before we get to the code, there’s one optional configuration change you might like to make. It’s optional but I strongly recommend it.

Adding a Command Prompt Option to the Explorer Context Menu

From the previous section on starting and stopping JBoss5, there’s a very useful configuration change you can make to Windows XP to help speed things up. When you want to create a DOS command prompt (or DOS console) in a given folder, it’s a bit cumbersome to open a console and then change directory to the required destination. Instead of this, you can use Explorer and simply right-click the required folder. To install this feature, just go to this site and follow the instructions about updating the registry.

If you apply this change, you’ll be able to launch a command prompt from within Explorer. It’s now time for the EJB3 code!

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020