Re: Java on Web
From: Herman Timmermans (timmermansdot.hermanat_at_skynet.be)
Date: 12/25/03
- Previous message: Raymond DeCampo: "Re: Java on Web"
- In reply to: DaWaN: "Re: Java on Web"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Dec 2003 20:41:47 +0100
DaWaN wrote:
> Thanks for the replies.
>
> What I meant was how can I use the regular Java to create programs with
> the browser as the interface?
>
> I've done a lotta programming myself and do program for the web with PHP
> and done some with C. But for example when I used C I had to rap the
> programs in shell files as .cgi files so they're accessible by the web.
>
> So how can you make a program that is written in Java (including all
> necessary HTML outputs from the Java program itself) to be used from a
> browser?
>
>
> Thanks in advance.
>
> ===========================
> DaWaN
> webmaster@dawan.com
>
>
>
> "DaWaN" <dawan57@hotmail.com> wrote in message
> news:ZK2dnRye9dt3UHmiRVn-gQ@giganews.com...
>> I've done a lot of java programming but never done any for the web.
>> For most of what I've done was with Swing.
>>
>> So how difficult/different is it to still do some Java apps for the web
> from
>> Swing?
>>
>> --
>>
>> ===========================
>> DaWaN
>> webmaster@dawan.com
>>
>>
>>
>>
The easiest way is probably to use JSP/Servlets and deploy them in a
JSP/Servlet container like Tomcat or Jetty.
Brgds, Herman
-- Suse Linux Professional 8.1 on Athlon 1.1 Ghz 512 Mb Anti Spam = remove the "dot" and the "at" Registered Linux User #264690
- Previous message: Raymond DeCampo: "Re: Java on Web"
- In reply to: DaWaN: "Re: Java on Web"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]