In-Depth

The RIT Stuff: Students Drive Universities to the Future of Data Access

Historically, leading-edge companies have been in the spotlight for using the latest technology in their operations, and the education sector has followed. However, the advent of a large number of technology-wise students demanding easier ways to access course information, registration, grades and financial account status, has pressured educational institutions to investigate ways to serve their students better. The World Wide Web is the ideal vehicle for these organizations to provide efficient access to their student administrative functions from anywhere in the world.

Like most businesses, educational institutions have spent decades developing mainframe 3270-based systems that do an excellent job, but they don’t work on a Web browser. These legacy applications have years of development invested in them, and significant dollars have been used to customize these applications to meet the organization’s specific needs. The presentation logic of these applications is deeply integrated with the business logic, and targeted exclusively for 3270 terminals.

This was the problem facing Rochester Institute of Technology (RIT), in Rochester, N.Y. RIT is internationally recognized as a leader in imaging, technology, fine and applied arts and education of the deaf, and enrolls over 13,000 full- and part-time students. RIT has always been a leader in providing students with technological advances. (RIT was one of the first universities in the United States to introduce telephone registration.) Their 3270-based Student Information System (SIS) is called upon to provide students not only with course information and class availability, but also with realtime access to a student’s grades, home, emergency and billing address information, housing information, student account status, quarterly charges, financial aid and general bulletin board information. A student can also project quarterly and cumulative grade point averages through a GPA modeling screen.

RIT, like many other universities, strives to be cost effective. The challenge is improving student administrative functions, while at the same time minimizing costs. Online services eliminate many previously labor-intensive tasks, and reduce staffing requirements. RIT aimed higher by deciding to use the Internet to empower students to identify and solve problems directly, and perform many administrative tasks for themselves. This allows the RIT staff to focus on solving "real" problems, rather than being burdened by repetitive and routine functions.

More Students, Less Administrative Costs

RIT already had administrative applications implemented on its mainframe computer. A major objective was to continue using current 3270 applications, and give students more direct access to class availability, current grade information and financial records without changing or rewriting applications.

RIT had considered moving some of its student-related applications and data to smaller server computers, but rejected that idea because of increased cost, staff, education and maintenance. With its Web site in place, RIT moved onto their next step for providing students Web browser access to most administrative applications – they went through a "buy or build" analysis.

Possible Solutions

Faced with this challenge, the choice of how to proceed came under one of the following categories:

Start fresh. One approach would be to continue operating legacy applications normally on 3270 terminals or emulators while IS specialists set about writing all new application software to accomplish the same business needs with a different front end, such as a Web browser.

This approach had formidable drawbacks for RIT:

• It would be extremely expensive.

• It would duplicate existing "tried and true" software by opening the door to technical problems and dual software maintenance.

• The development time required would be prohibitive.

Reengineer. This approach would change existing legacy software so that it operates with different presentation logic. While the mission-critical business logic would not change, the programs would be rewritten to operate, either on a Web browser or other front-end device. Again, there would be significant problems with this solution.

• The expense and time requirement would still be high.

• The risk of disturbing essential business logic would be real.

Reface. This technique would involve no changes to legacy applications software. Additional software, either provided by vendors or developed in-house, would be interweaved between the new front-end device and the existing software. This new software acts as a presentation translator by intercepting outbound 3270 displays, and converting them "on-the-fly" into the format required by the new front end. There would be significant advantages to this approach, such as:

• It would be far less expensive.

• There would be no invasion of existing software, resulting in minimal risk.

• It would provide instant Web enablement of all 3270 applications with no significant development effort.

But, a major disadvantage remains. Legacy applications would still operate like 3270 applications. Refacing does not take advantage of the improved presentation capabilities of a Web browser or other front end. Some products allow users to radically change the appearance of individual 3270 screens, but the operation of the applications is still "one-for-one." That is, one browser request equals one legacy screen display just as a 3270 terminal would function.

Remodel. Like refacing, additional software would be used to interact with legacy applications and would require no changes to existing software. Unlike refacing, however, remodeling would take advantage of the expanded presentation capabilities of new front ends. It would provide a method of integrating legacy transactions, extracting data from multiple screens and presenting it in far more sophisticated ways. Remodeling can transform legacy applications into true Web applications, and take full advantage of today’s technology. The pros and cons of this approach can be stated as follows:

•Like refacing, remodeling would require far less expense than starting fresh or reengineering, and there would be no changes required to mission-critical software.

•It would have the additional advantage of fully utilizing the presentation capabilities of new front ends.

•This technique would require development of some kind of middleware application software.

The option of building their own Web enablement system was ultimately rejected. "This is pretty complicated technology," says Pete Kulpa, RIT’s Information Systems Manager. "We’ve got some great IS technicians, but frankly, we didn’t want the technical support load. This is a critical application that has to work right all the time."

It was decided that RIT would find a software product that would provide both refacing and remodeling options. SIS was a remodeling project, since the end result was to be a state-of-the-art Web application, not just a 3270 emulator. Refacing was still desirable for less critical systems.

Choosing the Right Tool

Providing new presentation logic was not going to be a problem. There were a number of good HTML generation tools on the market, and RIT’s programmers found HTML easy to learn. They also wanted the capability to use Java, wherever it might be applicable, and leave the door open to new front-end technology that might develop in the future. The problem was the back end – how best to integrate the SIS 3270 applications with a different front end.

Three-tier solutions were considered first. In a three-tier environment, browsers communicate with an interim platform, such as an NT or UNIX-based server. The server tier then communicates with the mainframe, sending and receiving data one transaction at a time, just as an operator would function on a 3270 terminal. But three-tier products have performance and scalability issues. Every 3270 transaction must pass across the network, which is typically the slowest executing part of an enterprise. As the number of Web-enabled users increases, the power of an external server platform can be quickly consumed requiring additional servers to achieve scalability. The hardware cost of three-tiered solutions was seen as an ever-increasing expense.

RIT evaluated a number of possible vendor alternatives, and selected CrossPlex, a Web-enabling product from SofTouch Systems. CrossPlex is a two-tier solution operating on the S/390 platform, and that made sense since RIT already had a staff of systems support technicians familiar with the S/390. RIT avoided the staffing and education required to support a new hardware platform, and the IBM mainframe was a proven performer for handling large volumes of data.

With CrossPlex, all 3270 data transmissions operate in memory on the mainframe. Nothing is placed on the network until a final Web page is ready to display. CrossPlex uses the Front End Programmer Interface (FEPI) or CICS Bridge to programmatically operate 3270 applications. Legacy systems are not limited to CICS, and CrossPlex accesses any VTAM application (IMS, CICS, IDMS-DC, VTAM session managers, TSO, etc.).

"The combination of IBM’s S/390, CICS and CrossPlex gives us the speed and capacity needed to handle the Web volumes," says Pete Kulpa. Guy Stappenbeck, who provides RIT with system technical support, adds, "CrossPlex has been easy to install and maintain. We have been very happy with the performance."

Putting on a New Face

CrossPlex allows RIT to put a "new face" on existing 3270-based applications by presenting the data in a more user-friendly manner, and by presenting end users with familiar graphical user interface (GUI) displays.

Developers code simple scripts, or use a Java application called Visual Application Developer provided by CrossPlex to generate scripts. These scripts provide the business intelligence to operate legacy transactions in the correct sequence, while handling error situations and accessing and reformatting 3270 presentation data. The legacy data is merged into an HTML template, or passed to a Java applet for browser display.

Another important feature for RIT was the capability of CrossPlex to provide instant Web enablement of all 3270 applications with no development effort. Users connect from a browser to the mainframe, and operate 3270 transactions exactly in the same way as they would at a terminal. 3270 displays are converted "on-the-fly" to HTML, and presented on the browser in a similar format to the original 3270 screen. Or, they can be enhanced one screen at a time with an HTML template. While RIT wanted a more sophisticated Web application for SIS, this "one-for-one" 3270 emulation feature was viewed as a good alternative for hundreds of other applications, thereby, allowing RIT personnel immediate access to any mainframe transaction through the Internet.

The SIS application was developed using "many-for-one" technology. This means a single browser request might trigger the execution of several 3270 transactions to gather all required data. The presentation of this data on the browser was not limited in any way to the original 3270 screen design.

The security of personal student data was addressed in several ways. SIS is made available exclusively to RIT students through most Web browsers. A university account number must be provided, along with an ID and a personal identification number (PIN) to gain access to information. Secured Sockets Layer (SSL), firewalls and existing mainframe security ensure there is no unauthorized entry.

Getting There

RIT installed CrossPlex last May as the spring semester drew to a close. Technicians from SofTouch Systems traveled to Rochester to provide on-site training and support. Microsoft FrontPage was used to create and maintain the HTML templates, while the RIT staff quickly learned how to develop and test CrossPlex scripts.

SofTouch provided ongoing support via e-mail and telephone as the RIT staff worked through the summer. In September, as the fall semester was about to commence, the system went into production on a limited basis. RIT restricted the number of users initially in order to shake out any remaining bugs and reduce exposure.

"It worked great!" enthuses Pete Kulpa. "Our students loved it, and we loved it. I began receiving calls almost immediately from other universities who heard about it."

"There was virtually no reduction in response time," explains Guy Stappenbeck, "even though several layers of software were introduced over the original 3270 applications. The mainframe didn’t bog down at all."

Daniel Vilenski, RIT Registrar, is pleased with RIT’s accomplishments to date. "Our students are well served by this application," says Vilenski, and he adds, "We are extremely satisfied with the success of this critical project."

About the Author:

Larry Akers is Vice President of Research and Development for SofTouch Systems (Oklahoma City).

The Schools of Web-Enablement

SofTouch Systems' software solution, CrossPlex, has recently been selected by two more leading U.S. universities to Web-enable their student registration systems. Students at the University of Oklahoma and Binghamton University, a part of the State University of New York (SUNY) system, will be able to perform a wide variety of activities via the Internet. In addition, Binghamton will Web-enable its library software thereby allowing students and other users to view resources, course reserves, etc., online.

Neil McHugh, a former IBM CICS Business Unit Executive, says, "It's good to see the education sector leading the way with Web-enablement. As other industries are still contemplating which strategy to adopt, the universities realized Web-enabling S/390 systems is the best option, and they are making e-business work for them."

CrossPlex was selected by Yale University to Web-enable the world's second largest library system in order to make a more complete and thorough public catalog available. Yale had investigated a number of options to move away from their text-based library system, yet meet its requirements for speed and the capability to serve serious researchers. Even the alternative offered by its third-party software vendor fell short of its objectives. CrossPlex provided the answer for all the requirements of their mainframe-based application.

Eastern Illinois University (EIU) selected CrossPlex as the solution to improve services to its employees and nearly 11,000 students. The first set of applications to be Web-enabled were in the employee benefits area, allowing employees to access their own records and input changes of address, telephone numbers, dependents and many other routine tasks. This results in more accurate input and allows EIU personnel in the Human Resources Office to focus on more significant issues with employees. EIU recently Web-enabled their grade reporting application, thereby allowing students to view their own grades via the Internet. Other upcoming applications deal with financial aid status and registration.

The University at Buffalo (UB) needed to find a rapid and cost-effective solution to Web-enable the Library Management System. This CICS-based application, called NOTIS from Ameritech, operates on the S/390 platform, and is used by more than 100 major universities in the U.S. It is used to store and access academic papers, research reports, medical studies, legal decisions and the entire union catalog of all the holdings of the 10 UB libraries. These holdings exceed three million volumes. UB needed to make the information on NOTIS available to its students and faculty via the Internet. In doing so, it also intended to provide integration of mainframe-based resources with the electronic resources on their expanding Web site.

By using CrossPlex, the Library Management System was Web-enabled in just a few weeks. As a result, UB became the first in the nation, and even surpassed Ameritech's own Web-enablement efforts. UB achieved this using their installed IBM Multiprise 2000 server with an OSA-2 feature as their link to the Internet. "We evaluated other packages, and found none that were as functional or scaleable as the CrossPlex solution. Other libraries had tried UNIX and NT-based products without great success," states Mark Ludwig, UB Library Systems Manager.

The University of Virginia (UVA) decided that CrossPlex was the answer to their Web-enabling of student administrative functions in February 1999. UVA has unique software attributes that presented insurmountable challenges to three-tier solutions, and made reengineering their in-house applications impractical. Since CrossPlex does not perform screen scraping, nor does it require changes to application logic, UVA believed they had found the ideal solution for their needs. Time has proven UVA correct, as students perform a wide variety of functions via the Internet.

The University & Community College System of Nevada chose CrossPlex as the most effective way to Web-enable its Informs Student Administration software. More than 30,000 students at two major universities and four community colleges can use the Internet to perform a wide variety of activities, including bill paying, grade viewing and dropping or adding classes. Since December 1997, CrossPlex has served Nevada's students and prospective students with the latest Web enabling technology without incurring unreasonable costs and time.

"In its first year, our Web Student Registration System is already handling 30 percent of the registration transactions for the six institutions in Nevada. It took minimal training, and no new CICS screens to get the system live. And best of all, we didn't have to invest in any new hardware platforms. The combination of CrossPlex and OS/390 scale easily."

The State University of New York, System Administration serves as a clearing house for thousands of students applying to the SUNY campuses, as well as a large number of community colleges throughout New York state. System administrators wanted to present a friendlier screen display to these prospective students, while allowing them to apply via the Internet. CrossPlex allows applications to utilize features commonly found on typical PC screens that students have been seeing over the years. Text-based 3270 screen displays were awkward for students to use, and presented a less than desirable technological image for the SUNY campuses.

CrossPlex was chosen by Murray State University (MSU) in Murray, Ky. to serve its nearly 9,000 students with Internet access to student administrative functions. MSU's applications were all developed in-house, and they wanted to continue using these applications since they are valuable and efficient.

"We went live with Phase I of our student Web system on May 12, 2000," says Ann M. Gupton, Manager of Administrative Computing Services. "This first phase allows our currently enrolled students to view and print grades, view and print schedules, view and print account information and request verification of enrollment. We went to production a few days before final grades were released, and were hit with no serious degradation of response time. We have had many positive responses from students and staff. Students look forward to registering for classes, and faculty use it to submit grades, via the Web."

Ohio University chose CrossPlex to meet an aggressive timeframe set by its administration. The Administrative Systems Department was notified in late September 1999 to acquire a means to have student registration applications Web-enabled and in full production by April 1, 2000. In early April 2000, OU's 18,000 students were registering via the Internet for the first time. OU is using a third-party application software package with functionality they wanted to retain even though their vendor opted not to Web-enable that particular version of software.

- L.A.

Must Read Articles