Search the web
Sign In
New User? Sign Up
canvas-developers · Canvas Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Interest Check in Standardized Deployment Methods   Message List  
Reply | Forward Message #481 of 493 |
Re: [canvas-developers] Interest Check in Standardized Deployment Methods

As in Java Web Application Archives? Doesn't that seem a bit heavy-weight? WAR files would have to be deployed as complete Java applications on a servlet-capable server. My concern is that this would destroy server portability, and I don't think it's a safe bet that most hosting services would be running a Java-based server.

In addition, the WAR format carries little information about the Javascript program itself. What are its dimensions? How can it be initialized? Is it possible to deploy it as a graphical widget on a page? (e.g. IFRAME in an application using the width and height meta data from a deployment standard.)

Thanks,
Jerason

On Tue, Jan 6, 2009 at 11:26 AM, Leonardo <sombriks@...> wrote:

what about .war files?

2009/1/6 Jerason Banes <jbanes@...>

Hi all!


As many of you probably noticed from my recent message, I've managed to complete a very sophisticated Javascript game recently. In addition, I've been porting several older DHTML games to work on modern systems and game consoles. One of the issues I've noticed is that there is no standard method of deploying Javascript games. (Or applications for that matter.) 
(...).




Tue Jan 6, 2009 5:36 pm

thewiirocks
Offline Offline
Send Email Send Email

Forward
Message #481 of 493 |
Expand Messages Author Sort by Date

Hi all! As many of you probably noticed from my recent message, I've managed to complete a very sophisticated Javascript game recently. In addition, I've been...
Jerason Banes
thewiirocks
Offline Send Email
Jan 6, 2009
5:19 pm

what about .war files? 2009/1/6 Jerason Banes <jbanes@...>...
Leonardo
sombriks_1
Offline Send Email
Jan 6, 2009
5:26 pm

As in Java Web Application Archives? Doesn't that seem a bit heavy-weight? WAR files would have to be deployed as complete Java applications on a ...
Jerason Banes
thewiirocks
Offline Send Email
Jan 6, 2009
5:36 pm

starting to understand.... since the real entry point for the javascript app remains some document, that document could have standart default information...
Leonardo
sombriks_1
Offline Send Email
Jan 6, 2009
5:49 pm

I think we're on the same wavelength here. I was also thinking something along the lines of a JAR for Javascript. Here's the RFC I posted on the WiiCade forums...
Jerason Banes
thewiirocks
Offline Send Email
Jan 6, 2009
5:59 pm

I think we're on the same wavelength here. I was also thinking something along the lines of a JAR for Javascript. Here's the RFC I posted on the WiiCade forums...
Jerason Banes
thewiirocks
Offline Send Email
Jan 6, 2009
6:11 pm

it's a good idea, the task seems very simple now: get the ".jzip"(this ahven't anme yet, right?) file, upack it, read metaconfig and open the main document. ...
Leonardo
sombriks_1
Offline Send Email
Jan 6, 2009
6:32 pm

... That's basically it! The devil is in the details, of course. What exactly will the meta-config tell the platform? Do we open the main document in an IFrame...
Jerason Banes
thewiirocks
Offline Send Email
Jan 6, 2009
8:05 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help