× 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.



I was thinking the same thing about that study. Some of the tuning decisions seemed arbitrary, and others seemed to be designed to deliberately hamstring the WebSphere-on-POWER system. Who in their right mind would actually build WebSphere on AIX and then force it to talk to DB2 on Windows instead of DB2 on an AIX partition?
________________________________________
From: web400-bounces@xxxxxxxxxxxx [web400-bounces@xxxxxxxxxxxx] On Behalf Of Nathan Andelin [nandelin@xxxxxxxxx]
Sent: Friday, May 29, 2009 4:35 PM
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] Why ASP.NET gets no Respect

Thanks for the feedback, Walden. I made another attempt to install the Stock Trader application. This time I began with Microsoft's Web Platform Installer instead of downloading prerequisite components individually - except for SQL Server Management Studio (according to the Stock Trader configuration instructions). This time I was able to see the project source, although SQL Server and IIS configuration are still a bit beyond me.

I also took your advise to start with something simpler. I followed an introductory walk-through of a basic Web Form application. A number of years ago I was proficient with Visual Studio and VB. The Web walk-through used the same type of paradigm - project and object templates, wizards, drag & drop, property sheets, event handlers, object inspectors, and intellisense - most of which feels cumbersome to me now - like trying to shoehorn complicated structures meant for stand-alone desktop, object-oriented, and thick-client development into a space meant for traditional thin-client techniques.

It would be interesting to explore the Stock Trader application further, but I haven't got very far, and it has taken me away from my primary objective. I was sucked into it by Microsoft's benchmark claims, which appeared to be exceedingly misleading - with numerous implications and omissions. But there doesn't seem to be much information available either way to substanciate or refute them - except the apparent possibility of testing the application oneself.

Nathan.



----- Original Message ----
From: Walden H. Leverich <WaldenL@xxxxxxxxxxxxxxx>
To: Web Enabling the AS400 / iSeries <web400@xxxxxxxxxxxx>
Sent: Friday, May 29, 2009 12:48:26 PM
Subject: Re: [WEB400] Why ASP.NET gets no Respect

It appears that ASP.Net is similar to J2EE in that some of software
run natively, while other parts run under managed code. IIS runs
natively. ASP.Net runs under managed code. MS SQL Server runs
natively. I assume each tier communicates via sockets - even though
each may be running on the same box. Is that the case?

Starting w/IIS7 major parts of IIS are managed code too, especially
w/the integrated pipeline. You can use .net handlers just about anywhere
along the request pipeline, no more ISAPI filters! Yea. But yes, certain
parts of IIS are of course "native", not the least of which for example
would be the kernel-mode cache. ASP.Net is managed, yes. SQL Server is
native code, or at least most of it is, parts aren't. The spatial data
types in 2008 for example are actually CLR (.net) objects.

As for communication, don't think of IIS and ASP.Net as being separate
tiers, especially not IIS7+, they're very integrated. Any communication
between them I'm sure is shared memory. As for ASP.Net to the database,
that connection can be a number of different types. If the database is
on the same machine as the web app then you will likely use shared
memory as the transport. But otherwise TCP sockets would be the
transport.

-Walden


--
Walden H Leverich III
Tech Software
(516) 627-3800 x3051
WaldenL@xxxxxxxxxxxxxxx
http://www.TechSoftInc.com

Quiquid latine dictum sit altum viditur.
(Whatever is said in Latin seems profound.)


-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx]
On Behalf Of Nathan Andelin
Sent: Thursday, May 28, 2009 7:24 PM
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] Why ASP.NET gets no Respect


From: Walden H. Leverich
Run setup (stocktradersetup.msi) and do a "Code Only"
install.

That's what I THOUGHT I did - you evidently got it to work.
Unfortunately, I removed the .Net framework yesterday - and the
installer says it won't run without it.

It appears that ASP.Net is similar to J2EE in that some of software run
natively, while other parts run under managed code. IIS runs natively.
ASP.Net runs under managed code. MS SQL Server runs natively. I assume
each tier communicates via sockets - even though each may be running on
the same box. Is that the case?

Thanks,

Nathan.




--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.

--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.



--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.