Fed up with the lack of FAQ for JOGL, and having had to spend today setting up a robust JOGL app, I’ve started a FAQ of my own.
http://grexengine.com/sections/externalgames/tech-page-JOGL-faq.html
This is also linked from the JOGL tech page on JGF, so you don’t have to remember the URL if you can’t be bothered ;).
So far, it’s populated with just a handful of questions answered on these forums which I had bookmarked. Any additional questions and answers gratefully received! Just send an email to ceo @ grexengine.com.
Don’t forget to include the name of the person who answered the question, and if there’s a URL which has more information, send me that too (the FAQ system auto-generates a “more info” link whenever it can).
Question text should be plain ASCII.
Answer text MUST BE HTML FORMATTED! Don’t forget to surround everything in
tags, and don’t forget to close every tag. If you don’t, the XSLT won’t compile, and that means it’ll take longer before I get around to trying to fix your HTML and include your question :(. You can use any “normal” HTML, like P, I, B, FONT, TABLE, HR, etc (it reuses the standard filter used on JGF, if you’re interested).
EDIT: PS sorry about the incorrect value for the number of questions; I think it’s an XSLTPROC bug (in this case, it counts nodes that I believe should not be counted according to the XPATH spec, but I haven’t worked out a workaround yet).