Uplevel e-solutions

Webware and Rich Internet Applications

Google App Engine and Django

Hello ! It was a big break from posting here, but many things changing now in our company so I have many things to handle and not really much time to writing here, but now it will be change ! Last time we’re working on few projects on Google App Engine which is on other hand really good technology. But of course like always there are some problems when you decided to start using it. First is a framework choice.. of course google has own called “webapp” but yes… it’s great for simple apps in my opinion, but for real applications I want to use power of Django insteed of Google framework. If we’re talking about GAE and Django integration here is a really good presentation about it:

There are important issue - very useful subproject called Google App Engine Helper for Django, you can find more information here. In back to the proper Django framework, I’ve found two days ago interesting “tips” to improve render_to_response method, which sometimes looks too complicated. So here it is:


Ohh, one more thing, if someone from Poland is here, probably will be happy because now last time brand new polish django project site has been released !
 

  • Comments
  • Filed under: python
  • Appcelerator to otwarta platforma (na licencji GPL 3) do tworzenia zintegrowanych aplikacji RIA + SOA. Jest to połączenia możliwości jakie niosą ze sobą aplikacje RIA oraz SOA (Service Oriented Architecture). Wraz jednak z pojawieniem się Google App Engine twórcy postanowili wykorzystać udostępnioną przez Google infrastrukturę. Appcelerator to narzędzie, którego architektura zorientowana jest na wymianę komunikatów (Message Oriented Architecture). Powoduje to znaczne przyspieszenie tworzenia aplikacji, a dzięki oddzieleniu warstwy prezentacji (client side) od warstwy logicznej (server side) możliwe jest używanie wielu języków programowania : Ruby, Java, PHP, .NET, Python i Perl. Więcej szczegółów tutaj:What is appcelerator

  • Comments
  • Filed under: Flex, RIA, Ruby, RubyOnRails