Google App Engine: create deployable package of Java application -
i make app engine application easy install anyone, non-developers. can distribute app sdk included , can wrap install process easy-to-use install script or use gui installer (i found this example).
the problem jdk required install process , have learned, quite complicated configure java environment. in recent versions of app engine sdk, there issue when jre conflicts jdk , install process fails during compiling jsp files. without issue, installing jdk still step user needs before deploying app.
i've come possible ways i'm not sure whether of them possible:
- "precompile" application , distribute "ready-to-deploy" package wouldn't require jdk present during install process.
- somehow distribute app jdk. install package closed environment predefined paths java , javac used included sdk. result, user have download 1 big package contain required files (jdk + sdk + app itself) , wouldn't have download or configure else.
any thoughts?
Comments
Post a Comment