bibledit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [be] future bibledit


From: Dan Dennison
Subject: Re: [be] future bibledit
Date: Tue, 9 Mar 2010 06:39:35 -0500

On Tue, Mar 9, 2010 at 6:12 AM, Teus Benschop <address@hidden> wrote:
PHP is so flexible that making a mess of it can easily be done. It
depends on the programmer being responsible enough to keep the matters
clean.

It doesn't sound like I'm going to be able to convince you that using PHP for this project is a bad idea, so please allow me to convince you to use Facebook's PHP compiler:
At least then it'll be a bit faster, and more importantly, have a code validation process. Try it, I think you'll love it!
 
desktop applications. It means that the whole code base is going to be
rewritten, taking out the many inconsistencies now in bibledit.

Some thoughts about a web-based Bible editor:
Finally, I implore you to please keep the existing Bibledit GTK+ code available in its own project by itself. Other maintainers, including myself, will be contributing to it for some time. We've found it to be useful, fast, and full of features that were not available until now in a Free software Bible Editor.

Thanks for all of your effort on GTK+ Bibledit. I look forward to a new web-based editor.

dan :)

Rants below:

Everyone has their own favorite toolkit, but for cross-platform support with offline capability, the Google Web Toolkit fits the bill. Something you may really like about GWT is its use of Model-View-Controller-Presenter. That is, you can use a similar structural methodology that you use now in GTK+ with a web application.

http://code.google.com/webtoolkit/overview.html
http://code.google.com/webtoolkit/doc/latest/tutorial/mvp-architecture.html

GWT also has an Eclipse plugin, so you don't even have to leave your current environment.

----

Finally, the biggest drawback to an HTTP-based Bible Editor without offline capability is its local size requirements. Having to run a web server, database server, and web browser is too much for our users right now. They don't have laptops that are that powerful yet. That said, they might in 5-10 years, and we'll be happy it exists then.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]