Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-12 Thread Dimitris Chloupis
https://kilon.gitbooks.io/ephestos/content/introduction/introduction.pier.html https://github.com/SquareBracketAssociates/PharoInProgress/tree/master/UnifiedFFI http://www.smalltalkhub.com/#!/~JNIPort/JNIPort https://github.com/bouraqadi/PharoJS On Tue, Jul 12, 2016 at 4:43 AM lionelakue wrot

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread Johan Fabry
> On Jul 11, 2016, at 20:51, lionelakue wrote: > > > jfabry wrote >> to build user interfaces I recommend that you use Spec. Many user >> interfaces in the standard Pharo image are written using it. I am >> currently writing documentation for it, here is the introductory chapter: > > Thanks. >

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread lionelakue
Sorry for the small talk; sent on the fly. lionelakue wrote > Thanks everyone > > These are some examples to precise my question: > -software for human resources or shop inventory. > -IT asset or fleet management systems. These are used to register > equipments or cars inside companies and co

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread lionelakue
Thanks everyone These are some examples to precise my question: -software for human resources or shop inventory. -IT asset or fleet management systems. These are used to register equipments or cars inside companies and control their allocations. abergel wrote > There is roassal if you need to

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread Dimitris Chloupis
If you don't mind some extra work and don't mind combining Pharo with other programming languages your options are titanic You can use any C/C++ library via UFFI You can use any Python library via my Atlas bridge You can use any Java library via JNIPort You can use any JavaScript library via Pharo

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread stepharo
Hi lionel to help people answering your question do you have some examples of management software you have in mind? if you need to connect to DB - there is Glorp (which is a relational mapper) and now there is a new version and a nice documentation https://github.com/SquareBracketAssoc

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread Alexandre Bergel
There is roassal if you need to visualize data. I have seen people visualizing relations between software artifacts. Alexandre > On Jul 11, 2016, at 2:32 AM, Lionel Akue wrote: > > Hi > > I am making a library to accelerate the building of management software. > > I am looking for existing

[Pharo-users] A Management Software Building Library in Pharo

2016-07-10 Thread Lionel Akue
Hi I am making a library to accelerate the building of management software. I am looking for existing libraries: for UI. (I know Seaside and Morphic) for persistence (I know Garage, Voyage) other tools(I know Magritte for object descriptions) Thanks for sharing other libraries you know about. A