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

2001-12-07 Thread Joe Walker
Hi, http://sourceforge.net/project/showfiles.php?group_id=1866&release_id=62815 I've just released a couple (.zip and .tar.gz) of binary packages of ProjectB on sourceforge. The should both "work out of the box", so if you don't have any Java dev tools handy you can still have a go. Joe.

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

2001-12-06 Thread Troy A. Griffitts
Mike, > > 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 multimap has the ability to iterate thru

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

2001-12-06 Thread Joe Walker
Hi, Troy A. Griffitts wrote: > I also have been meaning to get the project B drivers into the jsword > library. I would love for us to work together. I think our main issue > is that project B probably doesn't want to give up their interface, and > I feel a crosswire port of our api shou

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

2001-12-06 Thread Mike Dougherty
On Wed, 2001-12-05 at 12:55, 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

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
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Sent: Wednesday, December 05, 2001 6:51 PM To: [EMAIL PROTECTED] Subject: Re: [sword-devel] I want to port the API to Java Aren't we just talking about a Map containing List? David Burry wrote: >At 01:55 PM 1

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

[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