RE: [U2] validate active directory username & password from within unidata?

2009-03-17 Thread Ross Ferris
What platform is UD running on . I assume *nix? Do "you" need to do this, or is it enough that the host OS has validated logon credentials against AD? Ross Ferris Stamina Software Visage > Better by Design! >-Original Message- >From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u

RE: [U2] IDE

2009-03-17 Thread Ross Ferris
In case you are in any doubt, I'm going to talk about VISAGE Hi Rudy, You should consider our Visage product (http://www.stamina.com.au/Visage/visage.htm) if you are seeking an enterprise class IDE that is fully aware of your UV environment, and has been designed from the ground up to leverage t

Re: [U2] validate active directory username & password from within unidata?

2009-03-17 Thread Steve Romanow
Bruce McAdoo wrote: Any ideas how I might be able to validate active directory username & password from within unidata? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/ We use Centeris Likewise Enterprise --- u2-users maili

Re: [U2] IDE

2009-03-17 Thread Jeff Powell
I would like to add my experience to this thread. I am using UniObjects for Java with tomcat / glassfish. Thread safety depends on where you place you UniSession object. If you create it in a method it is thread safe. If it is created in the class (HttpServlet ...) it is common to all processR

[U2] validate active directory username & password from within unidata?

2009-03-17 Thread Bruce McAdoo
Any ideas how I might be able to validate active directory username & password from within unidata? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UniObjects in Web App [ad]

2009-03-17 Thread Tony G
From: D Averch > We would not recommend to anyone that you try to write > your own connection manager. We been there and done > that. However, that is what you have to do in order > to guarantee that you don't step on your connections. Well, you don't need to "write" a connection manager. Yo

RE: [U2] IDE

2009-03-17 Thread Tony G
Yeah, that was a funny statement. Sorry Bill. IE isn't .NET. I wish it were, and MS Office too because there would be a lot less problems. Many of the security issues are precisely due to the fact that IE doesn't employ the .NET security model which authenticates and authorizes code. After all

RE: [U2] IDE

2009-03-17 Thread Symeon Breen
Off topic, but in reply - I develop all my web pages (asp.net and others) using firefox as the browser - i then tweak the stylesheets to cater for the bugs in ie6. Ie7 and 8 are much better. -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug

Re: [U2] IDE

2009-03-17 Thread Jacques G.
Using .NET doesn't mean you're stuck with IE. The webpages which make use of dot.net services can be any webserver. You'd just have to develop with your customer's browser to make sure it displays correctly. - Original Message From: "Brutzman, Bill" To: u2-users@listserver.u2ug.org

Re: [U2] Developers permissions with Windows and UniData

2009-03-17 Thread Charles_Shaffer
> Does anyone have a clue how I can give someone administrator access to > UniData commands but deny them write privileges to the source code in our > application directory? If it's linux you could use the /etc/sudoers file to give limited sudo capabilities for the deleteuser and stopudt

RE: [U2] IDE

2009-03-17 Thread Brutzman, Bill
Here is another design angle... Although we use MS Exchange and Outlook, Excel, and Word, my boss eschews Microsoft IE. As I am not looking to talk myself out of my job, I am not looking to force .net on him. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please

RE: [U2] UniObjects in Web App

2009-03-17 Thread D Averch
Kathy, We wrote our own middleware called U2WebLink that uses UniObjects for Java. The logging capability of UniObjects is not very good. We added an open source package called Apache log4j to our middleware to handle logging for UOJ. UOJ is not thread safe and the connection software you write

RE: [U2] IDE

2009-03-17 Thread Tony G
> From: Doug Averch > The problem with all of these suggestions by our > fellow programmers is that they are piece meal. Get > this tool for editing programs. Get this tool for > gui-izing forms. Get this tool to from Microsoft to > do this or that. I've been watching the frenzy with interes

[U2] Developers permissions with Windows and UniData

2009-03-17 Thread Bill Haskett
We have a network with several Windows development machines on it. UniData is on one machine and our Web server is on another machine. Our UD environment is set up so that only the administrator (me) has access to everything. We have three additional groups: developers appus

RE: [U2] IDE

2009-03-17 Thread D Averch
Rudy, The problem with all of these suggestions by our fellow programmers is that they are piece meal. Get this tool for editing programs. Get this tool for gui-izing forms. Get this tool to from Microsoft to do this or that. Why not go with one built-in set of tools? You can edit your progra

Re: [U2] Hash / File Types in Unidata

2009-03-17 Thread Kevin King
The best answer I ever got (from a very qualified IBM technical resource) was "I think one is left justified and the other is right justified". No, it's not an answer, but that's all I've ever been told. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://

[U2] RE: IDE

2009-03-17 Thread Israel, John R.
Our UniData database is on a Unix box. I have mapped the key dirs to my PC. This allows me to use any PC editor I wish. I usually use SlickEdit because that is an editor that lots of other folks here use for other applications, but I have also used Primal Script (the 2nd most popular editor h

[U2] Hash / File Types in Unidata

2009-03-17 Thread Raymond de Bourbon
Can anyone provide me with a link / info on the differences between Hash/ file types 0 and 1.. I would like to know more about how these work internally, so that at design / file creation time, the files can be created with the correct intended type, rather than just relying on file stats to c

RE: [U2] IDE

2009-03-17 Thread Brian Leach
Hi Rudy First, for a Windows based editor download the free mvDeveloper from my website. It's written in Delphi, uses UniObjects and it's lean and quick. And free, or did I say that? Second, download my primer on 'writing your first universe application' from the U2UG site. I know you're not n

Re: [U2] IDE

2009-03-17 Thread Craig Bennett
Norman Bauer wrote: I'll chime in that I use Emacs with UniBasic.elfor basic code. Well if someone is going to make claim to Emacs, I'll have to point out how great Vim with the mvbasic syntax file is for basic code ... --- u2-users mailing li

RE: [U2] IDE

2009-03-17 Thread Symeon Breen
As for tools for development use the new u2 IDE that runs on eclipse - it carries on from the old unidebugger and ads more functionality. As for gui-izing I can recommend designbais for quick authoring of web forms and more. Or if you want to do it all yourself I would recommend asp.net with unio

Re: [U2] IDE

2009-03-17 Thread Norman Bauer
I'll chime in that I use Emacs with UniBasic.elfor basic code. Norm On Mon, Mar 16, 2009 at 4:54 PM, Cooper, Rudy wrote: > Hi List, > > > > I need some recommendations. > > > > We've been coding using our UV text editor. You know the routine, copy > a