Tuesday, November 17, 2015

Where We Are At, Where We Have Been, and Where We Are Headed With CABOOSE.

Team. This is where we are at...

Over the past few weeks, we have created a short "hello" web application for Oracle's MVC 1.0 platform Ozark. We have also integrated Ozark with our CABOOSE source for producing a reusable controller which one might use for rapid application development. The source for each of these programs was placed online in the form of NetBeans archives. These are both worthwhile code objectives while preparing for Q3 2016 when Ozark will be ready for regular production use.

This is where we have been...

Around March 2014, we approached Oracle's JAVA Community Process (JCP) with a proposed JAVA Specification Request (JSR) for a reusable general-purpose servlet as a controller in Type-II MVC web applications. We were seeking an Oracle mentor with experience as a specification lead as a sounding board. After review among key members of the community, it was felt that JSP and JSF are sufficient for the time being. However, we were encouraged by the JCP and told that we should consider starting an open-source project for our servlet project. The JCP said that it would reconsider the JSR if the project gained enough support form the engineering community. So, this is what we have done. Between May 2014 and August 2014, Oracle polled the general JAVA engineering community asking if it would be interested in a MVC package. "Yes" was the response. Ozark began in September 2014. The code libraries for MVC 1.0 became available in March 2015. During October 2014, we started coding and working on this web-based development history. We started with a standard JAVA application project in NetBeans that would print "Hello...". We gradually evolved it, and it eventually became a reflection-based servlet that used an XHTML-template storyboard and string substitution for producing view specifications for a web browser. All of this source was placed in-line within the regular weblogs. We contemplated placing our local source repository online, but decided that this might be a little premature for our code product. Plus, we had some questions about any future limits which we might place upon ourselves by the repository administration choices we made. March through October 2015, included some "fun" times with other projects constraining our available effort. During these months, we posted a few notes about the notion of action-able data structures and how they might find a use in CABOOSE. A few missed documentation deliverables occurred during this period, but for the most part it was moderately productive.

This synopsis leaves us at where we are headed....

We have found that Ozark integrates well with CABOOSE, Controller Application Bundles for Object-Oriented Software Engineering. We could plug-in the reflective capabilities of CABOOSE in less than an hour, plus have realized that a JAX-RS web-service likely is a better choice for this functionality that a servlet. At best, they are equally valid locations for CABOOSE principles. Over the next few months, we must gather all of our documentation, create tutorials for CABOOSE with Ozark, and finish our JAVA archive which contains a CABOOSE-based ViewEngine and Servlet. Also, we must increase our online presence and continue building our community. We have had individuals from around the globe view these development notes. We have spoken at a local IEEE chapter on IEEE about Concern Partitioning and Organization which is at the core of CABOOSE. We have also received an informal request for another talk with a greater focus on CABOOSE in the future. We have also spoken at a local JAVA User's Group (JUG). We must increase awareness about this parallelized development approach for MVC applications.

Thank You For Your Interest And Support,

The CABOOSE Team

No comments:

Post a Comment