- To make the JNEXT source code light and simple I've decided to remove from the JNEXT code base all the extensions that require linking to a large 3rd party library and replaced them with extensions that have the same functionality but use self contained code. So for accessing SQlite3 databases from JavaScript I've replaced the existing extension that used the soci database abstraction library with a simple SQlite3 wrapper, and instead of using the large PWLib library to get socket functionality for JavaScript, I replaced the implementation of the JNEXT socket extension to use a light weight cross platform socket wrapper.
- The code base hierarchy has been reorganized to accommodate the above and is now much smaller
- All the unnecessary Mozilla header files were removed from the JNEXT NPAPI plugin project. There were zillions of them and removing them made things look much nicer...
- Finally implemented in the JNEXT npruntime plugin a thread synchronization mechanism using X11 message passing on Linux systems. This was long overdue since its the only legitimate way to pass an event from native code that runs the JNEXT code on a separate thread back to the browser UI thread. In Windows this is easy but I had little experience using X11 functions to achieve the same functionality. So now the JavaScript socket sample works in Linux on Firefox 3, but creates an X11 error when tested with the Opera browser. This is probably due to the fact that Opera uses the Qt library which perhaps does some other sort of message handling - will need to look into this later
- A new JNEXT extension project sample has been added named Directory. This sample illustrates how you can traverse the file system from a Web page using JNEXT (on Windows, Linus and Mac OS/X)
-
A new bazaar branch was created that contains the new and compact JNEXT sources with the above improvements. To get the code, you need to install bzr and then at a command prompt type the following:
bzr branch http://jnext.org/core jncore
[ add comment ] ( 6 views ) | permalink |




( 3 / 52 )Not directly related to JNEXT, but thought this might benefit various JavaScript/Web developers. I wanted but couldn't find a simple but solid JavaScript charting object on the net for creating pie charts and bar graphs so as usually happens in these situations I made my own. It is based on a slightly modified version of Walter Zorn's fantastic JavaScript graphics library and is built in such a way that you just pass the values and JavaScript does all the dirty cosmetic work for you (just view the source to see how simple it is).
To see a sample, just click here
[ add comment ] ( 2 views ) | permalink |




( 3 / 58 )Since it seems that every time I look there's yet another big company that is joining the RIA technology party, I've compiled the ones I'm aware of today. I hope to soon compile a more detailed comparison table of the various technologies (including JNEXT)
| Name | Company | Link |
| FLEX, AIR | Adobe | http://www.adobe.com/products/air/ |
| SilverLight | Microsoft | http://www.microsoft.com/silverlight/ |
| Google Gears | http://gears.google.com/ | |
| Prism | Mozilla | http://developer.mozilla.org/en/docs/Prism |
| JavaFX | Sun | http://www.sun.com/software/javafx/index.jsp |
| BrowserPlus | Yahoo | http://browserplus.yahoo.com/ |
[ add comment ] ( 1 view ) | permalink |




( 3 / 54 )Everyday dynamics has left me with little time to devote to closing a release, also there has been a lot of progress in adding support for additional infrastructure.
For those who would like to get a taste of 1.0.8 you can compile the sources - download the sources using bazaar as follows:
bzr branch http://jnext.org/src jnext
In case you're wondering what "additional infrastructure" is - its an implementation of jnext over flash. A proof of concept has been made and now what is left is to glue the pieces together.
so, sorry for the delay, but it will be worth it in the end
[ add comment ] ( 4 views ) | permalink |




( 3.1 / 59 )Releasing JNEXT 1.0.8 is taking a bit of time since there's a lot of code that was added and reorganized: support for all the plugins on Mac OS/X, refactoring part of the code, adding JavaScript and internal plugin namespaces, adding the external libraries as part of the trunk for a self contained build environment, moving over from SVN to Bazaar and other tasks all contributed to the delay. There's a lot of other things that are in the pipeline as well but will have to wait for 1.0.9.
Anyway - the planned release date for JNEXT 1.0.8 is sometime during the begining of May - however if you wish to see the latest source, install bazaar (available for Windows, Linux & OS/X) and from the command line execute
bzr branch http://jnext.org/src jnextwhich will download the latest version of the code to a folder named jnext
The latest source code runs all the plugins on all 3 platforms.
[ 1 comment ] ( 9 views ) | permalink |




( 3 / 50 )
Calendar



