How can I create an app to communicate between a mainframe and mobile device?

How can I create an app to communicate between a mainframe and mobile device?

How can I make an application (tutorial, software required,...etc.) to receive requests from a mobile device send host data retrieved from mainframe to mobile? I have WebSphere Application Server 3.5, Host Publisher 1.2 and WebSphere Studio.

    Requires Free Membership to View

    When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSOA.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSOA.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I am going to assume that you have Host Publisher Studio and Host Publisher Server.

Host Publisher Studio provides a utility called Host Access, which creates Java Beans encapsulating the interactions with host data sources such as 3270, 5250, VT52, VT 100 and VT220. These Java Beans, known as Host Integration Objects (HOA), present the host data as properties, thus, facilitating easy access from any Java application using standard "getter" methods. If you factor your Web applications to adhere to the model-view-controller (MVC) pattern, you can access the Java Beans as model objects from WebSphere Studio to build your Web applications.

Once you have successfully created your Host Integration Objects, you can extract the data from them and present them in any markup language that you desire. This includes mobile and PDA languages such as WML and HDML.

If you have Transcoding Publisher, you can integrate it with Host Publisher to filter and reformat your data for the target mobile device.


This was first published in August 2002