Re: JSP page exploration scenario

2015-03-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pavel, On 3/28/15 5:44 AM, Pavel Yermolenko wrote: > Thank you for this explanation. Probably you have a reason - le jeu > n'en vaut pas la chandelle. Before I worked in this way with > another portal and it took me half a day to elaborate a code in

RE: JSP page exploration scenario

2015-03-28 Thread Pavel Yermolenko
List Subject: Re: JSP page exploration scenario Pavel Yermolenko wrote: > According to page address, that contains suffix jsp after last point '.', it > seems to be JSP page. > Also the syntax of the content of the page correspond to syntax of a JSP page. > > When I typ

Re: JSP page exploration scenario

2015-03-28 Thread André Warnier
o, tends to become a nightmare in terms of reliability and maintenance. (Note that even the sites which offer an API can be problematic also, but much less so than HTML pages). Regards Pavel. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: vendredi 27

RE: JSP page exploration scenario

2015-03-27 Thread Pavel Yermolenko
iginal Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: vendredi 27 mars 2015 23:20 To: Tomcat Users List Subject: Re: JSP page exploration scenario Pavel Yermolenko wrote: > Hello André, > > > > Why do you make it so complicated ? > > Why do you not

Re: JSP page exploration scenario

2015-03-27 Thread André Warnier
Pavel Yermolenko wrote: Hello André, Why do you make it so complicated ? Why do you not just request the link to the JSP page ? does that not return the PDF file that you want ? JSP page doesn't include link to .pdf. When I "execute" such JSP page in browser (e.g. Chrome) and then se

RE: JSP page exploration scenario

2015-03-27 Thread Pavel Yermolenko
ce, the link on .pdf does present. What you propose works perfectly with "ordinary" pages, not with JSP. Regards Pavel -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: vendredi 27 mars 2015 21:37 To: Tomcat Users List Subject: Re: JSP page expl

Re: JSP page exploration scenario

2015-03-27 Thread André Warnier
Pavel Yermolenko wrote: Hello, For acceleration to getting articles (.pdf files) from some portal I'm trying to realize following scenario in Java application: 1. Initial page is read into a string object STRING1 2. STRING1 is analyzed and array ARR1 of links, associated to a

JSP page exploration scenario

2015-03-27 Thread Pavel Yermolenko
Hello, For acceleration to getting articles (.pdf files) from some portal I'm trying to realize following scenario in Java application: 1. Initial page is read into a string object STRING1 2. STRING1 is analyzed and array ARR1 of links, associated to articles, is built 3. Unf