|
Hi Aby; Both solutions performs well - so you have to focus on the scalability.Since you a posting in this forum I assume that data is placed on the System I.
ASP.NET. -----------When you use the ASP.NET approach you will need a windows based internet server front-end powered by the IIS. from here you will do SQL connections with ADO or ODBC (or webservices) if you want to be online with your data.
The ASP.NET applications performs super. Now Microsoft is compiling ASP into asmx files. This gives really a boost compared to the previous .ASP applications..
So at the end of the day - it is the database connections that is the bottleneck and most unstable part of the solution, and the size of the PC-server you want to run it on.
STRUTS ----------STRUTS however, is running directly within the System I, so you don't have to worry about the database connection - that is JDBC or (in some cases calls via JNI to the native programs).
STRUTS is producing JSP pages which (by default) is not compiled objects (causing a litle performance degradation - but my guess is that you can live with that). The real performance considerations is how well WebSphere and JAVA is performing on the System. If you have unlimited RAM resources then this is the most powerful solution.
IBM is btw. using STRUTS in the WebFacing product....And finally (a word from our sponsors :-) you might take a look at a product called IceBreak - It combines the best from the two worlds.
It is a native application server running on the System I. It use ASP as syntax - so you use Microsoft Web development studio with RPG or COBOL as language. It compiles the .ASP into native OS/400 programs and can run on even the smallest AS/400 R5V1 with a superb performance. You can play with it on http://www.icebreak.us
-- Regards Niels Liisberg----- Original Message ----- From: "Aby Mathew" <abymathew@xxxxxxxxxxxxxxxxxxxxx>
To: "Web Enabling the AS400 / iSeries" <web400@xxxxxxxxxxxx> Sent: Thursday, April 20, 2006 5:21 AM Subject: Re: [WEB400] Is ASP.net or Struts frame work ?
Hi Niels,I want to know the internal process difference between ASP.NET and STRUTS. Which will perfom well ? Regrds Aby----- Original Message ----- From: "Niels Liisberg" <liisberg@xxxxxxxxxxxxx>To: "Web Enabling the AS400 / iSeries" <web400@xxxxxxxxxxxx> Sent: Wednesday, April 19, 2006 7:10 PM Subject: Re: [WEB400] Is ASP.net or Struts frame work ?Hi Aby; The short version:The ASP.net framework only works if you have an IIS ( Internet InformationServer) as your application server. ... ASP / IIS is the Microsoft world. Struts is JAVA based and can be used on any J2EE complaint server - WebSphere or Tomcat etc. ... Struts / J2EE is the rest of the world .... Regards Niels Liisberg----- Original Message ----- From: "Aby Mathew" <abymathew@xxxxxxxxxxxxxxxxxxxxx>To: "Web Enabling the AS400 / iSeries" <web400@xxxxxxxxxxxx> Sent: Wednesday, April 19, 2006 1:58 PM Subject: [WEB400] Is ASP.net or Struts frame work ?Hi Friends, WE are palnning to do a project in ASP.net. But from our team some one sounds Struts is more suit for this project. We dont have any experts of Struts here. On what basis we decide which technology is proper ..Struts or ASP.Net ? Is it depends on scalabilty of the application? Hope any body can give a prorper solution.. Thanks and Regards Aby Mathew -- 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 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.