Re: [U2] Universe web connectivity

2009-09-25 Thread Lance J. Andersen
: Wednesday, September 23, 2009 2:07 PM To: u2-users@listserver.u2ug.org Subject: [U2] Universe web connectivity Hi, We currently have a system with a VB6 front end and use Universe for the database and business logic. We are looking to develop a web solution for our product. What are people using

Re: [U2] Universe web connectivity

2009-09-24 Thread George Land
On 24/09/2009 00:05, Doug dave...@hotmail.com wrote: We do not require you to use IBM connection pooling since we handle this through UOJ and our connection manager. It's worth noting that if you use any software that connection pools you are obliged to buy database connection pooling

Re: [U2] Universe web connectivity

2009-09-24 Thread Mats Carlid
We let Apache (inearlier days Netscape web server) use the CGI-interface to call a tiny ksh that calls universe with the POST-ed form in raw format - works with GET too, today. There a relatively small basic routine parses it and places the info in named common. One always present form

Re: [U2] Universe web connectivity

2009-09-24 Thread Brutzman, Bill
Consider Adobe Flex, now being reBranded as FlashBuilder. --Bill Brutzman ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

[U2] Universe web connectivity

2009-09-24 Thread Bill Haskett
Matt: You can also use a product called DesignBais. It handles most of the issues you'll encounter going to a stateless environment. It has it's own framework already built so you can piggyback right onto these frameworks. It uses UniObjects and is easy to install and setup in a U2

Re: [U2] Universe web connectivity

2009-09-24 Thread Jeff Powell
Java - Tomcat and Glassfish (Sun Application Server) with Uniobjects. Matthew Day wrote: Hi, We currently have a system with a VB6 front end and use Universe for the database and business logic. We are looking to develop a web solution for our product. What are people using to inteface

Re: [U2] Universe web connectivity

2009-09-24 Thread John Hester
Subject: [U2] Universe web connectivity Hi, We currently have a system with a VB6 front end and use Universe for the database and business logic. We are looking to develop a web solution for our product. What are people using to inteface universe with the web, and what are your experiences ( both

[U2] Universe web connectivity

2009-09-23 Thread Matthew Day
Hi, We currently have a system with a VB6 front end and use Universe for the database and business logic. We are looking to develop a web solution for our product. What are people using to inteface universe with the web, and what are your experiences ( both good and bad ) with the route you

Re: [U2] Universe web connectivity

2009-09-23 Thread Rex Gozar
Matthew, First, I want to mention that there are a number of writeups already on the PickWiki website: http://www.pickwiki.com/cgi-bin/wiki.pl?CreateWebInterfaces We use u2pipe for our customers' websites. We don't need to install UniObjects on hosted webservers (many hosting services

Re: [U2] Universe web connectivity

2009-09-23 Thread Doug
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Matthew Day Sent: Wednesday, September 23, 2009 3:07 PM To: u2-users@listserver.u2ug.org Subject: [U2] Universe web connectivity Hi, We currently have a system with a VB6 front end and use Universe for the database