Installation
I have updated the Iliad Web Application Server to load properly in Pharo 4 (good tutorials here and here). All tests passes. As usuall you can load it from the Configuration Browser or by evaluating the expression:1 2 3 4 | Gofer it smalltalkhubUser: 'hernan' project: 'Iliad' ; configuration; loadStable |
Usage
Start the Iliad Web Application Server in port 8888 using the Comanche/Kom Web Server adapter:1 | IliadKom startOn: 8888 . |
1 | IliadKom stop. |
1 | IliadKom startDebugOn: 8888 . |
Changes
- Use the Grease latest stable version which includes a fix of the #next: method in GRPharoUtf8CodecStream (thanks Benoit Astruc)
- Added ILTempFile helper methods (#printOn: and #extension).
- Added ILCaptionElement and ILDatalistElement (thanks Benoit Astruc).
- Added methods to start Comanche in debug and verbose mode.
- Changed HttpService name to be more descriptive in the Process list.
- Removed versions for GemStone and Squeak in ConfigurationOf (will add later after check)
- Use convertToEncoding: instead of #decode: to patch the Invalid UTF-8 bug.
- Replaced Pharo 4 deprecated TimeStamp with DateAndTime.
- Replaced senders of Pharo 4 deprecated #displayString with #asString.
- Updated acknowledgements windows and text.
Great news Hernán.
ResponderEliminarThank you for your work. Iliad is a great web framework.