Séminaires Delphinautes le 26 Novembre à Lyon

October 20th, 2009

Amis francophones, je tiendrais une session à ce séminaire sur le theme:

Développement de serveur d’application/web avec Delphi 2010 (REST, MVC, UIB, RTTI, Firebird, JSON, LUA).

Plus d’informations içi:

http://www.grizzlydev.com/seminaires_delphinautes.13.1.46.html

Venez nombreux

Delphi 2010 JSON & RTTI

October 16th, 2009

Preview of the new Delphi 2010 RTTI support of SuperObject.
To play with it get the latest SVN version.

SevenZip v1.1

April 16th, 2009

A new version is available to use the latest version of sevenzip. Now, only one dll is necessary: 7z.dll. Easy to deploy, easy to use …

JSON – SuperObject v1.1 released

March 7th, 2009

Well, it’s time to release something,
there is now more samples, documentation and a new xml parser.

Change log:
v1.1
+ Double licence MPL or LGPL.
+ Delphi 2009 compatibility & Unicode support.
+ AsString return a string instead of PChar.
+ Escaped and Unascaped JSON serialiser.
+ Missed FormFeed added \f
- Removed @ trick, uses forcepath() method instead.
+ Fixed parse error with uppercase E symbol in numbers.
+ Fixed possible buffer overflow when enlarging array.
+ Added “delete”, “pack”, “insert” methods for arrays and/or objects
+ Multi parametters when calling methods
+ Delphi Enumerator (for obj1 in obj2 do …)
+ Format method ex: obj.format(‘<%name%>%tab[1]%‘)
+ ParseFile and ParseStream methods
+ Parser now understand hexdecimal c syntax ex: \xFF
+ Null Object Design Patern (ex: for obj in values.N['path'] do …)

UIB on MacOSX

July 11th, 2008

A friend told me than current SVN version of UIB & JSON Toolkit (aka superobject) are also working on MacOSX intel 32, thanks to FreePascal  8)

web site attack, again …

June 23rd, 2008

If you receive an email from this web site like this:

“The account owned by xxxxxxx has been deactivated”

it is because I am currently attacked by forum spammers..

sorry for inconvenience.

New version of JSON toolkit v1.0

June 23rd, 2008

New in this version

  • interfaced object
  • added a new data type: the method
  • parser can now evaluate properties and call methods
  • removed variant implementation (deprecated)
  • removed obselet rpc class
  • removed “find” method, now you can use “parse” method instead

new website

June 22nd, 2008

I recently suffered attacks on my web site, so I upgraded to WordPress, and I installed a recent version of phpbb.