I'm learning Java as we speak. I was wondering if anyone could show me an
actuall Java App or applet that talks to a database. Something other then
quering the DB or displaying tables. I would like to see an actual app or
applet with real world functionality
thanks
06-05-2002, 10:43 AM
Paul Clapham
Re: Java Apps
Try the Vancouver Public Library. It has an applet that you can use to
browse the library catalogue. If you want a look at it, go here:
Having said that, I hope you don't think that applets are all there is to
Java. My impression is that most of the Java work these days is on the
server side.
PC2
"Mike" <mbrzezicki@msn.com> wrote in message news:3cfe0d3e$1@10.1.10.29...
> I'm learning Java as we speak. I was wondering if anyone could show me an
> actuall Java App or applet that talks to a database. Something other then
> quering the DB or displaying tables. I would like to see an actual app or
> applet with real world functionality
>
> thanks
>
>
06-05-2002, 04:01 PM
Mike
Re: Java Apps
I'm aware that java isn't only applets. I also know theres more to Java then
people realize and it's used a lot on the server.
thanks
"Paul Clapham" <pclapham@core-mark.com> wrote in message
news:3cfe1f2d$1@10.1.10.29...
> Try the Vancouver Public Library. It has an applet that you can use to
> browse the library catalogue. If you want a look at it, go here:
>
> http://www.vpl.vancouver.bc.ca/general/catalog.html
>
> and click on the WebPAC link.
>
> Having said that, I hope you don't think that applets are all there is to
> Java. My impression is that most of the Java work these days is on the
> server side.
>
> PC2
>
> "Mike" <mbrzezicki@msn.com> wrote in message news:3cfe0d3e$1@10.1.10.29...
> > I'm learning Java as we speak. I was wondering if anyone could show me
an
> > actuall Java App or applet that talks to a database. Something other
then
> > quering the DB or displaying tables. I would like to see an actual app
or
> > applet with real world functionality
> >
> > thanks
> >
> >
>
>
06-06-2002, 09:42 AM
Volker Held
Re: Java Apps
Hi Mike,
The Sun tutorial about the JDBC api covers databases quite well.
Mike wrote:
> I'm aware that java isn't only applets. I also know theres more to Java then
> people realize and it's used a lot on the server.
>
> thanks
>
>
>
> "Paul Clapham" <pclapham@core-mark.com> wrote in message
> news:3cfe1f2d$1@10.1.10.29...
>
>>Try the Vancouver Public Library. It has an applet that you can use to
>>browse the library catalogue. If you want a look at it, go here:
>>
>>http://www.vpl.vancouver.bc.ca/general/catalog.html
>>
>>and click on the WebPAC link.
>>
>>Having said that, I hope you don't think that applets are all there is to
>>Java. My impression is that most of the Java work these days is on the
>>server side.
>>
>>PC2
>>
>>"Mike" <mbrzezicki@msn.com> wrote in message news:3cfe0d3e$1@10.1.10.29...
>>
>>>I'm learning Java as we speak. I was wondering if anyone could show me
>>>
> an
>
>>>actuall Java App or applet that talks to a database. Something other
>>>
> then
>
>>>quering the DB or displaying tables. I would like to see an actual app
>>>
> or
>
>>>applet with real world functionality
>>>
>>>thanks
>>>
>>>
>>>
>>
>
>