28
Dec

Become An Hero!
I love the twilio enphasis when they talk about twilio "trainers"..
Read more
[twilio heroes]
[devangelism]
07
Nov

twizz.me - a simple quiz using twilio in java EE
In the last week end, in my free time, i decided to create a complete application using java EE that uses twilio services in advanced way, naturally with twiliofaces.
And twizz.me started to exist!
The purpose of the game: to show the twiliofaces capabilities inside a java EE application
Read more
[twizz]
[quiz]
[twilio]
28
Oct

new challenge for twiliofaces: java EE translation of "Twilio Cookbook"!
After twilio con europe we started a new project: a translation of php code extracted the book "Twilio Cookbook" written by Roger Stringer.
Read more
[twilio-cookbook]
[recipes]
22
Oct

twiliofaces meets Jeff Lawson at twilio con europe
I gave to Jeff Lawson the twiliofaces official t-shirt (thank's to Andrea Capecci for the graphical project).
Read more
[twilio con europe]
[Jeff Lawson]
[Rob Spectre]
17
Oct

twiliofaces new release 1.2.4
Hightlights of this version:
- reorganization of code to better describe what the code does;
- created twiliofaces doers - java controllers to wrap the twilio-sdk rest activities, divided in different areas;
- deprecated the use of context parameters in web.xml;
- use of accounts.properties (it's a simple properties file that you must insert in the classpath of the application - WEB-INF/classes path) to configure one or more accounts, below the syntax of this files;
- added a new java cdi extension (TwilioConfigExtension) to read the accounts.properties file at startup of application (replacing the web.xml configuration parameters).
Read more
[new release]
[1.2.4]
[account.properties]
[doers]