WebMemcache changes GAE into memcached

Category : Software

WebMemcache is a python-made freeware for Google App Engine, or GAE, and its source is public. Cache is everywhere in current web, to reduce loads of web servers and to make it faster.

ピクチャ 143.png

Figure of posting data

The most notable cache system is memcached without doubt. But not everybody can use it as you have to run a service. Instead of that, WebMemcache makes Google App Engine memcached daemon (of course, pseudo one).

Read Full Article

Lokka is a CMS for cloud

Category : Software

Lokka is a CMS expects to be used in the cloud.

Lokka is an open source software written in Ruby.  Various Web site are required CMS. Manage the special contents and posts the pages of help and terms.  CMS is the foundation of any Web site.
Screen-shot 398.png

User screen. like a blog

The Web site has changed significantly in a recent years.  Need a initial cost and wait a few days of the end application. It is the thing of past.  Now, move quickly in the cloud. They match the age and running on the cloud CMS, it is Lokka.

Read Full Article

DropMocks is GAE service to upload an image by drag & drop

Category : Software

DropMocks is an open source software for Google App Engine written in Python. The upload function by the drag and drop that is a new feature of Gmail attracts attention. If you use the once, you can not get out this function because it is very convenience.

Screen-shot 184.png
Top screen

Can you incorporate this function in other systems? It would be especially useful if a library. The service used on Google App Engine is DropMocks and it source code is open to public.

Read Full Article

Project Babel 2,community-based support using Google App Engine

Category : Software

Project Babel 2 is an open source software made by Python/(for) Google App Engine. Community site is simply means that it started from content sites that only sends information to become a community site that is developed by interactive transmissions of information. Community site management is difficult, but it could develop into a great service once it hits the target.

Screen-shot 46.png
Based on Forum or community site

Although there are many requirements for
community sites to run, basically they are all the same. Just like any other community site, talking to anyone in community sites about some contents do just fine. If you are thinking about a community site using Google App Engine, you should try Project Babel 2.

Read Full Article

Kotori Web JUnit Runner,run JUnit on the Google App Engine

Category : Software

Kotori Web JUnit Runner is for Google App Engine / Java open-source software products.Google App Engine in Java horizons that is widened by the developer can now be selected.With smooth development to smooth deployment together, you might say it’s a very useful platform.

スクリーンショット(2010-08-09 16.19.38).png

select a test run

But Google App engine is equipped with various restrictions unlike normal hosting. You might encounter some problems such as the deployment not working at the server running, even though it works well on your local environment. Kotori Web JUnit Runner would be a perfect solution for this situation.

Read Full Article

keb-log – a blog system using Google App Engine

Category : Software

keb-log is an OSS product runs on Google App Engine written in Python. Though Google App Engine may be assumed as a system for web service developers,  it is not always so. we can use it as a free-of-charge hosting service until a certain amount of resource assignment.

スクリーンショット(2010-08-02 14.34.37).png
Entry screen

You don’t need to make anything by yourself. There have already  been many software developed for Google App Engine. A blog system is an example. If you want to make your own blog, just download a software such as keb-log and use it.

Read Full Article

PyPress For GAE – PyPress on Google App Engine

Category : Software

PyPress For GAE is an Open Source Software program made of GAE/Python. WordPress, made of PHP, occupies large percentage of the blogging engines. WordPress is an Open Source Software program, so that it is getting more percentages. With upgrading, it’s getting more useful.
スクリーンショット(2010-07-30 15.13.55).png

WordPress for Python!

PyPress is developed as “WordPress on Python”. If Python runs on a server, PHP may also run on it and there must be few needs of shifting from PHP to Python. But if you wish to use Google App Engine for WordPress, PyPress For GAE is the way of it.

Read Full Article

DryDrop, manage static web site with GAE and Github

Category : Software

DryDrop is Opensource Python web application. Don’t you use version management system for make web site which use only static HTML files? Maybe create a folder and put HTML, JavaScript, Images, CSS and so on. Sure, that makes trouble if important file modify or deleted. But version management server set up is hard … so, you try DryDrop.

ピクチャ 64.png
Fig. Administrator interface

Google App Engine (GAE) is Paas (Platform as a Service) and easy deploy Python or Java application. That mean GAE is application server. But DryDrop deploy static content on the GAE. And those static content manage on the Github. DryDrop manage Github repository URL and deploy to GAE. You can use Github push notify feature, after push contents and deploy automatic soon.

Read Full Article