|
> -----Ursprüngliche Nachricht----- > Von: midrange-l-bounces@xxxxxxxxxxxx > [mailto:midrange-l-bounces@xxxxxxxxxxxx] Im Auftrag von > Walden H. Leverich > Gesendet: Montag, 27. Juni 2005 15:43 > An: Midrange Systems Technical Discussion > Betreff: RE: Pocket PC Development & AS/400 > > >web service development with java is quite easy. much easier as with > .net. > > I'm NOT trying to start the .NET vs. Java argument here i have read the last one. one holy war per month is enough, even for me =)) >, I'm honestly > curious. How is it easier? I've done them in .NET and it seems really > easy to me, but I don't know Java. Can you explain, or post some code? it goes like this. write your code with nothing in mind of web services like: public class ProductInfoService { public String[] getProductDescription(long articleNumber) { String[] retVal = new String[3]; // some code return retVal; } } this was coding step one. and now coding step two..... hmm. we are finished =))) there is nothing more. you just need a tomcat installation and install apache axis on it as a normal web application. but that is the server installation and has "nothing" to do with the web service development. now i just have to put the source into the axis web application folder and rename xxx.java to xxx.jws. finished. i don't think it can't be more straight forward. the steps are easy and they are few. i took me about ten minutes to download install tomcat, download and install apache axis. look through the homepage of axis, write my code and test my first web service. i was not looking at a high performance web service environment. just needed a simple setup for evalution but i was astonished and bewitched by its simplicity. > Thanks, > -Walden > > ------------ > Walden H Leverich III > Tech Software > (516) 627-3800 x11 > WaldenL@xxxxxxxxxxxxxxx > http://www.TechSoftInc.com > > Quiquid latine dictum sit altum viditur. > (Whatever is said in Latin seems profound.) > > > > -- > This is the Midrange Systems Technical Discussion > (MIDRANGE-L) mailing list > To post a message email: MIDRANGE-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/midrange-l > or email: MIDRANGE-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/midrange-l. > >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.