× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
Why do you want to rewrite the toolbox in C#?

In a distributed environment you don't need that.

I think you should better consider this as an interoperability aspect:

What runs on the AS400 as a server is written in Java and uses
the toolbox in java.

Any client accessing these services knows exactly the protocol.

In all cases if you have C# on a (PC) server somewhere, you will
call sql on your AS400. A better design would be that the AS400
offers services to access the data.

Why not consider web services or soap? .Net uses soap natively.

In this case you take the good where it is and still take all the benefits
of the toolbox.

If you design multi-layers, in all cases you don't directly access
the db with SQL, but with a facade.

I would design a facade in Java on the as400, using the toolbox to
access data. I would also design services. Clients using these
services to get data. (you can do that using webservices, XML, MQSeries,
there is a lot of choices, all of them being clean).

I think we have to consider .Net, but it does not mean you have to throw
away the other technologies.

Just an example: we have many systems linked together. On our AS400 we have
our core banking system. In our international agencies they a completely
different architecture, but they have some clients who needs to access our
data on the AS400. They uses VB and plan to move to .Net. We offered
services,
using MQSeries as transport mechanism and XML for data description, and
everything
works fine. They don't have to know about the technology. They just know
that
they can post a request on a given queue with a given request format, and
that they
will get ea response on another queue in a given response format. We didn't
consider
soap at this time because it was too young, bnut we now have a very flexible
and
opened system because of the use of XML

Gilles

-----Original Message-----
From: Hatzenbeler, Tim [mailto:thatzenbeler@clinitech.net]
Sent: mercredi, 19. juin 2002 18:29
To: 'java400-l@midrange.com'
Subject: toolbox to c#


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
I was wondering, if this would work, and if  it would be acceptable...

Our company (PC side) is standardizing around the .net platform, and I would
like to be able to use the same applications and resources as our pc
programmers...  And there all starting a transisition from VisualBasic to
C#, and I was wondering if the (400 Java Open Toolbox) could be converted to
native c# code, and if it would still work.

Personal Feelings:  I like the cross platform abilities of Java, but for our
PC clients, our gui apps seem to run too slow... Older pc hardware, so I was
hoping if I could write the apps in c#, they would run faster, on our PC's
but still allow me full as/400 connection capabilities...

Any thoughts...

Thanks, tim
This e-mail message, including any attachments, is for the sole use of the
intended recipient(s) and may contain confidential or privileged
information.  Any unauthorized review; use, disclosure or distribution is
prohibited.  If you are not the intended recipient, please contact the
sender by reply e-mail and destroy the message.
_______________________________________________
This is the Java Programming on and around the iSeries / AS400 (JAVA400-L)
mailing list
To post a message email: JAVA400-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l
or email: JAVA400-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/java400-l.


**********************************************************************
This E-mail and any files transmitted with it are confidential
and intended for the exclusive use of the addressee(s) only.
 You should not disclose its contents to any other person.
If you are not the intended recipient please notify the sender
immediately.
**********************************************************************


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.