RE: [U2] UniObjects for .NET - Reference / Experience / Advice

2006-11-28 Thread Brian Leach
Ray

I have used UO.NET for WinForms development and found it to be fast and
stable : just as its predecessor (UniObjects) has always been. I used
UniObject (uvObjects) since it first came out for all kinds of heavy data
applications - from 4GLs to reporting tools - and have never been
disappointed in it. It just works - that's always good to say! And for
transactional work it is quite simply the quickest route available.

But UO was designed for permanent, stateful connections: previously I and
other members of this list have written connection pools for stateless
environments where needed, before IBM added their own connection pooling
facility (and with it, the restriction not to use third party connection
pools as part of the product licencing). 

The problem is that the UO native connection pooling required to run in a
stateless and multithreaded environment such as a service or ASP.NET
middleware is very new - connection pool licencing is a new feature in
UniVerse 10.2 - and so I doubt you will find that anyone has had a chance to
really prove that part of it yet. 

Brian 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ray Methvin
 Sent: 27 November 2006 18:25
 To: u2-users@listserver.u2ug.org
 Subject: [U2] UniObjects for .NET - Reference / Experience / Advice
 
 I received the following inquiry from an end user and would 
 like to get the group's feedback.  The site is installing a 
 new SQL based case management system and is wanting to 
 bridge between the SQL application and an existing UniVerse 
 application.
 
 At this point we are exploring the use of UniObjects as an 
 interfacing mechanism to keep our UniVerse data in 
 synchronization with an external data source. I wonder if any 
 of you could possibly help with a reference
 - a project you are aware of, at a customer site that would 
 be willing to talk with us about their experience with the 
 UniObjects for .NET SDK.
 
 
 I am looking for a technical or an IT project manager type of 
 contact - someone who could describe real-world pitfalls and 
 gotchas of using UniObjects as middleware running in a 
 Windows Service, or in an ASP.Net application (either UI or 
 Web Service), with an objective to getting a sense of the 
 level of maturity and reliability and most importantly 
 limitations, as we are hoping to leverage this technology for 
 a long-term strategy.
 
 Thanks again for any help.
 
 
 
 Ray
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniObjects for .NET - Reference / Experience / Advice

2006-11-28 Thread Stephen O'Neal
Brian Leach stated connection pool licensing is a new feature in UniVerse 
10.2 - and so I doubt you will find that anyone has had a chance to
really prove that part of it yet.

The connection pooling portion of UO.NET has be extremely tested for one 
U2 Channel Partner (what we used to call VARs) that has approximately 500 
end user sites that are up to over 1,000 users at some locations.  This 
particular Partner rewrote their whole front end using UO.NET and the 
Microsoft development environment for their front end.  Back end and 
processing remains in UniBasic.

The UniObjects layer is the same code for both the UO.NET and UOJ 
(UniObjects for Java).  It is so blazing fast that some Partners have 
written new front end report writers with a GUI look and feel. 

Some Partners have written the middle layer with the intent of using 
multiple databases for updating - like updating a U2 Database in addition 
to writing to an SQL database for Reporting Cubes.

Super highly scalable.  Extremely fast.
   Steve

   Stephen M. O'Neal
   Lab Services Sales for U2
   IBM SWG Information Management Lab Services
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniObjects for .NET - Reference / Experience / Advice

2006-11-28 Thread Brian Leach
Stephen

Thanks. That's good to know.

Brian 

 
 The connection pooling portion of UO.NET has be extremely 
 tested for one
 U2 Channel Partner (what we used to call VARs) that has 
 approximately 500 end user sites that are up to over 1,000 
 users at some locations.  This particular Partner rewrote 
 their whole front end using UO.NET and the Microsoft 
 development environment for their front end.  Back end and 
 processing remains in UniBasic.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniObjects for .NET - Reference / Experience / Advice

2006-11-28 Thread Stuart . Boydell
Just a question. I'm wondering what the IBM UO.Net pooling provides over
using MS Enterprise Services pooling with UO.Net? The MS pooling
component is built into the Windows OS (Enterprise Services for .Net aka
Component Services). The IBM option seems to be expensive as far as
licencing goes especially in light that seemingly similar functionality
is already available. Can anyone tell me or are there any whitepapers or
manuals available on IBM U2 pooling that might describe any benefits it
might have that would justify the extra cost?

Thanks,

Stuart Boydell

 

 



 The connection pooling portion of UO.NET has be extremely 
 tested for one U2 Channel Partner 

 
**
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this communication in error, please reply to this e-mail to notify the sender 
of its incorrect delivery and then delete it and your reply.  It is your 
responsibility to check this email and any attachments for viruses and defects 
before opening or sending them on. Spotless collects information about you to 
provide and market our services. For information about use, disclosure and 
access, see our privacy policy at http://www.spotless.com.au 
Please consider our environment before printing this email. 
** 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniObjects for .NET - Reference / Experience / Advice

2006-11-28 Thread Hona, David S
Once you see Connection Pooling in action with UO.NET, you wouldn't want
to go back! IBM has some examples applications you can download from
their website in VB.NET and C#, using connection pooling.

Unfortunately, there is a separate license and cost associated with it.
But it is worth it, for those that need it. You only need to buy the
licenses you require.
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stephen O'Neal
Sent: Wednesday, 29 November 2006 1:42 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UniObjects for .NET - Reference / Experience / Advice

Brian Leach stated connection pool licensing is a new feature in
UniVerse
10.2 - and so I doubt you will find that anyone has had a chance to
really prove that part of it yet.

The connection pooling portion of UO.NET has be extremely tested for one
U2 Channel Partner (what we used to call VARs) that has approximately
500 end user sites that are up to over 1,000 users at some locations.
This particular Partner rewrote their whole front end using UO.NET and
the Microsoft development environment for their front end.  Back end and
processing remains in UniBasic.

The UniObjects layer is the same code for both the UO.NET and UOJ
(UniObjects for Java).  It is so blazing fast that some Partners have
written new front end report writers with a GUI look and feel. 

Some Partners have written the middle layer with the intent of using
multiple databases for updating - like updating a U2 Database in
addition to writing to an SQL database for Reporting Cubes.

Super highly scalable.  Extremely fast.
   Steve

   Stephen M. O'Neal
   Lab Services Sales for U2
   IBM SWG Information Management Lab Services
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniObjects for .NET - Reference / Experience / Advice

2006-11-28 Thread Stuart . Boydell
Hi David,

Are there any whitepapers or info about it. I'm assuming now that there
is some U2 server-side componentry that might make it faster or have
more functionality than pooling thru Ent Services. I'd be interested to
compare. We are using Ent Services for our procurement web service and
are finding performance is good and reliable. Haven't had to touch it in
2 years and it has handled everything thrown at it with aplomb (and it
has been hammered) so I can't see a reason to change and pay for pooling
right now. However, if there was significant functionality in the IBM
product not in ES it could be worth investigating.

 

Stuart Boydell

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hona, David S
[EMAIL PROTECTED]
Sent: Wednesday, 29 November 2006 09:36
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] UniObjects for .NET - Reference / Experience / Advice

 

Once you see Connection Pooling in action with UO.NET, you wouldn't want
to go back! IBM has some examples applications you can download from 
their website in VB.NET and C#, using connection pooling. 

Unfortunately, there is a separate license and cost associated with it. 
But it is worth it, for those that need it. You only need to buy the 
licenses you require. 

 
**
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this communication in error, please reply to this e-mail to notify the sender 
of its incorrect delivery and then delete it and your reply.  It is your 
responsibility to check this email and any attachments for viruses and defects 
before opening or sending them on. Spotless collects information about you to 
provide and market our services. For information about use, disclosure and 
access, see our privacy policy at http://www.spotless.com.au 
Please consider our environment before printing this email. 
** 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UniObjects for .NET - Reference / Experience / Advice

2006-11-27 Thread jpb

Since when has anything on windows been long term :-)

- Original Message - 
From: Ray Methvin [EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Monday, November 27, 2006 12:25 PM
Subject: [U2] UniObjects for .NET - Reference / Experience / Advice



I received the following inquiry from an end user and would like to get
the group's feedback.  The site is installing a new SQL based case
management system and is wanting to bridge between the SQL application
and an existing UniVerse application.

At this point we are exploring the use of UniObjects as an interfacing
mechanism to keep our UniVerse data in synchronization with an external
data source. I wonder if any of you could possibly help with a reference
- a project you are aware of, at a customer site that would be willing
to talk with us about their experience with the UniObjects for .NET SDK.


I am looking for a technical or an IT project manager type of contact -
someone who could describe real-world pitfalls and gotchas of using
UniObjects as middleware running in a Windows Service, or in an ASP.Net
application (either UI or Web Service), with an objective to getting a
sense of the level of maturity and reliability and most importantly
limitations, as we are hoping to leverage this technology for a
long-term strategy.

Thanks again for any help.



Ray
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/