5 items on »typolis:« tagged with
»development«
2005.12.17, 12:10
Developer Portals
A developer portal around Symbian OS and C++. With a lot of tutorials, downloads and very active forums

Another community site around Symbian. With reviews of applications and games.

This site is dedicated to the development of Open Source programs for Symbian OS. Some downloads to find here. (e.g. Putty for Symbian OS)
http://symbianos.org/
The official Symbian Developer Network:


Another community site around Symbian. With reviews of applications and games.

This site is dedicated to the development of Open Source programs for Symbian OS. Some downloads to find here. (e.g. Putty for Symbian OS)
http://symbianos.org/
The official Symbian Developer Network:
2006.05.11, 18:36
Helma mapping limitations
Today I thought it would be nice to have an extendible item object. My plan was to use one db table for the parent-properties and to use referenced tables in which all specialized data should be stored. The easiest way (i thought) would be to use the key of the parent table also as reference for the foreign key on the specialized tables. Sadly it's not possible this way in Helma and it seems, that I have to use another key for that. The documentation says: The _id entry defines the column to use as primary key. Helma requires a single primary key with no other functionality. And it seems that the key used for references also mustn't have another functionality. As for that, the following is not possible:
_id = ITEM_ID
content = object(Content)
content.local = ITEM_ID
content.foreign = CONTENT_F_ITEM
_id = ITEM_ID
content = object(Content)
content.local = ITEM_ID
content.foreign = CONTENT_F_ITEM
2006.01.04, 13:15
heise online - Flash Lite 2 für Handys und Unterhaltungselektronik
Endlich ist es soweit! Nun wird wohl einiges im Bereich der mobilen applikationen passieren....
"Adobe beglückt Nutzer von Mobilgeräten mit einer neuen Version der mit Macromedia eingekauften Flash-Technik. Dazu stellt der Grafikspezialist mit Flash Lite 2 die Abspielsoftware und mit dem Flash Player SDK 7 das entsprechende Entwicklerkit zur Verfügung. Damit sollen sich grafische Anwendungen mit integrierten Webbrowsing-Fähigkeiten samt Bedienoberfäche für Handys, PDAs oder Geräte der Unterhaltungselektronik entwerfen lassen."
[via heise online - Flash Lite 2 für Handys und Unterhaltungselektronik]
"Adobe beglückt Nutzer von Mobilgeräten mit einer neuen Version der mit Macromedia eingekauften Flash-Technik. Dazu stellt der Grafikspezialist mit Flash Lite 2 die Abspielsoftware und mit dem Flash Player SDK 7 das entsprechende Entwicklerkit zur Verfügung. Damit sollen sich grafische Anwendungen mit integrierten Webbrowsing-Fähigkeiten samt Bedienoberfäche für Handys, PDAs oder Geräte der Unterhaltungselektronik entwerfen lassen."
[via heise online - Flash Lite 2 für Handys und Unterhaltungselektronik]
2006.01.27, 22:15
Sun Java Studio Creator
zuvor lizenzpflichtige java entwicklungsumgebung gibts jetzt 4free:
Java Studio Creator 2 kostenlos zum Herunterladen
Ein Leser hat uns drauf aufmerksam gemacht, dass Sun seine zuvor kostenplfichtige Entwicklungsumgebung Java Studio Creator in der neuen Version 2 als kostenlosen Download anbietet. Mit Java Studio Creator lassen sich Web-Server- und Browser-Anwendungen auf Basis von Java und AJAX (JavaScript) mit Hilfe von JavaServer Faces per Drag-and-Drop entwickeln. Nach einer kostenlosen Registrierung bei Suns Developer Network steht einem das auf NetBeans 4.1 basierenden Java Studio Creator 2 inklusive Sun Java System Application Server 8.1 zum Herunterladen bereit.
Java Studio Creator 2 kostenlos zum Herunterladen
Ein Leser hat uns drauf aufmerksam gemacht, dass Sun seine zuvor kostenplfichtige Entwicklungsumgebung Java Studio Creator in der neuen Version 2 als kostenlosen Download anbietet. Mit Java Studio Creator lassen sich Web-Server- und Browser-Anwendungen auf Basis von Java und AJAX (JavaScript) mit Hilfe von JavaServer Faces per Drag-and-Drop entwickeln. Nach einer kostenlosen Registrierung bei Suns Developer Network steht einem das auf NetBeans 4.1 basierenden Java Studio Creator 2 inklusive Sun Java System Application Server 8.1 zum Herunterladen bereit.
2007.05.27, 10:53
Jala is great!
The Helma guys really did a good job with this collection of modules. I am using the form, l18n and rss2.0 module as well as the hopobject extension at the moment. It's all very well documented and together with the db prototyping functionality of rocket, it's a breeze to create the basic input/output and modelling.
