RE: [U2] Where Will the .NET Apps Live ?

2004-12-29 Thread Brian Leach
Putting some logic at a middle tier, not necessarily at the DBMS server, also has advantages. At the risk of yet more bandwidth, but not consuming licenses, many basic validation rules can be exposed as client-independent web services. That approximates that interpreted layer,

RE: [U2] Where Will the .NET Apps Live ?

2004-12-29 Thread Mike Street
Check out mv.NET . http://www.bluefinity.com/ Regards, Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Wednesday, December 29, 2004 4:39 PM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] Where Will the .NET Apps Live

RE: [U2] Where Will the .NET Apps Live ?

2004-12-29 Thread Tony Gravagno
Hey Mike - what's with the BlueFinity label, why not just send them here?: http://www.jbase.com/products/mvnet.html Now I'm confused about mv.NET. The diagrams and details make it look like a class library but the text in the bluefinity website makes it look like a RAD environment nested within

RE: [U2] Where Will the .NET Apps Live ?

2004-12-29 Thread Mike Street
there. Regards, Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Gravagno Sent: Wednesday, December 29, 2004 7:36 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Where Will the .NET Apps Live ? Hey Mike - what's with the BlueFinity label, why

RE: Re: [U2] Where Will the .NET Apps Live ?

2004-12-28 Thread Ross Ferris
] On Behalf Of David Tod Sigafoos Sent: Tuesday, 28 December 2004 5:20 AM To: [EMAIL PROTECTED] Subject: Re: Re: [U2] Where Will the .NET Apps Live ? brian, Monday, December 27, 2004, 3:44:01 AM, you wrote: snip bbcu But you are absolutely right that it all begins and ends with the server bbcu logic

RE: [U2] Where Will the .NET Apps Live ?

2004-12-28 Thread Tony Gravagno
I tend to put basic syntactical validation in the client and application-specific data integrity type validation in the back-end. Sure that creates more client-specific code, but with standard routines it's not such a bother. The reason I do this is that I'm concerned about traffic.

RE: [U2] Where Will the .NET Apps Live ?

2004-12-28 Thread Bill H.
Tony: [stuff snipped] Brian's comment about intepreted code wasn't lost on me and I need to consider it - I confess I've never done that. Putting some logic at a middle tier, not necessarily at the DBMS server, also has advantages. At the risk of yet more bandwidth, but not consuming

RE: [U2] Where Will the .NET Apps Live ?

2004-12-27 Thread Tony Gravagno
Full agreement with Brian, Will, and David on separating rules from the UI, which is a concept that many MV developers tend to acknowledge but not apply. Will, I'll see your bet and raise you a few : The concept of compiling rules down to Java is only half of it, the other half is executing them.

RE: [U2] Where Will the .NET Apps Live ?

2004-12-26 Thread David Jordan
Whether one uses java or .Net, my recommendation is to keep as much of your business logic in U2. Always use the best of both worlds; U2 is an ideal tool for developing business rules, processes transactions efficiently and is tightly integrated to the database, something other RDBMS cannot

Re: [U2] Where Will the .NET Apps Live ?

2004-12-24 Thread BobJ
- From: Tony Gravagno [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, December 23, 2004 9:22 PM Subject: RE: [U2] Where Will the .NET Apps Live ? BobJ bob-at-rjoslyn.com |U2UG| wrote: Mono is one of the better tricks of our time. But for practical purposes it IS Windows so MS wins

RE: [U2] Where Will the .NET Apps Live ?

2004-12-24 Thread gerry-u2ug
Subject: RE: [U2] Where Will the .NET Apps Live ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of BobJ Sent: Thursday, December 23, 2004 02:27 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Where Will the .NET Apps Live ? snip I almost understood OOP

RE: [U2] Where Will the .NET Apps Live ?

2004-12-24 Thread Tony Gravagno
That D in DOM is a general term and doesn't necessarily refer only to legible Documents. I think DOM and API can be used interchangably when referring to class libraries that define complex data structures along with related method/property/event structures. The MS Office libraries are a good

Re: [U2] Where Will the .NET Apps Live ?

2004-12-24 Thread BobJ
store of knowledge out there. BobJ - Original Message - From: Tony Gravagno [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Friday, December 24, 2004 11:19 AM Subject: RE: [U2] Where Will the .NET Apps Live ? That D in DOM is a general term and doesn't necessarily refer only

RE: [U2] Where Will the .NET Apps Live ?

2004-12-23 Thread Dawn M. Wolthuis
Of Don Kibbey Sent: Wednesday, December 22, 2004 6:14 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Where Will the .NET Apps Live ? Java over .Net That just sounds wrong. If you have a server environment that's exclusively Unix, you will probably want to just stick with most

Re: [U2] Where Will the .NET Apps Live ?

2004-12-23 Thread BobJ
. Wolthuis [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, December 23, 2004 12:43 PM Subject: RE: [U2] Where Will the .NET Apps Live ? In fact if you want a software application environment that includes unix in any flavor or has the option of including such -- linux, Mac OS X

RE: [U2] Where Will the .NET Apps Live ?

2004-12-23 Thread Dawn M. Wolthuis
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of BobJ Sent: Thursday, December 23, 2004 1:27 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Where Will the .NET Apps Live ? Ah, but what IS the environment? If it is a server

RE: [U2] Where Will the .NET Apps Live ?

2004-12-23 Thread Tony Gravagno
Mono allows you to run the same C#/.NET code over Win32 and *nix. http://www.mono-project.com/about/index.html As an example, you can use Mono to serve ASP.NET pages from your Linux box with no Windows involved. Connectivity can be established with your U2 environment, just not via UO.NET, which

RE: [U2] Where Will the .NET Apps Live ?

2004-12-23 Thread gerry-u2ug
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of BobJ Sent: Thursday, December 23, 2004 02:27 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Where Will the .NET Apps Live ? snip I almost understood OOP - and got a few things running. Now I'm

RE: [U2] Where Will the .NET Apps Live ?

2004-12-23 Thread gerry-u2ug
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of BobJ Sent: Thursday, December 23, 2004 02:27 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Where Will the .NET Apps Live ? snip I almost understood OOP - and got a few things running. Now I'm

Re: [U2] Where Will the .NET Apps Live ?

2004-12-23 Thread BobJ
Will the .NET Apps Live ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of BobJ Sent: Thursday, December 23, 2004 02:27 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Where Will the .NET Apps Live ? snip I almost understood OOP - and got a few things running

Re: [U2] Where Will the .NET Apps Live ?

2004-12-23 Thread BobJ
: Thursday, December 23, 2004 6:04 PM Subject: RE: [U2] Where Will the .NET Apps Live ? Mono allows you to run the same C#/.NET code over Win32 and *nix. http://www.mono-project.com/about/index.html As an example, you can use Mono to serve ASP.NET pages from your Linux box with no Windows involved

RE: [U2] Where Will the .NET Apps Live ?

2004-12-23 Thread Tony Gravagno
BobJ bob-at-rjoslyn.com |U2UG| wrote: Mono is one of the better tricks of our time. But for practical purposes it IS Windows so MS wins again. They just don't get any profit when you use Mono. At least no direct profit. Hey Bob, I'll give you grief here but I look forward to seeing you at

RE: [U2] Where Will the .NET Apps Live ?

2004-12-22 Thread Don Kibbey
Java over .Net That just sounds wrong. If you have a server environment that's exclusively Unix, you will probably want to just stick with most anything except .Net. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Wednesday,

RE: [U2] Where Will the .NET Apps Live ?

2004-12-22 Thread Kevin King
From: Don Kibbey Sent: Wednesday, December 22, 2004 5:14 PM Java over .Net That just sounds wrong. I think he might have meant java instead of .net. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Where Will the .NET Apps Live ?

2004-12-22 Thread John Hester
Brutzman, Bill wrote: Is there a way to save .Net exe app programs on a Unix box... such that Windows users can launch these programs directly? Yes, just run samba on the unix box and put the executables in a directory shared by samba. The Windows desktops won't know it's not a Windows server,

RE: [U2] Where Will the .NET Apps Live ?

2004-12-22 Thread James Canale, Jr.
I'm pretty sure that the answer to this is 'yes' but I don't know if anything special is involved. You might want to do some research on the 'Zero Touch Deployment' feature in .NET. Basically, you just load up your executables onto a web server (probably best as an intranet solution). I don't