资 源 简 介
This project has been moved to github:
https://github.com/ejisto/ejisto
What is ejisto?
Developing the "presentation" part of a distributed web application is a hard life. You have to fight every day against database synchronization, binary data incompatibility, system integration failures and so on.
But who cares...
if database is up to date?
if two systems are well interconnected?
if remote server is up and running?
if third-party web service is doing its job?
These things are not related to front-end developers" job. They should focus on the front-end part of the application, but they should be also able to test their changes to dynamic pages in a dynamic context.
There are two possible ways:
write tons of mock objects for each kind of connector; every time for each release, for each little data mod