Re: [Tn5250j-general] JTOpen toolkit and passwords

2005-04-13 Thread wim . van . leuven
Hello Patrick, The same thing you are trying to do here is already implemented in the SessionBean class in 5250. What you should do, I think (and we do it all the time in our ERP systems based on our own Java Workflow framework for iSeries) is setup a cache of authentications for the user. When

[Tn5250j-general] Selection rectangle

2005-04-14 Thread wim . van . leuven
first origin location. Moreover the rectangle sometimes gets corrupted, thus making it impossible to continue copying and pasting text. Does anybody has any ideas where to start first? Can this issue be resolved or is it a feature instead of a bug? Thanks for any help, Wim Van Leuven

RE: [Tn5250j-general] JTOpen toolkit and passwords

2005-04-14 Thread wim . van . leuven
Hello Patrick, no. Sorry no Jython script. Not that I do not now Jython (I do NOT), but it's not that easy! It should be added to emulator itself. It would then be usable for Jython also. But I see you are a certified Java developer? wim.

Re: [Tn5250j-general] Applet Deployment

2005-05-10 Thread Wim . Van . Leuven
for easier policy file replacement or for unsecured deployment. Problem with applets is that a refresh of the web page will relaunch your applet and thus kill your 5250 session? HTH, Wim Van Leuven. [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 10/05/2005 14:48 Please respond to tn5250j

RE: [Tn5250j-general] Applet Deployment

2005-05-12 Thread Wim . Van . Leuven
for easier policy file replacement or for unsecured deployment. Problem with applets is that a refresh of the web page will relaunch your applet and thus kill your 5250 session? HTH, Wim Van Leuven. [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED

RE: [Tn5250j-general] binary sent out

2005-06-06 Thread Wim . Van . Leuven
Hello Patrick, It's not just a question of JRE versions but rather an API discussion. A lot of APIs have been changed in 5.0 which will make the 1.4 installations fail! Patrick Bielen [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 06/06/2005 14:07 Please respond to

Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Wim . Van . Leuven
Hello Kenneth, Maybe what he says is true, but if you start hacking the GUI class to inject you own user credentials, you do worse then structuring not the best OO code. Why doesn't he just use the SessionBeans class and wrap it up in his own JFrame to webstart that one? We have a project

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-16 Thread Wim . Van . Leuven
Hello Pete, I'm not quite sure why everybody make a problem about the clear passwords. When you would send them encrypted, the emulator telnets to the AS/400 and what does he do in the first place: send your userid and password to the as/400. I think that these are in clear text also. The only

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-17 Thread Wim . Van . Leuven
Hello Pete, I think you are completely right in your interpretation. The SSL or VPN tunnel would encrypt all communcation between the PC and the (web and AS400) server. If the user would popup the HTML source he would indeed see (his own?) userid and password. The auto disconnect feature as

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Wim . Van . Leuven
Hello Kenneth, I've been looking on this issue also, because STRPCCMD is used by almost all of our customers. So, I think we should implement it next to the scanning solution. I was wondering though if the streamdetection should do a callback to an interface, or should immediately run the

Re: [Tn5250j-general] What about to move to 1.4 and drop 1.3 ?

2005-06-17 Thread Wim . Van . Leuven
Sounds good to me! Wim. Patrick Bielen [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 17/06/2005 14:13 Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject [Tn5250j-general] What about to move to 1.4 and drop 1.3 ?

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Wim . Van . Leuven
Actually Kenneth, it is even simpler I think. The STRPCO command actually doesn't do anything (anymore). Just the STRPCCMD fails if you have not issued a STRPCO in advance. It is just client access that scans for what is in the stream on STRPCCMD and indeed scrapes the command and runs it and

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Wim . Van . Leuven
And from what do I start? Can I also do it at the beginning of next week? Kenneth Pouncey [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 17/06/2005 16:34 Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re:

[Tn5250j-general] Emulator hangs

2005-06-24 Thread Wim . Van . Leuven
at AS/400 side for the job. You can just stop the emulator and restart. If we however augment our invisibility period to a longer time, the hangs occur much less frequent. Does anybody have any ideas about what is causing this problem? Thanks for any input on this, Wim Van Leuven. Kenneth

Re: [Tn5250j-general] Emulator hangs

2005-06-28 Thread Wim . Van . Leuven
occur much less frequent. Does anybody have any ideas about what is causing this problem? Thanks for any input on this, Wim Van Leuven. Kenneth Pouncey [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 02/06/2005 10:12 Please respond to tn5250j

Re: [Tn5250j-general] JDK version

2005-06-28 Thread Wim . Van . Leuven
Hello Kenneth, I remembered Patrick asking this upgrade, but not from the point of using 'new' technologies like nio, I think. Rather to cleanout 1.3 specific code and integrating new APIs. Probably Swing related APIs most of the times. As I understood NIO it mostly helps for doing async io

Re: [Tn5250j-general] Emulator hangs

2005-06-29 Thread Wim . Van . Leuven
the emulator and restart. If we however augment our invisibility period to a longer time, the hangs occur much less frequent. Does anybody have any ideas about what is causing this problem? Thanks for any input on this, Wim Van Leuven

Re: [Tn5250j-general] Checking in on the project

2005-10-14 Thread Wim . Van . Leuven
Hello Pete, great to hear some acitivity from this corner. The screenscraper works for one of our customers and is tailored to their screen layouts. Still have to do some bugfixes for them shortly, so I can send some screenshots on the list to give an idea to what it looks like. We were now

Re: [Tn5250j-general] Checking in on the project

2005-10-14 Thread Wim . Van . Leuven
The latest version of JTOpen provides all the codepages from 1200, 1201, 1202 and 1208. So if they install this one into their classpath, the emulator should work!

Re: [Tn5250j-general] tn5250j on linux with java 1.5.0

2005-10-25 Thread Wim . Van . Leuven
Hello Patrick, that sounds great!! In my opinion the emulator works quite well and stable. It should be cleaned out of old code indeed as you suggest. I'll see what I can do from this side to get this going again. Cheers, (Tot ziens) Wim Patrick Bielen [EMAIL PROTECTED] Sent by: [EMAIL

Re: [Tn5250j-general] new project, maybe usefull to use incombination with tn5250j

2005-11-14 Thread Wim . Van . Leuven
If you implement this, I think it is best to stick to standard Java APIs (like JAAS for authentication). We use this and 5250 in our complete java framework. The problem for AS/400 is authentication across multiple AS/400s. Patrick Bielen [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED]

RE: [Tn5250j-general] [Fwd: Fw: TN5250J License]

2005-12-13 Thread Wim . Van . Leuven
Hello all, glad to hear those enhancements are coming into the codebase! Concerning the licensing, though, I'm not an expert myself regarding the differences. As I understand it, GPL means that any derivative or piece of code containing the library, should also be opensource. LGPL lessens this

Re: [Tn5250j-general] [Fwd: Fw: TN5250J License]

2005-12-15 Thread Wim . Van . Leuven
Hello Pete, As you explain LGPL, it seems to me that this is the way to go! Pete Helgren [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 14/12/2005 22:40 Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re:

Re: [Tn5250j-general] STRPCCMD

2006-07-04 Thread Wim . Van . Leuven
from any shell box on your PC, the emulator should be able to launch the firefox. Another thing that has been implemented in the latest version is the recognition of URL so that http:// and mailto:// urls become clickable in the emulator. HTH, Wim Van Leuven Oliver Schneider [EMAIL

Re: [Tn5250j-general] STRPCCMD

2006-07-04 Thread Wim . Van . Leuven
should be able to launch the firefox. Another thing that has been implemented in the latest version is the recognition of URL so that http:// and mailto:// urls become clickable in the emulator. HTH, Wim Van Leuven -- Oliver Schneider EDV Schrauben-Jaeger AG Fon.: 07 21 - 5

Re: [Tn5250j-general] STRPCCMD

2006-07-04 Thread Wim . Van . Leuven
become clickable in the emulator. HTH, Wim Van Leuven -- Oliver Schneider EDV Schrauben-Jaeger AG Fon.: 07 21 - 5 70 06 - 141 Fax.: 07 21 - 5 70 06 - 145 [EMAIL PROTECTED] http://www.schrauben-jaeger.de Using Tomcat but need to do more? Need to support web services, security? Get stuff