I am doing the same as you want. There are several ways to do it, but
most of then are not suited to commercial usage.

a) Take a look at WebL, Compaq's Web Language. It is java1 based and
unsupported, but works wonderfully. The license forbid you to use WebL
as component of a public Internet site, but is the best tool I saw to date.

b) Several XML parsers can extract content from HTML pages. Look at
Quick and Apache group products.

c) You may also write your own code. I am considering write it to use on
my web site.

By the way: a good lawyer would be helpful.

Rog�rio Saran


Krishna Srinivasan wrote:
>
> I'm trying to incorporate newsfeed from an external site say CNN.com and
> show the headlines on my site.
> As news gets updated in CNN.com,my site should also
> show the latest news.
>
> How do i accomplish this?Do i need to open a socket connection with the
> external site or is there any other way to do it?
> Any information will be of great help to me.
>
> Thanks in advance,
>
> ----- Original Message -----
> From: "C.V.S.Brahammananda Rao" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, September 20, 2000 7:16 PM
> Subject: How to run servlets in JRun3.0
>
> > Hello friends,
> >
> > can anyone help me how to run sevlets in JRun3.0.
> >
> > I created a simple class file (hello.class)and put in the JRun/servlets
> > directory.
> > I tried to access by using http://localhost:8000/servlets/hello.
> >
> > It says the following
> > 404 Not Found
> > /servlets/Hello
> > allaire.jrun.JRunServletException: not found
> >         at allaire.jrun.file.FileServlet.service(FileServlet.java,
> > Compiled Code)
> >         at java.lang.Exception.(Unknown Source)
> >         at javax.servlet.ServletException.(ServletException.java, Compiled
> > Code)
> >         at allaire.jrun.JRunServletException.(JRunServletException.java,
> > Compiled Code)
> >         at allaire.jrun.JRunServletException.(JRunServletException.java,
> > Compiled Code)
> >         at allaire.jrun.file.FileServlet.service(FileServlet.java,
> > Compiled Code)
> >         at
> > allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java,
> > Compiled Code)
> >         at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
> >         at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled
> > Code)
> >         at
> >
> allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
> a,
> > Compiled Code)
> >         at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
> >         at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java,
> > Compiled Code)
> >         at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java, Compiled
> > Code)
> >         at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
> >         at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
> >
> >
> > Where have i gone wrong.
> > Thanks in advance.
> > Bye
> > Brahmananda Rao
> >
> >
> ===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to