Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread Chris
> > > >I'll second Chris on NetBeans (http://www.netbeans.org), it is an >awesome Java IDE (it's even written in Java and 100% portable). It's >actually probably the best one on the market. At least from what I have >seen, and I have looked into all the majors (JBuilder, VisualCafe, >VisualAge, et

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread Mike Dougherty
On Wed, 2001-12-05 at 18:34, Chris wrote: > > > David Overcash wrote: > > >Hey Guys, > >Dave here. Just saying that I am VERY Interested in helping out with this > >new branch of the Sword Project seeing as it will help me learn JAVA really > >quickly.. Plus, I just got Visual J++ so I was hop

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread Chris
David Overcash wrote: >Hey Guys, >Dave here. Just saying that I am VERY Interested in helping out with this >new branch of the Sword Project seeing as it will help me learn JAVA really >quickly.. Plus, I just got Visual J++ so I was hoping that would still >allow me to compile correctly. > Isn

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread David Burry
Yes, internally, that's one way to do it, but there could be an API that lets it behave differently as one cohesive unit. Dave At 11:50 AM 12/6/2001 +1100, Chris wrote: >Aren't we just talking about a Map containing List? > >David Burry wrote: > >>At 01:55 PM 12/5/2001 -0700, Troy A. Griffitts

RE: [sword-devel] I want to port the API to Java

2001-12-05 Thread David Overcash
Hey Guys, Dave here. Just saying that I am VERY Interested in helping out with this new branch of the Sword Project seeing as it will help me learn JAVA really quickly.. Plus, I just got Visual J++ so I was hoping that would still allow me to compile correctly. -Dave Overcash -Original Mess

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread David Burry
For instance, a next function that gives you the next key/val pair normally could give you the same key again with the next val in the list if you're in multi valued val. Dave At 11:50 AM 12/6/2001 +1100, Chris wrote: >Aren't we just talking about a Map containing List? > >David Burry wrote: >

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread Chris
Aren't we just talking about a Map containing List? David Burry wrote: >At 01:55 PM 12/5/2001 -0700, Troy A. Griffitts wrote: > >> jsword currently requires the jgl container api. The current, standard >>java container library is not extensive enough to contain a multimap >>equivelant of

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread David Burry
At 01:55 PM 12/5/2001 -0700, Troy A. Griffitts wrote: >jsword currently requires the jgl container api. The current, standard >java container library is not extensive enough to contain a multimap >equivelant of the c++ stl. The primary difference between a map and >multimap is that a mul

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread Mike Dougherty
On Wed, 2001-12-05 at 12:55, Troy A. Griffitts wrote: > Hey guys. Just to clear up a few things: > > jsword is indeed all of java code related to sword. It included out > jsp support classes, but also includes the beginnings of a port of the > entire api. You can check it out like any ot

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread Troy A. Griffitts
Hey guys. Just to clear up a few things: jsword is indeed all of java code related to sword. It included out jsp support classes, but also includes the beginnings of a port of the entire api. You can check it out like any other cvs module from our cvs server with the module name jsword

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread Mike Dougherty
On Wed, 2001-12-05 at 09:12, Daniel Glassey wrote: > On 5 Dec 2001 at 8:29, Mike Dougherty sent forth the message: > > > On Wed, 2001-12-05 at 04:52, Darrell Burk wrote: > > > I've just recently learned about the Sword project, and I can't say how glad I >am that there is a project that I can b

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread Daniel Glassey
On 5 Dec 2001 at 8:29, Mike Dougherty sent forth the message: > On Wed, 2001-12-05 at 04:52, Darrell Burk wrote: > > I've just recently learned about the Sword project, and I can't say how glad I am >that there is a project that I can be personally involved in that is getting free >online Bibl

Re: [sword-devel] I want to port the API to Java

2001-12-05 Thread Mike Dougherty
On Wed, 2001-12-05 at 04:52, Darrell Burk wrote: > I've just recently learned about the Sword project, and I can't say how glad I am >that there is a project that I can be personally involved in that is getting free >online Bibles out to people! > > Anyway, I'm interested in doing a Java port

RE: [sword-devel] New BibleCS binary

2001-12-05 Thread Jerry Hastings
Ok, works for me now. :-) Jerry At 11:21 PM 12/4/2001 -0800, Chris Little wrote: > > full description of setup options () > > >Ok, new version (just posted) should fix this error and the error where >the Logos path doesn't get updated at each reload. > >--Chris

[sword-devel] I want to port the API to Java

2001-12-05 Thread Darrell Burk
I've just recently learned about the Sword project, and I can't say how glad I am that there is a project that I can be personally involved in that is getting free online Bibles out to people!   Anyway, I'm interested in doing a Java port of the Sword API. It's premature to think about it now