Re: Fake window handle
Javier Pedemonte <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <ro6dnXl1VM9zxCfYnZ2dnUVZ_veinZ2d__24308.7027491585$1169840739$gmane$org@mozilla.org> |
Since there seem to be several products that do headless Mozilla on the server, this should be possible. Those products are probably embedding Mozilla in C++, but it should be possible to do the same from Java (maybe with some minor code changes). I suggest you ask about headless Mozilla support on the mozilla.dev.embedding newsgroup or on the #developers channel on IRC (http://irc.mozilla.org/)... javier Emil Grigore wrote: > Hi, > I know this has been asked before lots of time, but I'm just not able > to find a clear answer. > > I'm trying to create a server side html rendering engine similar to > http://www.webrenderer.com/. All I found so far is > http://groups.google.com/group/mozilla.dev.embedding/browse_thread/thread/c77dd35a218ac5c8/5f655eef238fcccd > > The question is: How do I create a fake window handle to pass to the > initWindow method? >