Tibco General Interface SOA RIA

May 9th, 2008 by info

Tibco General Interface, yeah, i now don’t look for another solutions. I was next to wrote own framework, but I found framework for Rich Internet Applications (RIA), and it is event driven framework, could be connected to any service I want. It has Service Orienteted Architecture (SOA) . I’ts on BSD licence, and all framowork is in Ajax, IMHO it’s on itself. It’s for Enterprice class internet application. Could be integrated with any server solutions - NET,Java, PHP. TIBCO not only wins in the recent 2007 InfoWorld Bossie Awards, it’s also wins my time.tibco.JPG

CodeIgniter Application Framework

May 7th, 2008 by info

CodeIgniter work with PHP4. I look for application framework and choose this framework for some tests. It’s fast and small, and work with PHP4 is a advantage. For example Prado work only with PHP5. Most hosting accounts has PHP4. I’ve picture of my ajax application. I need event driven framework, and i need automate applications development. For example if I create html form, and load page with this form and press submit, even if database table not exist, it automaticly create this table. I need database oprtation log, so if I need, with this log i can recover database to any time I want. Engine based on Ajax, automaticly update interface, no mater how much users use application. All has to work in real time. So if CodeIgniter don’t meet my needs, I write own framework. Maybe I’ll discover wheel once again, but it would be my wheel.