| Author |
Visual basic forms as presentation layer
|
jacob deiter
Ranch Hand
Joined: Apr 02, 2008
Posts: 576
|
|
Is there any way to use Visual basic forms as presentation layer in java based web application.We are migrating an visual basic application to JEE based web application.all UI part well designed in visual basic.So we have planned to maintain Visual basic as UI layer. Please suggest how to implement this.We not planned to add new technology for UI because the learning curve will be high and cost also. [ December 08, 2008: Message edited by: jacob deiter ] [ December 08, 2008: Message edited by: jacob deiter ]
|
 |
Amol Nayak
Ranch Hand
Joined: Oct 26, 2006
Posts: 218
|
|
Yes, you can use HTTP to send requests to the JEE based web application and exchange data using xml or JSON Strings. Check out on what JSON is here [ December 08, 2008: Message edited by: Amol Nayak ]
|
 |
 |
|
|
subject: Visual basic forms as presentation layer
|
|
|