[ajug-members] java/oop w/ mysql
Selva Sabapathy
sabapathy_s at yahoo.com
Wed Aug 13 02:34:43 EDT 2008
You may find this tutorial useful:
http://java.sun.com/docs/books/tutorial/jdbc/index.html
Also, you can find a JDBC driver for MySQL here:
http://dev.mysql.com/downloads/connector/j/5.1.html
--- On Tue, 8/12/08, mcdaniel <521 at ofig.org> wrote:
From: mcdaniel <521 at ofig.org>
Subject: [ajug-members] java/oop w/ mysql
To: ajug-members at ajug.org
Date: Tuesday, August 12, 2008, 9:05 PM
does java have a standard library-class with static methods (meaning, so
i can use it as a function) that i can use to connect to a db?
thanks,
barclay
521 wrote:
>
> 612 only misses by one as the secondPrimeReversalIsCube...
>
> *On Tue, 5 Aug 2008 12:55:14 -0400, Jake Berner wrote*
> > 521 -
> >
> > It may be worth noting that a webstart can actually BE either an
> application or an applet, the specification supports both (no doubt
> for portability of legacy applets.) Honestly, about the only applet
> feature I missed and had to re-write when moving from a webstart
> applet to a webstart application was the statusbar. The jnlp is just
> what it stands for, a network launching protocol. It's a sandbox above
> the applets or applications it runs, so it's not entirely fair to
> compare it directly to either. As such, you'll find that several
> "services" can be exposed through it, such as file io, printing,
> clipboard and more (see the javax.jnlp package.)
> >
> > - Jake
> >
> > PS: I found your bio: http://primes.utm.edu/curios/page.php/521.html
>
>
> > ----- Original Message -----
> > *From:* 521 <mailto:521 at ofig.org>
> > *To:* ajug-members at ajug.org <mailto:ajug-members at ajug.org>
> > *Sent:* Tuesday, August 05, 2008 11:52 AM
> > *Subject:* Re: [ajug-members] applet vs. jnlp
> >
> > i understand- my bad
> > *On Tue, 5 Aug 2008 11:12:11 -0400, Steve Finch wrote*
> > > Dude, you're going to have to do your legwork before
sending
> these
> > > emails.
> > >
> > > http://en.wikipedia.org/wiki/Java_webstart
> > >
> > > >From the wiki entry:
> > > Unlike Java applets, Web Start applications do not run
inside the
> > > browser, and the sandbox in which they run does not have to
be as
> > > restricted, although this can be configured. One chief
> advantage of Web
> > > Start over applets is that they overcome many compatibility
> problems
> > > with browsers' Java plugins and different JVM versions.
On the
> other
> > > hand, Web Start programs cannot communicate with the browser
> as easily
> > > as applets.
> > >
> > > -----Original Message-----
> > > From: 521 [mailto:521 at ofig.org]
> > > Sent: Tuesday, August 05, 2008 9:31 AM
> > > To: ajug-members at ajug.org
> > > Subject: [ajug-members] applet vs. jnlp
> > >
> > > Is an applet "not-a" full-blown application but a
jnlp
> (webstart) file
> > > "is-a"
> > > full-blown application? don't they both run/initiate
> byte-code from a
> > > jar
> > > file? the only difference i can see is that the jnlp file
> (webstart)
> > > has the
> > > ability to download JRE if needed (if it's missing)...
is this
> > > generally
> > > correct?
> > >
> > > barclay
> > >
> > > _______________________________________________
> > > ajug-members mailing list
> > > ajug-members at ajug.org
> > > http://www.ajug.org/mailman/listinfo/ajug-members
> > >
> > > _______________________________________________
> > > ajug-members mailing list
> > > ajug-members at ajug.org
> > > http://www.ajug.org/mailman/listinfo/ajug-members
> >
> >
> >
>
------------------------------------------------------------------------
>
> > _______________________________________________
> > ajug-members mailing list
> > ajug-members at ajug.org
> > http://www.ajug.org/mailman/listinfo/ajug-members
> >
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ajug-members mailing list
> ajug-members at ajug.org
> http://www.ajug.org/mailman/listinfo/ajug-members
>
_______________________________________________
ajug-members mailing list
ajug-members at ajug.org
http://www.ajug.org/mailman/listinfo/ajug-members
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20080812/e6cc4c4e/attachment.html
More information about the ajug-members
mailing list