The Source for Java Technology Collaboration
User: Password:



Lance Andersen

Lance Andersen's Blog

Java DB provides a great way to try JDBC 4.0 features

Posted by lancea on June 15, 2006 at 10:15 AM | Comments (14)

Java DB and Apache Derby have been following the progress of the JDBC 4.0 specification very closely and have implemented many of the JDBC 4.0 features in the 10.2 alpha release. Rick Hillegas has done a great job of leading the team implementing the JDBC 4.0 features.

Another key JDBC feature that has been added in the 10.2 release is support for updatable scrollable cursors.

You can find the latest status regarding the JDBC 4.0 features as well as the rest of the Java DB 10.2 features here.

Java DB will be available with Mustang later today (6/15) or tomorrow (6/16) as part of the JDK bundles for build 88, available at http://download.java.net/jdk6/binaries/


Bookmark blog post: del.icio.us del.icio.us Digg Digg DZone DZone Furl Furl Reddit Reddit
Comments
Comments are listed in date ascending order (oldest first) | Post Comment

  • Stealth JavaDB ;-)

    I downloaded the most recent jdk 1.6 Beta 2 but I for the life of me can't find any reference to JavaDB. Clearly I'm missing something ...

    Or should I just download it from Apache?

    Posted by: davidsarmstrong on June 20, 2006 at 11:17 PM

  • Hi David,

    Java DB is in build 88 which came out after the Beta 2 build for mustang. Sorry if my post was not clear on this fact.

    Posted by: lancea on June 21, 2006 at 06:23 AM

  • Hi David. As I already mentioned on Javalobby, I think it's a unfair for other database vendors / developers (like me, http://www.h2database.com) to bundle JavaDB with the JDK. The JDBC driver list needs to be updated. It is in a very bad shape: broken links, wrong data, missing databases, typos. This list is quite up-to-date: http://www.sqlsummit.com/JDBCVend.htm If you want me to help you update the list please tell me.

    Posted by: thomasmueller2 on June 22, 2006 at 05:09 AM

  • Thomas,

    As i mentioned on a reply to your post on javalobby, i have recently taken ownership of the JDBC pages on java.sun.com. I am in the process of getting things cleaned up and i approved your entries regarding h2 for the driver database so if you search now they should be found.

    I am aware of 1 broken link regarding industrysupport which works on some pages, not on others due to the URL for the page changing.
    If you know of other issues, please let me know.

    Thanks

    Lance

    Posted by: lancea on June 22, 2006 at 07:11 AM

  • Hi David, Cool my entries are now in the list! Thanks. However there is a problem: There is no process to add a new database engine. So I sent a mail (didn't get a reply), then I added H2 as a 'database driver' for Hypersonic SQL. In 'Availability' (there is no 'remark' field), I wrote 'The DBMS is H2'. What I mean is: a new DBMS should be added (as this is now done with 'Apache Derby' and 'Java DB') called 'H2 Database Engine' or 'H2 Database' or 'H2' (whatever fits best). After a while I posted the same thing again (because nothing happened). So there are now two new 'H2' drivers for Hypersonic SQL. I think you can actually remove Hypersonic SQL because this is no longer available (it's a dead project). Maybe you could just rename it to 'H2 Database Engine'.

    Regarding the dead links: I don't remember which links, I will have a look. It would be cool if the drivers list is up-to-date.

    Posted by: thomasmueller2 on June 22, 2006 at 08:43 AM

  • Hi Thomas,

    It is Lance not David:-) Where/who did you s end email to. I just added H2 as a database. and removed Hypersonic SQL

    Posted by: lancea on June 22, 2006 at 08:55 AM

  • JDBC Driver Database (http://developers.sun.com/product/jdbc/drivers). For me the following links are broken: Attunity, BEA WebLogic, China Aerospace Corporation, ChipData, Cipherware Ltd., GNU, GWE Technologies, Object Industries, SLS886 / IAGE, TinySQL, WebXi. There are several broken 'deep links' (for example IBM, Sun, OpenText, SCO,...) but this is probably not that bad. Some 'strange links': nilostep.com, www.pcdocsfulcrum.com, www.thinweb.com. There is also what seems to be a test entry 'yy' (http://www.java.sun.com/). By the way, the list doesn't let you jump to page 2 if you have many results (but that's not so bad).

    Posted by: thomasmueller2 on June 22, 2006 at 09:23 AM

  • I have just cleaned up many of the issues. I have to go through every entry to validate things but it is a lot cleaner now

    Posted by: lancea on June 22, 2006 at 11:21 AM

  • Hi Lance (why did I write David? stupid me) The database looks cleaner now. I just re-submitted the H2 driver entry (probably it disappeared when you renamed Hypersonic SQL to H2). I'm not sure if you can update the link to the Driver type(s) help: it currently points to the wrong location. Better links would be http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/intro.html#1019423 or (maybe more stable) http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/GettingStartedTOC.fm.html This link is used both in the search and the result page. Thanks for updating this page! It has quite a high rank in Google by the way.

    Posted by: thomasmueller2 on June 22, 2006 at 11:46 AM

  • I added your newly added H2 entry again. I also put a change request to fix the URL for driver type help to point to http://java.sun.com/products/jdbc/driverdesc.html

    Posted by: lancea on June 22, 2006 at 12:06 PM

  • Hey, thanks a lot! When nothing happened with my submission I was disappointed... Now, newly motivated, I will have a look how much work it is to implement the JDBC 4.0 features in my little database ;-)

    Posted by: thomasmueller2 on June 22, 2006 at 12:11 PM


  • In regards to using rowId, at 15.10.3 in the spec the example looks like it is just setting the normal ID column of the table (Which I guess you could describe as the logical rowId as opposed to the physical rowId?)


    Basically I don't get the point of the example in that why would I ever do such a thing - rather than set the ID explicitly myself. After all, I have to know what I am binding to at position 1.


    I guess my thoughts on rowId was that it could be very neat to use a physical rowId (if available from the database) for performance reasons over using just the primary key... understanding that there are issues with the length of time such a rowId is going to be constant - and hence usable.


    Is there any documentation, links etc that get into what the intention of the rowId is in JDBC 4... and perhaps examples when it can be used and how. The example in the spec I find to be unsatisfying.


    Thanks, Rob.

    Posted by: rbygrave on November 14, 2006 at 01:31 PM

  • RowId is not a standard data type and is only supported by a small subset of database vendors such as Oracle and DB2. Derby does not support RowId.

    There are a lot of applications on Oracle and DB2 that take advantage of RowId. Prior to JDBC 4.0 there was no easy way to utilize this vendor specific data type.

    Here is some info in the oracle docs regarding the ROWID pseudocolumn.

    Posted by: lancea on November 14, 2006 at 02:01 PM

  • Hi Lance (why did I write David? stupid me) The database looks cleaner now. I just re-submitted the H2 driver entry (probably it disappeared when you renamed Hypersonic SQL to H2). I'm not sure if you can update the link to the Driver type(s) help: it currently points to the wrong location. Better links would be http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/intro.html#1019423 or (maybe more stable) http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/GettingStartedTOC.fm.html This link is used both in the search and the result page. Thanks for updating this page! It has quite a high rank in Google by the way.


    http://gratuilem.9999mb.com/clone.html
    http://gratuilem.9999mb.com/cul-gratuit.html
    http://gratuilem.9999mb.com/divx-gratuit.html
    http://gratuilem.9999mb.com/divx.html
    http://gratuilem.9999mb.com/divx2.html
    http://gratuilem.9999mb.com/download.html
    http://gratuilem.9999mb.com/ecran-de-veille-gratuit.html
    http://gratuilem.9999mb.com/edonkey.html
    http://gratuilem.9999mb.com/emoticone-gratuit.html
    http://gratuilem.9999mb.com/emoticone.html
    http://gratuilem.9999mb.com/emoticones.html
    http://gratuilem.9999mb.com/emule-gratuit.html
    http://gratuilem.9999mb.com/emule.html
    http://gratuilem.9999mb.com/film-porno-gratuit.html
    http://gratuilem.9999mb.com/film-x-gratuit.html
    http://gratuilem.9999mb.com/firefox.html
    http://gratuilem.9999mb.com/fond-d-ecran-gratuit.html
    http://mobliker.9999mb.com/gay-gratuit.html
    http://mobliker.9999mb.com/gratuit.html
    http://mobliker.9999mb.com/gratuit2.html
    http://mobliker.9999mb.com/gratuit3.html
    http://mobliker.9999mb.com/gratuit4.html
    http://mobliker.9999mb.com/gratuite.html
    http://mobliker.9999mb.com/gratuite2.html
    http://mobliker.9999mb.com/gratuite3.html
    http://mobliker.9999mb.com/gratuite4.html
    http://mobliker.9999mb.com/gros-sein-gratuit.html
    http://mobliker.9999mb.com/hentai-gratuit.html
    http://mobliker.9999mb.com/horoscope-gratuit.html
    http://mobliker.9999mb.com/icq.html
    http://mobliker.9999mb.com/index.html
    http://mobliker.9999mb.com/jeu-adulte-gratuit.html
    http://mobliker.9999mb.com/jeu-de-voiture-gratuit.html
    http://mobliker.9999mb.com/jeu-gratuit-cadeaux.html
    http://mobliker.9999mb.com/jeu-gratuit-pour-enfant.html
    http://mobliker.9999mb.com/jeu-gratuit.html
    http://mobliker.9999mb.com/jeu-pc-gratuit.html
    http://mobliker.9999mb.com/jeu-video-gratuit.html
    http://mobliker.9999mb.com/kazaa-gratuit.html
    http://mobliker.9999mb.com/kazaa.html
    http://mobliker.9999mb.com/limewire.html
    http://mobliker.9999mb.com/logiciel-gratuit.html
    http://mobliker.9999mb.com/logiciel.html
    http://mobliker.9999mb.com/logiciel2.html
    http://mobliker.9999mb.com/logiciels.html
    http://mobliker.9999mb.com/logiciels2.html
    http://apaulakas.9999mb.com/logiciels-gratuit.html
    http://apaulakas.9999mb.com/messenger-gratuit.html
    http://apaulakas.9999mb.com/messenger.html
    http://apaulakas.9999mb.com/morpheus.html
    http://apaulakas.9999mb.com/mp3-gratuit.html
    http://apaulakas.9999mb.com/msn-gratuit.html
    http://apaulakas.9999mb.com/msn.html
    http://apaulakas.9999mb.com/msn2.html
    http://apaulakas.9999mb.com/music-gratuite.html
    http://apaulakas.9999mb.com/musique-gratuite.html
    http://apaulakas.9999mb.com/musiques-gratuites.html
    http://apaulakas.9999mb.com/nero-gratuit.html
    http://apaulakas.9999mb.com/nero.html
    http://apaulakas.9999mb.com/parole-gratuit.html
    http://apaulakas.9999mb.com/paroles-gratuit.html
    http://apaulakas.9999mb.com/photo-gay-gratuit.html
    http://apaulakas.9999mb.com/photo-porno-gratuit.html
    http://apaulakas.9999mb.com/photo-sex-gratuit.html
    http://apaulakas.9999mb.com/photo-sexe-gratuit.html
    http://apaulakas.9999mb.com/porno-gratuit.html
    http://apaulakas.9999mb.com/real-player.html
    http://apaulakas.9999mb.com/sex-gratuit-beurette.html
    http://apaulakas.9999mb.com/sex-gratuit.html
    http://apaulakas.9999mb.com/sexe-amateur-gratuit.html
    http://apaulakas.9999mb.com/sexe-gratuit.html
    http://apaulakas.9999mb.com/shareaza.html
    http://apaulakas.9999mb.com/skype.html
    http://apaulakas.9999mb.com/sms-gratuit.html
    http://apaulakas.9999mb.com/spybot.html
    http://apaulakas.9999mb.com/sudoku-gratuit.html
    http://apaulakas.9999mb.com/tarot-gratuit.html
    http://apaulakas.9999mb.com/telechargement-antivirus.html
    http://apaulakas.9999mb.com/telechargement-chanson.html
    http://apaulakas.9999mb.com/telechargement-chansons.html
    http://apaulakas.9999mb.com/telechargement-divx.html
    http://apaulakas.9999mb.com/telechargement-emule.html
    http://apaulakas.9999mb.com/telechargement-film-gratuit.html
    http://apaulakas.9999mb.com/telechargement-gratuit.html
    http://apaulakas.9999mb.com/telechargement-gratuit2.html
    http://apaulakas.9999mb.com/telechargement.html
    http://apaulakas.9999mb.com/telechargement2.html
    http://nimijera.9999mb.com/telechargement-kazaa.html
    http://nimijera.9999mb.com/telechargement-logiciel-gratuit.html
    http://nimijera.9999mb.com/telechargement-logiciel.html
    http://nimijera.9999mb.com/telechargement-logiciels.html
    http://nimijera.9999mb.com/telechargement-messenger.html
    http://nimijera.9999mb.com/telechargement-mp3.html
    http://nimijera.9999mb.com/telechargement-msn.html
    http://nimijera.9999mb.com/telechargement-music.html
    http://nimijera.9999mb.com/telechargement-musique.html
    http://nimijera.9999mb.com/telechargement-nero.html
    http://nimijera.9999mb.com/telechargement-parole.html
    http://nimijera.9999mb.com/telechargement-paroles.html
    http://nimijera.9999mb.com/telecharger-antivirus.html
    http://nimijera.9999mb.com/telecharger-antivirus2.html
    http://nimijera.9999mb.com/telecharger-antivirus3.html
    http://nimijera.9999mb.com/telecharger-chanson.html
    http://nimijera.9999mb.com/telecharger-chansons.html
    http://nimijera.9999mb.com/telecharger-divx.html
    http://nimijera.9999mb.com/telecharger-emule.html
    http://nimijera.9999mb.com/telecharger-gratuit.html
    http://nimijera.9999mb.com/telecharger-gratuit2.html
    http://nimijera.9999mb.com/telecharger-jeu-gratuit.html
    http://nimijera.9999mb.com/telecharger-kazaa.html
    http://nimijera.9999mb.com/telecharger-logiciel.html
    http://nimijera.9999mb.com/telecharger-logiciels.html
    http://nimijera.9999mb.com/telecharger-messenger.html
    http://nimijera.9999mb.com/telecharger.html
    http://nimijera.9999mb.com/telecharger2.html
    http://nimijera.9999mb.com/telecharger22.html
    http://nimijera.9999mb.com/telecharger23.html
    http://nimijera.9999mb.com/telecharger24.html
    http://nimijera.9999mb.com/telecharger3.html
    http://nimijera.9999mb.com/telecharger4.html
    http://nunurte.9999mb.com/telecharger-mp3.html
    http://nunurte.9999mb.com/telecharger-msn.html
    http://nunurte.9999mb.com/telecharger-music.html
    http://nunurte.9999mb.com/telecharger-musique.html
    http://nunurte.9999mb.com/telecharger-nero.html
    http://nunurte.9999mb.com/telecharger-parole.html
    http://nunurte.9999mb.com/telecharger-paroles.html
    http://nunurte.9999mb.com/tout-gratuit.html
    http://nunurte.9999mb.com/traducteur-gratuit.html
    http://nunurte.9999mb.com/video-gratuit.html
    http://nunurte.9999mb.com/video-gratuit2.html
    http://nunurte.9999mb.com/video-gratuit3.html
    http://nunurte.9999mb.com/video-porno-gratuit.html
    http://nunurte.9999mb.com/video-sex-gratuit.html
    http://nunurte.9999mb.com/video-sexe-gratuit.html
    http://nunurte.9999mb.com/video-x-gratuit.html
    http://nunurte.9999mb.com/vlc.html
    http://nunurte.9999mb.com/winamp.html
    http://nunurte.9999mb.com/winmx.html
    http://nunurte.9999mb.com/winrar.html
    http://nunurte.9999mb.com/winzip.html
    http://nunurte.9999mb.com/xxx-gratuit.html
    http://apareta.9999mb.com/solution-jeu.html
    http://apareta.9999mb.com/spectacle.html
    http://apareta.9999mb.com/sport.html
    http://apareta.9999mb.com/sportive.html
    http://apareta.9999mb.com/tarot.html
    http://apareta.9999mb.com/tatouage.html
    http://apareta.9999mb.com/tatouages.html
    http://apareta.9999mb.com/tele.html
    http://apareta.9999mb.com/television.html
    http://apareta.9999mb.com/tennis.html
    http://apareta.9999mb.com/tourisme.html
    http://apareta.9999mb.com/touristique.html
    http://apareta.9999mb.com/truc.html
    http://apareta.9999mb.com/tuning.html
    http://apareta.9999mb.com/tv.html
    http://apareta.9999mb.com/vacances.html
    http://apareta.9999mb.com/vacances2.html
    http://apareta.9999mb.com/video-comique.html
    http://apareta.9999mb.com/videos-comiques.html
    http://apareta.9999mb.com/voiture.html
    http://apareta.9999mb.com/voiture2.html
    http://apareta.9999mb.com/voyage.html
    http://apareta.9999mb.com/voyager.html
    http://apareta.9999mb.com/wallpaper.html
    http://apareta.9999mb.com/yoga.html
    http://boblaser.9999mb.com/astuce.html
    http://boblaser.9999mb.com/auto.html
    http://boblaser.9999mb.com/bebe.html
    http://boblaser.9999mb.com/blague.html
    http://boblaser.9999mb.com/blagues.html
    http://boblaser.9999mb.com/carte.html
    http://boblaser.9999mb.com/carte2.html
    http://boblaser.9999mb.com/carte3.html
    http://boblaser.9999mb.com/carte4.html
    http://boblaser.9999mb.com/cartes.html
    http://boblaser.9999mb.com/cartes2.html
    http://boblaser.9999mb.com/cartes3.html
    http://boblaser.9999mb.com/cartes4.html
    http://boblaser.9999mb.com/cheat.html
    http://boblaser.9999mb.com/cinema.html
    http://boblaser.9999mb.com/code-jeu.html
    http://boblaser.9999mb.com/couple.html
    http://boblaser.9999mb.com/diaporama.html
    http://boblaser.9999mb.com/diaporamas.html
    http://boblaser.9999mb.com/ecran-de-veille.html
    http://boblaser.9999mb.com/ecrans-de-veille.html
    http://boblaser.9999mb.com/enfant.html
    http://boblaser.9999mb.com/enfant2.html
    http://apolteras.9999mb.com/erotique.html
    http://apolteras.9999mb.com/erotiques.html
    http://apolteras.9999mb.com/f1-rallye.html
    http://apolteras.9999mb.com/familiale.html
    http://apolteras.9999mb.com/famille.html
    http://apolteras.9999mb.com/fond-d-ecran.html
    http://apolteras.9999mb.com/fonds-d-ecran.html
    http://apolteras.9999mb.com/football.html
    http://apolteras.9999mb.com/golf.html
    http://apolteras.9999mb.com/histoire.html
    http://apolteras.9999mb.com/horoscope.html
    http://apolteras.9999mb.com/horoscopes.html
    http://apolteras.9999mb.com/humour.html
    http://apolteras.9999mb.com/humour2.html
    http://apolteras.9999mb.com/icone.html
    http://apolteras.9999mb.com/illusion.html
    http://apolteras.9999mb.com/image-humour.html
    http://apolteras.9999mb.com/jeu.html
    http://apolteras.9999mb.com/jeu2.html
    http://apolteras.9999mb.com/jeu3.html
    http://apolteras.9999mb.com/jeu4.html
    http://maderty.9999mb.com/jeux.html
    http://maderty.9999mb.com/jeux2.html
    http://maderty.9999mb.com/jeux3.html
    http://maderty.9999mb.com/lingerie.html
    http://maderty.9999mb.com/massage.html
    http://maderty.9999mb.com/partition.html
    http://maderty.9999mb.com/partitions.html
    http://maderty.9999mb.com/pps-ppt.html
    http://maderty.9999mb.com/programme.html
    http://maderty.9999mb.com/recette.html
    http://maderty.9999mb.com/recette2.html
    http://maderty.9999mb.com/recettes.html
    http://maderty.9999mb.com/recettes2.html
    http://maderty.9999mb.com/safari.html
    http://maderty.9999mb.com/sexy.html
    http://maderty.9999mb.com/soluce.html

    http://cpdc.cs.luc.edu/compsac/Members/prison/ok99.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok98.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok97.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok96.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok95.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok94.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok93.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok92.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok91.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok90.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok89.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok88.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok87.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok86.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok85.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok84.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok83.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok82.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok81.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok80.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok79.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok78.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok77.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok76.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok75.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok74.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok73.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok72.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok71.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok70.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok69.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok68.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok67.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok66.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok65.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok64.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok63.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok62.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok61.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok60.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok59.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok58.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok57.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok56.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok55.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok54.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok53.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok52.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok51.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok50.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok49.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok48.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok47.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok46.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok45.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok44.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok43.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok42.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok41.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok40.html
    http://cpdc.cs.luc.edu/compsac/Members/prison/ok39.html


    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok39.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok38.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok37.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok36.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok35.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok34.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok33.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok32.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok31.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok30.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok29.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok28.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok27.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok26.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok25.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok24.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok23.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok22.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok21.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok20.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok19.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok18.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok17.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok16.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok15.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok14.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok13.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok12.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok11.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok10.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok9.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok8.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok7.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok6.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok5.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok4.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok3.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok2.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok1.html
    http://cpdc.cs.luc.edu/compsac/Members/lucas/ok0.html

    Posted by: gagabi on December 28, 2006 at 02:09 PM



Only logged in users may post comments. Login Here.


Powered by
Movable Type 3.01D
 Feed java.net RSS Feeds