The Wayback Machine - https://web.archive.org/web/20181226091902/http://java.sys-con.com/node/841090

Welcome!

Java IoT Authors: Yeshim Deniz, Pat Romanski, Liz McMillan, Zakia Bouachraoui, Carmen Gonzalez

Related Topics: Java IoT

Java IoT: Article

JBuilder of All Trades

The tool of choice

I run a small custom software development company in Bulgaria called dSoft-Bulgaria Ltd. Established in 2003, our company provides information system design and development. We have a wide range of specialists in different areas and we deploy systems on several different platforms including Windows, Linux, Solaris, .NET, and J2EE.

The technology market in Bulgaria is diverse and complicated. The United States and Western Europe outsource their long-term projects to large Bulgarian consulting firms. Other project work in the technology sector is either funded by the government or by European Union incentive programs and these projects go to the larger companies as well. For smaller companies like dSoft-Bulgaria, it's difficult to get these kinds of assignments unless you work as a subcontractor. For these reasons we end up working on small projects with tight budgets. This is where quality developer tools and ongoing support are necessary to sustain a level playing field.

dSoft-Bulgaria currently has two main products. The first is called PowerPro. It's an integrated system for customer database management, service billing, delivery, management and provisioning for cable TV operators. The second is KCK, an information system for universities that includes a full set of tools for all stages of student enrollment.

As a small shop, each developer at dSoft-Bulgaria must cover every role in the application development process, including project management, design, coding, testing, customer relations, and other activities not directly related with programming. dSoft-Bulgaria consultants work with a variety of companies to automate processes ranging from billing to network provisioning to internal document workflow. We rely on Embarcadero Technologies' CodeGear tools like JBuilder 2008 to help us develop solutions.

A Long History with CodeGear Products Leads to JBuilder
My experience with CodeGear (formerly Borland) products goes all the way back to the days of Turbo Pascal 3.0. I was still in the school at the time. It was during what we called the "Dark Ages" in Bulgaria, when there was no such thing as legal software. I also spent two years learning C++ with Borland C++ 3, 4 and 5. When Delphi came out, the RAD tools were so amazing I became a Delphi developer. In fact, my first developer job was as a Delphi programmer.

When I started my own company, one of our first projects required that I learn Java. Given my happy experience with CodeGear, I immediately tried JBuilder. Since then, JBuilder has been the tool of choice for most of our projects. JBuilder's built-in LiveSource technology simultaneously replicates changes to models in the code and vice versa. This means our system architects and developers are closely aligned in the development process, which reduces our costs associated with software rework. We also rely heavily on the Graphical EJB Workbench to give our novice and experienced Java EE developers access to a simplified RAD development. Legacy projects using EJB 2.x are easily converted to the new annotation-based EJB 3 specification so changes to the source code, annotations, properties view, and graphical view are always in sync. This makes it very easy to write session beans - sometimes even easier than writing text.

We use JBuilder 2006 for projects where support for legacy technologies or application servers is needed or when we have to support some of our older implementations. But, we are migrating most of our large, newer projects - where standards like JPA and EJB 3 are required - to JBuilder 2008.

Helping Small Teams Look Big
Using JBuilder 2008, we were able to complete a recent transportation industry project in just four months with only two developers. The project was for a warehouse and distribution company that was responsible for making ice cream deliveries. The company had a small fleet of trucks distributing their ice cream, and had to guarantee a very short reaction time in case of food recalls. The company needed an application that could track deliveries and payments from customers, process and update inventories, and track production rates. To complete this task we needed to expand on the benefits of JPA and EJB 3 to combine many different elements into one application and develop a Graphic User Interface (GUI) that would look professional and organized. This allowed us to go quickly from a blank slate to a working application and ensure that the mechanism for maintaining and editing of the form was consistent with the original development.

We were able to develop a new system for them that tracked their inventory and their deliveries much more effectively than the previous system. What's more, whatever underlying database we chose could be easily integrated with JBuilder's database tools.

Another company we work with is a cable TV operator in Macedonia. It hired dSoft-Bulgaria to build a software platform for billing and provisioning for its digital television and cable Internet customers. It also needed us to build and integrate a customer relationship management (CRM) system. The problems it faced were having too much customer data to manage effectively and different databases that didn't communicate easily. We were able to use JBuilder - initially version 2006 but we're currently migrating to 2008 - to integrate the databases and consolidate the billing, provisioning, and CRM platforms.

JBuilder's database integration capabilities allowed us to build on top of an Oracle database for the larger system and Firebird for the smaller system.

Unique Advantages for Our Business
One of the custom installations with our KCK product involved developing a database to collect, catalogue, and store student enrollment information and produce documentation on each. The implementation required a well-tested, tightly integrated set of tools in a single IDE. Because of the school system's needs, we didn't have the luxury of spending time researching multiple plug-in options to solve different problems. The visual development support for EJB 3 was crucial for this project - making it very easy to see the big picture without having to sift through lots of code.

Volume and code quality can be major roadblocks, especially when dealing with a foreign code base. We used JBuilder in this case because the metrics and audits on the existing code helped keep it very clean. We were able to integrate and synthesize existing student records and we could see how the different classes related to one another.

The Application Factories functionality in JBuilder 2008 was a huge benefit in the KCK project. It allowed us to radically reduce the amount of time it took to bring our new developers up to speed. Also, having the complete knowledge of the project evolution along with the source code, all maintained in the IDE, let the developers on the project concentrate on the real problems of data integration without having to worry about non-essential issues. Application Factories integrated seamlessly with our EJB-based middle tier running on JBoss and our in-house Swing application development framework, which ultimately gave us a way to create a higher starting point and better standard practices for this project and other new ones.

The Application Factories' methodology represents a new approach to software development and code reuse. Navigating the complexity of framework choices, open source, internal code, and deregulated technology standards and trying to determine how to use and reuse them together to deliver high-quality solutions are some of the most pressing challenges that Java developers face today. Because of the volume of different formats we had to collect and process, this became an essential component to our success with the KCK installation.

Competitive Solutions Didn't Measure Up
Like most developers, we looked at many IDE solutions on the market, especially the open source options that we could download for free. We tried NetBeans several times, but were unable to find the elements we needed to build competitive solutions for our customers in crucial industries like television, education, and transportation.

I also didn't want to be locked into Eclipse with no other IDE development options. For simple small projects, Eclipse is a fine choice, but as our assignments grew in size and scope, we needed a broader solution. For example, as soon as I had to create a Swing UI, I was left out of the game with Eclipse. NetBeans was OK in that arena but when you looked closely at the code, it was the same as Visual Studio could generate for a WinForms .NET application - the type of designer that crashes as soon as you try to change something manually in the UI code.

We actually had one client project where we used Instantiations' Swing Designer 100% of the time. When it became fully integrated with JBuilder 2008 could quickly and visually create rich user interfaces, easily add controls using drag-and-drop, add event handlers to controls, and change the properties of controls using a familiar object inspector. Unlike alternative solutions, the Swing Designer transparently handled our code generation without proprietary markers or fragile intermediate files.

Some of the individual features available in JBuilder 2008 are also available as open source plug-ins for Eclipse but the question of ongoing support remains. In many cases open source plug-ins are left without bug fixes for a long time. The other IDEs available today are also very oriented to support only their own platform. They offer support for other vendors, but are mostly limited to the support that the open source community provides. The toolset, the developer relations, and the quality of the support make our developers continue to return to the CodeGear products.

More Stories By Doychin Bondzhev

Doychin Bondzhev has over 15 years experience in the software and consultancy industries. During his work at dSoft-Bulgaria Ltd he utilized different technologies including EJB, Web Services, Swing, JSF and also different databases and platforms. Prior dSoft-Bulgaria, he was a senior developer at AtoZed Software, responsible for maintaining and developing IntraWeb for Win32, .NET and Java. He has a masters degree in computer science from Technical University, Sofia branch Plovdiv.

Comments (0)

Share your thoughts on this story.

Add your comment
You must be signed in to add a comment. Sign-in | Register

In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.


IoT & Smart Cities Stories
Dion Hinchcliffe is an internationally recognized digital expert, bestselling book author, frequent keynote speaker, analyst, futurist, and transformation expert based in Washington, DC. He is currently Chief Strategy Officer at the industry-leading digital strategy and online community solutions firm, 7Summits.
Digital Transformation is much more than a buzzword. The radical shift to digital mechanisms for almost every process is evident across all industries and verticals. This is often especially true in financial services, where the legacy environment is many times unable to keep up with the rapidly shifting demands of the consumer. The constant pressure to provide complete, omnichannel delivery of customer-facing solutions to meet both regulatory and customer demands is putting enormous pressure on...
IoT is rapidly becoming mainstream as more and more investments are made into the platforms and technology. As this movement continues to expand and gain momentum it creates a massive wall of noise that can be difficult to sift through. Unfortunately, this inevitably makes IoT less approachable for people to get started with and can hamper efforts to integrate this key technology into your own portfolio. There are so many connected products already in place today with many hundreds more on the h...
The standardization of container runtimes and images has sparked the creation of an almost overwhelming number of new open source projects that build on and otherwise work with these specifications. Of course, there's Kubernetes, which orchestrates and manages collections of containers. It was one of the first and best-known examples of projects that make containers truly useful for production use. However, more recently, the container ecosystem has truly exploded. A service mesh like Istio addr...
Digital Transformation: Preparing Cloud & IoT Security for the Age of Artificial Intelligence. As automation and artificial intelligence (AI) power solution development and delivery, many businesses need to build backend cloud capabilities. Well-poised organizations, marketing smart devices with AI and BlockChain capabilities prepare to refine compliance and regulatory capabilities in 2018. Volumes of health, financial, technical and privacy data, along with tightening compliance requirements by...
Charles Araujo is an industry analyst, internationally recognized authority on the Digital Enterprise and author of The Quantum Age of IT: Why Everything You Know About IT is About to Change. As Principal Analyst with Intellyx, he writes, speaks and advises organizations on how to navigate through this time of disruption. He is also the founder of The Institute for Digital Transformation and a sought after keynote speaker. He has been a regular contributor to both InformationWeek and CIO Insight...
Andrew Keys is Co-Founder of ConsenSys Enterprise. He comes to ConsenSys Enterprise with capital markets, technology and entrepreneurial experience. Previously, he worked for UBS investment bank in equities analysis. Later, he was responsible for the creation and distribution of life settlement products to hedge funds and investment banks. After, he co-founded a revenue cycle management company where he learned about Bitcoin and eventually Ethereal. Andrew's role at ConsenSys Enterprise is a mul...
To Really Work for Enterprises, MultiCloud Adoption Requires Far Better and Inclusive Cloud Monitoring and Cost Management … But How? Overwhelmingly, even as enterprises have adopted cloud computing and are expanding to multi-cloud computing, IT leaders remain concerned about how to monitor, manage and control costs across hybrid and multi-cloud deployments. It’s clear that traditional IT monitoring and management approaches, designed after all for on-premises data centers, are falling short in ...
In his general session at 19th Cloud Expo, Manish Dixit, VP of Product and Engineering at Dice, discussed how Dice leverages data insights and tools to help both tech professionals and recruiters better understand how skills relate to each other and which skills are in high demand using interactive visualizations and salary indicator tools to maximize earning potential. Manish Dixit is VP of Product and Engineering at Dice. As the leader of the Product, Engineering and Data Sciences team at D...
Dynatrace is an application performance management software company with products for the information technology departments and digital business owners of medium and large businesses. Building the Future of Monitoring with Artificial Intelligence. Today we can collect lots and lots of performance data. We build beautiful dashboards and even have fancy query languages to access and transform the data. Still performance data is a secret language only a couple of people understand. The more busine...