First of all, I wish all of you a happy new year 2014! I would like to develop my first Desktop Application with Pharo... What is with Pharo3.0 available/possible and should be used. Topics of interest are:
Framework for GUI Development Datebase Integration (stable solution for relational and oo Databases) Things to be considered... Examples or Tutorials?
Thanks for your support & cheers, Damir ----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/Desktop-Application-with-Pharo-tp4733442.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hello Damir, Le 01/01/2014 16:52, Damir Majer a écrit :
First of all, I wish all of you a happy new year 2014!
I would like to develop my first Desktop Application with Pharo...
What is with Pharo3.0 available/possible and should be used. Topics of interest are:
Framework for GUI Development
Hand made. Learn Polymoprh and Morph architectures. If you are serious about your project, it is worth the investment. You can check with DrGeo GUI. Once you get it with TableLayout or ProportionalLayout, you will be the master.
Datebase Integration (stable solution for relational and oo Databases)
no idea but there are plenty AFAIK
Things to be considered...
In case you do not own it: "The Design Pattern, Smallltalk Compagnion" book. There are plenty of design examples for desktop application. My best wishes of successes. Hilaire -- Dr. Geo http://drgeo.eu
On 01 Jan 2014, at 16:52, Damir Majer <damir@majcon.de> wrote:
First of all, I wish all of you a happy new year 2014!
I would like to develop my first Desktop Application with Pharo...
What is with Pharo3.0 available/possible and should be used. Topics of interest are:
Framework for GUI Development
Spec Ben and Johan planned to write a tutorial in Jan. You can also read the calculator tutorial
Datebase Integration (stable solution for relational and oo Databases) you have postgres mongo and other support
Things to be consideredâ¦
User management ben developed a system to give a key to the user.
Examples or Tutorials?
Thanks for your support & cheers, Damir
----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/Desktop-Application-with-Pharo-tp4733442.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Le 01/01/2014 17:25, Stéphane Ducasse a écrit :
ben developed a system to give a key to the user.
What is it? -- Dr. Geo http://drgeo.eu
ben developed a system to give a key to the user.
What is it?
this is a service that generate a key that you can give your client and the server checks if this is ok Ben should be flying to chile tomorrow (to the sun :). Stef
-- Dr. Geo http://drgeo.eu
+1 Thanks for the hints ;-) Damir Stéphane Ducasse wrote
ben developed a system to give a key to the user.
What is it?
this is a service that generate a key that you can give your client and the server checks if this is ok Ben should be flying to chile tomorrow (to the sun :).
Stef
-- Dr. Geo http://drgeo.eu
----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/Desktop-Application-with-Pharo-tp4733442p4733465.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hi Damir, Welcome! :) Depending on your application, you might also benefit from Glamour and Roassal. Cheers, Doru On Wed, Jan 1, 2014 at 7:07 PM, Damir Majer <damir@majcon.de> wrote:
+1
Thanks for the hints ;-)
Damir
Stéphane Ducasse wrote
ben developed a system to give a key to the user.
What is it?
this is a service that generate a key that you can give your client and the server checks if this is ok Ben should be flying to chile tomorrow (to the sun :).
Stef
-- Dr. Geo http://drgeo.eu
----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/Desktop-Application-with-Pharo-tp4733442p4733465.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
-- www.tudorgirba.com "Every thing has its own flow"
2014/1/1 Damir Majer <damir@majcon.de>
First of all, I wish all of you a happy new year 2014!
I would like to develop my first Desktop Application with Pharo...
What is with Pharo3.0 available/possible and should be used. Topics of interest are:
Framework for GUI Development
Try to look at Phobos: https://code.google.com/p/phobos-framework/ https://ci.inria.fr/pharo-contribution/view/Phobos/ The demo application contains a lot of examples: https://plus.google.com/photos/106846588629768024210/albums/5797362616395167... -- Pavel
Datebase Integration (stable solution for relational and oo Databases)
Things to be considered... Examples or Tutorials?
Thanks for your support & cheers, Damir
----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/Desktop-Application-with-Pharo-tp4733442.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
It is nice, and easy to get it running with a consistent look and feel. Looks perfect for office applications! Sadly, on my aging machine, XUL applications tends to be slow (Firefox vs Chrome), but Phobos play nicely, so I guess there are other parameters. Very nice. Thanks Hilaire Le 02/01/2014 10:46, Pavel Krivanek a écrit :
Try to look at Phobos: https://code.google.com/p/phobos-framework/ https://ci.inria.fr/pharo-contribution/view/Phobos/
The demo application contains a lot of examples: https://plus.google.com/photos/106846588629768024210/albums/5797362616395167...
-- Dr. Geo http://drgeo.eu
participants (5)
-
Damir Majer -
Hilaire Fernandes -
Pavel Krivanek -
Stéphane Ducasse -
Tudor Girba