stas 2002/12/04 18:37:54
Modified: src/outstanding sites.html
src/outstanding/success_stories config.cfg
Added: src/outstanding/success_stories www.inteligo.pl.pod
www.inteligo.pl.txt www.redhat.com.pod
www.redhat.com.txt
Log:
add the stories for www.redhat.com and www.inteligo.pl
Revision Changes Path
1.13 +14 -0 modperl-docs/src/outstanding/sites.html
Index: sites.html
===================================================================
RCS file: /home/cvs/modperl-docs/src/outstanding/sites.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sites.html 15 Jul 2002 18:09:20 -0000 1.12
+++ sites.html 5 Dec 2002 02:37:54 -0000 1.13
@@ -102,6 +102,20 @@
<p>
+<b>Banking: </b><a href="http://www.inteligo.pl">Inteligo</a>, the
+Polish internet bank, recently migrated its transactional web service
+(the application used by the bank clients to make different kinds of
+payment orders, check account balances etc) from complicated
+Java-based solution to the mod_perl application. The application
+implements web frontend to the business services implemented by the
+main bank system and accessed via the bank middleware. It is worth
+mentioning that the application constitute the main access channel for
+the bank clients. Read the <a
+href="success_stories/www.inteligo.pl.html">whole story</a>.
+</p>
+
+<p>
+
<b>Technology news: </b><a href="http://home.wired.com/">WIRED
Digital</a> uses mod_perl (on linux and solaris) for several
applications. It is used widely throughout <a
1.6 +2 -0 modperl-docs/src/outstanding/success_stories/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/outstanding/success_stories/config.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- config.cfg 4 Dec 2002 02:48:17 -0000 1.5
+++ config.cfg 5 Dec 2002 02:37:54 -0000 1.6
@@ -37,8 +37,10 @@
'wmboerse.pod',
'www.afp-direct.com.pod',
'www.bivio.com.pod',
+ 'www.inteligo.pl.pod',
'www.lind-waldock.com.pod',
'www.mobile.de.pod',
+ 'www.redhat.com.pod',
'www.termium.com.pod'
],
);
1.1
modperl-docs/src/outstanding/success_stories/www.inteligo.pl.pod
Index: www.inteligo.pl.pod
===================================================================
###################################################
# WARNING: Do not edit this file!
# If you do the changes will be lost!
# Instead edit the corresponding .txt file and run make.pl
#
# Don't forget to commit the changes to both .txt and the generated
# .pod to cvs, since others won't run the local make.pl
####################################################
=head1 NAME
modperl usage in financial institutions
=head1 Marcin Kasperski E<lt>Marcin.Kasperski E<lt>atE<gt> acn.waw.plE<gt>
exclaimed:
=over
=item *
Date: 04 Dec 2002 22:52:29 +0100
=item *
URL: http://www.inteligo.pl
=back
I am more than happy being now able to add the new nice
reference. Please, patch my English where necessary...
Polish internet bank named Inteligo (http://www.inteligo.pl) recently
migrated its transactional web service (the application used by the
bank clients to make different kinds of payment orders, check account
balances etc) from complicated Java-based solution to the modperl
application. The application implements web frontend to the business
services implemented by the main bank system and accessed via the bank
middleware. It is worth mentioning that the application constitute the
main access channel for the bank clients.
After a few days of productional use the application is perceived to
be much faster and lighter than the one previously used.
Two words of warning:
- inteligo 'informational' website (the pages visible under
www.inteligo.pl) still use PHP and probably will continue to,
- don't treat this as easy 'perl is faster than Java' claim, there was
a lot of design and programming work behind the new application...
Being a person who suggested using this technology and worked in a
core development team I can admit that modperl fulfilled myp
erformance expectations and allowed to develop complicated application
fairly quickly.
Thanks to all the people who developed this nice piece of software and
its documentation and to everyone who answered my and my colleagues
questions during the project.
=cut
1.1
modperl-docs/src/outstanding/success_stories/www.inteligo.pl.txt
Index: www.inteligo.pl.txt
===================================================================
From: Marcin Kasperski <Marcin.Kasperski <at> acn.waw.pl>
Organization: Og�lnopolski Strajk Przeciwko Strajkom
Date: 04 Dec 2002 22:52:29 +0100
Subject: modperl usage in financial institutions
URL: http://www.inteligo.pl
I am more than happy being now able to add the new nice
reference. Please, patch my English where necessary...
Polish internet bank named Inteligo (http://www.inteligo.pl) recently
migrated its transactional web service (the application used by the
bank clients to make different kinds of payment orders, check account
balances etc) from complicated Java-based solution to the modperl
application. The application implements web frontend to the business
services implemented by the main bank system and accessed via the bank
middleware. It is worth mentioning that the application constitute the
main access channel for the bank clients.
After a few days of productional use the application is perceived to
be much faster and lighter than the one previously used.
Two words of warning:
- inteligo 'informational' website (the pages visible under
www.inteligo.pl) still use PHP and probably will continue to,
- don't treat this as easy 'perl is faster than Java' claim, there was
a lot of design and programming work behind the new application...
Being a person who suggested using this technology and worked in a
core development team I can admit that modperl fulfilled myp
erformance expectations and allowed to develop complicated application
fairly quickly.
Thanks to all the people who developed this nice piece of software and
its documentation and to everyone who answered my and my colleagues
questions during the project.
1.1
modperl-docs/src/outstanding/success_stories/www.redhat.com.pod
Index: www.redhat.com.pod
===================================================================
###################################################
# WARNING: Do not edit this file!
# If you do the changes will be lost!
# Instead edit the corresponding .txt file and run make.pl
#
# Don't forget to commit the changes to both .txt and the generated
# .pod to cvs, since others won't run the local make.pl
####################################################
=head1 NAME
Red Hat's use of mod_perl
=head1 Chip Turner E<lt>cturner (at) redhat.comE<gt> exclaimed:
=over
=item *
Date: 29 Nov 2002 23:30:24 -0500
=back
Red Hat's main website, www.redhat.com, is a mod_perl site (mainly
Apache::ASP). Also, the Red Hat Network's website, rhn.redhat.com, is
pure mod_perl, using a custom templating system (which I'll release
one day, as soon as I find time..). It's actually a fairly
complicated use of mod_perl for a web application, totalling around
60k likes of perl.
=cut
1.1
modperl-docs/src/outstanding/success_stories/www.redhat.com.txt
Index: www.redhat.com.txt
===================================================================
Subject: Red Hat's use of mod_perl
Date: 29 Nov 2002 23:30:24 -0500
From: Chip Turner <[email protected]>
Red Hat's main website, www.redhat.com, is a mod_perl site (mainly
Apache::ASP). Also, the Red Hat Network's website, rhn.redhat.com, is
pure mod_perl, using a custom templating system (which I'll release
one day, as soon as I find time..). It's actually a fairly
complicated use of mod_perl for a web application, totalling around
60k likes of perl.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]