Groovy and GWT News

Groovy-News Blogs

Java Wikipedia API 3.0.11 released
Eclipse Wiki Weblog | Bliki | 2009-03-30 13:27:55.0 | By axelclk
The main purpose of the Java Wikipedia API (Bliki engine) is the rendering of the Wikipedia (aka Mediawiki) syntax into ...
Started support for Cream in MathEclipse
Eclipse Wiki Weblog | MathEclipse | 2008-10-23 20:51:27.0 | By axelclk
Thanks to Filippo Carone it's now possible to add new functions to MathEclipse through the Eclipse plugin mechan...
Bliki in a Jar 3.0.9 released
Eclipse Wiki Weblog | Bliki | 2008-09-23 23:43:26.0 | By axelclk
Bliki in a Jar is a small Wiki written in Java with focus on supporting the Wikipedia syntax. It is intended to run on a...
Extended Euclidean algorithm in Java
Eclipse Wiki Weblog | MathEclipse | 2008-09-11 21:38:29.0 | By axelclk
Jeremy Watts joined the MathEclipse developer team and provided the following implementation for the Extended Euclide...
Using the GWT Requestbuilder and the JSON-LIB server side library ...
Eclipse Wiki Weblog | GWT | 2008-08-07 00:04:59.0 | By axelclk
The process for working with the GWT Requestbuilder could be divided into a server part for creating the JSON data and a...
iPhone online simulator
Eclipse Wiki Weblog | MathEclipse | 2008-08-03 13:33:01.0 | By axelclk
For testing my MathEclipse Eval API I've found the http://www.testiphone.com iPhone simulator. Try these examples...
Java Wikipedia API 3.0.7 released
Eclipse Wiki Weblog | Bliki | 2008-06-23 00:10:55.0 | By axelclk
The main purpose of the Java Wikipedia API (Bliki engine) is the rendering of the Wikipedia (aka Mediawiki) syntax into ...
MathEclipse 0.0.6 - JSR 223 compatible symbolic math scripting engine ...
Eclipse Wiki Weblog | MathEclipse | 2008-05-04 10:04:15.0 | By axelclk
MathEclipse 0.0.6 is a JSR 223 compatible symbolic math scripting engine. Contents Download Java E...
Developing JAMWiki with Eclipse
Eclipse Wiki Weblog | Bliki | 2008-04-29 20:52:02.0 | By axelclk
A tutorial to get started with the JAMWiki software in an Eclipse development environment. JAMWiki offers many of th...
Math expression parser API 0.0.5 released
Eclipse Wiki Weblog | MathEclipse | 2008-03-25 22:48:01.0 | By axelclk
Today I released the MathEclipse expression parser API version 0.0.5. Now there are two engines for double and Comp...
MathEclipse Nested Lists API released
Eclipse Wiki Weblog | Java | 2008-03-15 16:56:29.0 | By axelclk
The MathEclipse Nested Lists API version 0.0.4 is a generic Java library which simplifies functional programming for n...
Get LaTeX formula from Mathtran.org as PNG image file
Eclipse Wiki Weblog | Bliki | 2008-02-28 21:00:47.0 | By axelclk
Here's a quick and dirty snippet in Java, how to create a local *.png image file from a LaTeX formula. The image n...
Eval API inspired by Google Chart API
Eclipse Wiki Weblog | MathEclipse | 2008-01-03 23:42:16.0 | By axelclk
The simplified Eval API lets you dynamically generate calculation forms. To see the Eval API in action, open up ...
Java Wikipedia API (bliki engine) 3.0.0 Beta released
Eclipse Wiki Weblog | Bliki | 2007-12-15 19:18:48.0 | By axelclk
I made a new release of the Java Wikipedia API (bliki engine) available. Download: http://sourceforge.net/proj...
STIX Fonts Released for Beta Test
Eclipse Wiki Weblog | General | 2007-11-11 12:32:39.0 | By axelclk
From the project description page: The mission of the Scientific and Technical Information Exchange (STIX) font crea...
GMail warning if Firebug is enabled
Eclipse Wiki Weblog | Google | 2007-11-07 08:02:04.0 | By axelclk
Seems that GMail now analyzes special browser configurations. Today I get this warning message in Firefox: Afte...
jsMath - new version 3.4d installed in MathEclipse wiki
Eclipse Wiki Weblog | Bliki | 2007-09-01 18:51:14.0 | By axelclk
JsMath v3.4d has been released. JsMath is a JavaScript program that allows you to incorporate mathematical notation into...
MathEclipse 0.1.1 alpha released
Eclipse Wiki Weblog | MathEclipse | 2007-07-16 11:26:17.0 | By axelclk
The MathEclipse plugin is downloadable here: www.sourceforge.net MathEclipse project page Contents ...
Java API for MediaWiki query API
Eclipse Wiki Weblog | Java | 2007-06-22 18:53:43.0 | By axelclk
I released a start for a Java API to use the MediaWiki query API: http://www.mediawiki.org/wiki/API You can f...
JMathTeX example - render TeX formula to PNG image
Eclipse Wiki Weblog | Bliki | 2007-06-22 16:24:10.0 | By axelclk
Kris Coolsaet, project admin of the JMathTeX SourceForge project, send me this example to create a PNG image from a TeX ...
MathEclipse - "symbolic mathematics" plugin preview released ...
Eclipse Wiki Weblog | MathEclipse | 2007-06-17 20:51:39.0 | By axelclk
I created a preview of the MathEclipse "symbolic mathematics" plugin: http://sourceforge.net/project/sho...
Experiments with the JSR-223 compatible Quercus PHP engine
Eclipse Wiki Weblog | Java | 2007-03-19 22:58:47.0 | By axelclk
There's a lot of hype for all sorts of Java scripting engines at the moment. For myself I've made some experimen...
Eclipse Grails plugin (very early alpha)
Eclipse Wiki Weblog | Grails | 2007-03-07 22:21:56.0 | By axelclk
I created a Grails plugin for the Eclipse Java IDE. You can download it here (source code included): http://www....
Wikipedia Java API - parser now based on htmlcleaner project's API ...
Eclipse Wiki Weblog | Bliki | 2007-02-09 22:32:18.0 | By axelclk
I just committed some sources to SVN for my Wikipedia Java API project. In the first version of this API, I've r...
Groovy 1.0 released
Eclipse Wiki Weblog | Groovy | 2007-01-03 07:48:49.0 | By axelclk
Guillaume Laforge announced the Groovy 1.0 release on his blog: http://glaforge.free.fr/weblog/index.php?catid=2&a...
How to integrate jsMath into JAMWiki
Eclipse Wiki Weblog | Java | 2006-12-17 14:47:30.0 | By axelclk
A mini guide for integrating jsMath into JAMWiki. In the following I assume that your JAMWiki Application-URI is ...
How to integrate a GWT module in a new JAMWiki Special: page
Eclipse Wiki Weblog | GWT | 2006-12-15 23:01:57.0 | By axelclk
Note: this document is work in progress and not complete at the moment Contents An AJAX calculator example...
Eclipse Wikipedia Editor plugin 2.0.6 released
Eclipse Wiki Weblog | Eclipse | 2006-11-26 13:16:00.0 | By axelclk
I released the Eclipse Wikipedia Editor plugin version 2.0.6. You can download it here: org.plog4u.core_2.0.6.zi...
Blog about your favourite Wiki with the Wikipedia Formatter Plugin ...
Test | WikiBlogging | 2006-10-17 21:49:27.0 | By axelclk
You can easily use the Plog4U Wikipedia Formatter in this Groovy-News Roller instance. Simply register your user a...
Using the syntax highlighter for code snippets
Test | WikiBlogging | 2006-10-17 20:49:03.0 | By axelclk
The Wikipedia formatter supports tags to show syntax highlighted code snippets for java, php, csharp, javscript, xml and...
Interwiki links used in the Wikipedia Formatter
Test | WikiBlogging | 2006-10-15 18:41:23.0 | By axelclk
Below is a list of the interwiki prefix links, which can be used with the Wikipedia Formatter plugin. You can for exam...
Wiki rendering engine test blog
Test | WikiBlogging | 2006-10-13 15:50:35.0 | By axelclk
An example text for the Wikipedia rendering engine used in this blog (copied from Wikipedias Help:Editing page) ...
MathEclipse Parser API 0.0.4 released
Eclipse Wiki Weblog | MathEclipse | 2006-10-08 13:48:45.0 | By axelclk
The Math Parser API is used in the Math Eclipse Plugin for parsing math expressions. The expression parser is driven b...
Bliki Wikipedia Syntax rendering engine 2.0.5 released
Eclipse Wiki Weblog | Bliki | 2006-10-08 12:18:03.0 | By axelclk
The Bliki engine API supports the rendering of a Wikipedia article into HTML. Download: http://prdownloads.sourc...
Eclipse Wikipedia Editor plugin version 2.0.5 released
Eclipse Wiki Weblog | Eclipse | 2006-10-08 11:56:04.0 | By axelclk
I released version 2.0.5 of the Eclipse Wikipedia Editor plugin. You can download the plugin here: http://prdown...
Running JAMWiki with own parser
Eclipse Wiki Weblog | Eclipse | 2006-09-14 20:32:03.0 | By axelclk
I've setup a JAMWiki demo instance http://bliki.info/jamwiki which uses the syntax parser from my Eclipse...
JAMWiki - some Wikipedia Syntax JUnit tests
Eclipse Wiki Weblog | Java | 2006-08-24 19:10:50.0 | By axelclk
To test the Wikipedia syntax parser in the JAMWiki project I created some simple JUnit tests. Some test results: I...
Creating del.icio.us tag cloud
Test | WikiBlogging | 2006-08-21 21:06:33.0 | By axelclk
How to show a del.icio.us tag cloud in the groovy-news blog? In Preferences->Theme copy the basic theme to a ...
Tag-o-mania
Test | WikiBlogging | 2006-08-21 20:50:11.0 | By axelclk
I inserted the following macro in the _day template of the basic theme. Through this macro every blog entry has now ...
Wikipedia for Java - JAMWiki
Eclipse Wiki Weblog | Java | 2006-08-19 17:47:48.0 | By axelclk
Seems that more and more people try implementing Wikipedia functionalities in Java JAMWiki is the newest and greates...
Debugging JavaScript errors in GWT generated code for Firefox
Eclipse Wiki Weblog | GWT | 2006-08-13 12:29:10.0 | By axelclk
The first version of my MathEclipse calculator had an error in Firefox 1.5. The application run's fine under In...
Don't rely on IndexOutOfBoundsException in GWT
Eclipse Wiki Weblog | GWT | 2006-08-13 11:56:14.0 | By axelclk
The IndexOutOfBoundsException works good in the hosted GWT mode , but the generated JavaScript code doesn't ( at le...
GWT 1.1.0 beta released with new I18N and XML examples
Eclipse Wiki Weblog | GWT | 2006-08-12 10:25:06.0 | By axelclk
GWT 1.1.0 beta is now available with new I18N and XML examples: http://code.google.com/webtoolkit/download.html ...
A resizable matrix form build with GWT
Eclipse Wiki Weblog | GWT | 2006-08-03 18:56:56.0 | By axelclk
A simple example for a resizable matrix input form made with the GWT. If you resize the matrix the createMatrix() met...
AJAX sites reworked to Google Web Toolkit based pages
Eclipse Wiki Weblog | GWT | 2006-07-25 19:50:01.0 | By axelclk
I reworked my AJAX based pages at: http://www.matheclipse.org - an Online symbolic calculator http://www.jti...

Combined RSS feed for site. Right-click, copy link and paste into your newsfeed reader

Search for blogs