|
| November 11 Meeting December 9 Meeting COM SIG Goes On COM Corner Objects Are Alive And Well At OMG |
Advances In Object Technology Discussed |
||||||
| November
11 Meeting
Anne Thomas |
Anne Thomas Provides JavaBeans UpdateReported by Colleen Young lantern567@aol.com Not at all fazed by a stage set up for the next days Hartford-sponsored play, Anne Thomas of the Patricia Seybold Group made herself right at home in the "kitchen". Starting with Java background material, Anne gave a thorough overview of Java-Beans as well as the future direction of Beans as described in the latest specifications. JavaBeans are reusable components that can be embedded in your code. We are most familiar with standard GUI components such as Buttons and SliderBars, but a Bean could be built to handle something larger, even business-specific - Ms. Thomas gave an example of a SAP-Aware com-ponent for handling an order inquiry func-tion. For those of us who grew up on structured programming, reusable modules are nothing new, but there is more. Beans provide a way to customize the code without access to the source. This is done essentially by setting parameters. So far, still familiar territory. It starts to get interesting when we see how the parameters (properties) are known and set by the programmer. Within a visual development environment (IDE) , the Bean can tell the IDE what the properties and possible values are (a process known as Reflection.) The IDE can then prompt the programmer to set these values. In fact, Beans have two types of interfaces. One set is intended for communication with the IDE, as described above. The other (more conventional) is the set of methods used within the deployed system. The development interface can be large, the deployment portion small, and JavaBeans separates the two. This means that a smaller piece of code needs to be downloaded to actually run the application. ActiveX does not make the same separation. In addition to the discussion of the current JavaBeans, we heard about two upcoming developments. The first, codenamed
"Glasgow", will allow Beans to request services
(e.g. printing) available within the containing
environment, and to nest Beans. There will also be the
capability for drag and drop between Java and native
applications. In addition, the Activation Framework
addresses the ability to understand data types and
instantiate a component to manipulate the object. The presentation showed Ms. Thomas wealth of experience and knowledge in the industry, and with this subject. The informal stage set made a cup of Java at the kitchen table seem appropriate. You may contact Ms Thomas at: www.psgroup.com or E-Mail her at anne@psgroup.com |
||||||
| December 9 Meeting
Scott Koehler |
Scott Koehler Explains Real Vertical Industry FrameworksReported by Terry McAuliffe tmcaul@aol.com Returning for a second time to Hartford, Scott Koehler, who chronicled a large OO project for us back in January 94, drew on his continued experiences in development and marketing to explain the dynamics of vertical industry frameworks and components. His company, Koehler Consulting, has been developing business object applications for the finance and insurance industries since the mid-80s. The work has included consulting for major companies, serving on OMG sponsored projects, and building and selling a life insurance tax compliance package. Scott outlined the important definitions for this area of Object technology: Business Object
Class Library
Component
Framework
A software application is comprised of cooperating business objects that deliver a particular business benefit. But, Koehler observed, business objects are rarely "generic". There are company specific rules and methods. In this market, there is no such thing
as "black box" components. Customization is
always required for a particular companys business
rules.
And architecture
And support
You may contact Mr. Koehler at: skoehler@koehlerconsult.com or |
||||||
| COM SIG Goes On - Despite The Snow... by Mike Smoolca |
Despite the snow and
terrible driving conditions, the last COM SIG meeting
held on Wednesday December, 10th was a great success.
Close to 30 attendees braved the hazardous driving
conditions to get to the Microsoft offices in Farmington
for a talk by Nancy Benigni and David DeCrescente from
Travelers Commercial Lines. Nancy and David discussed the
Traveler's experience designing and implementing a
COM-ponent based policy writing application. The
Traveler's application is web-enabled and is implemented
with Microsoft Transac-tion Server (MTS), Visual Basic,
Active Server Pages (ASP) and other Internet
technologies. Alex Torone of Microsoft Consulting
Services who assisted Traveler's with the application
design gave an overview of MTS. Plans
for next year's COM SIG include meetings on ASP, COM
threading, and quarterly COM Q&A sessions. Also
planned are more talks on real world experiences using
COM technologies. Next year the COM SIG will also be
revising our web site to include, among other things, the
COM Corner articles featured in the COOUG newsletter. |
||||||
| The COM Corner by Mike Smoolca mikes@connix.com |
COM Corner articles
highlight key COM technologies that have been discussed
in detail at the monthly meetings of the COM Special
Interest Group. An introduction to the full COM Corner
article will appear in this newsletter. The complete text of the articles appear on the COM SIG web site http://www.ctcomsig.org/comsig |
||||||
OBJECTS ARE ALIVE AND WELL WITH THE OMG Last month I had the opportunity to attend the Object Management Group meeting in East Brunswick, New Jersey. The OMG is an international organization that is supported by IS vendors, software developers, and users. The overall mission of the group is to "create a component-based software industry by hastening the introduction of standardized object software." In attendance were hundreds of people representing many companies from around the world. Being an employee of the Travelers, I attended many of the sessions hosted by the Financial Services Domain Task Force. It was very interesting to see first-hand how object requirements are established and how proposals to satisfy those requirements are received and "boiled down" into a single set of industry standards. The OMG has been around for almost ten years and currently has over 700 companies involved as members. The OMG is structured into an Architecture Board and two major Technology Committees (one for vertical industry Task Forces like Finance or Manufacturing and one for Platform Facilities and Services Task Forces and Special Interest Groups). I recognized a number of the meeting participants as former speakers at COOUG meetings. Although we have never mentioned the OMG as a formal sponsor of COOUG, they have provided us with numerous speakers over the years and are planning to sponsor a special COOUG session next fall. Stay tuned for details. |