More WOLips questions: HTML formatting, memory leaks?

Will Scheidegger <[email protected]> Thu, 19 Jun 2008 15:12:12 +0200
Newsgroups gmane.comp.web.webobjects.devel
Message-ID <[email protected]>
As you can see, I'm getting more and more into it. So thanks for all  
the help you have provided so far. I do try to consult the wiki first,  
but some things still remain unanswered... so here my next two  
questions if I may:

HTML formatting in WOLips produces "strange" to "invalid" code. Is  
there something strange with my setup or is this generally the case?
When I format a components HTML file (following this: http://wiki.objectstyle.org/confluence/display/WOL/Refactor+-+Format+HTML+Feature) 
  my HTML-Code is pretty crippled afterwards with
	- spaces before and after the "=" symbol in attributes (i.e.  
<webobject name = "TextField9" /> instead of <webobject  
name="TextField9" />)
	- empty tags being shortened (i.e. <td /> instead of <td></td>)
	- and some funny effects where I'm not 100% sure that it was Eclipse  
messing things up (e.g. <br ></br>)
Does WOLips use it's own HTML formatter? Is there any way I can  
exchange the HTML formatter being used?

Then I strongly thing that my setup has a serious memory leak. When I  
run a wo app out of Eclipse which works fine in production with only  
32MB RAM, I always get out of memory exceptions after a very short  
time (e.g. 20 requests) even when I double the amount of ram for the  
app. Does anyone else experience similar behavior?

Cheers,
Will