[freenet-dev] [GSoC 2011] Idea : Porting to Apache Struts

2011-04-08 Thread Pouyan Zachar
>> > I must agree with the fact that Struts and similar frameworks (Wicket) >> > are too huge to be delivered with Freenet. >> >> I have seen struts in action... DON'T DO IT! :) >> >> IMO it would be *alot* of work to port, for a negative benefit (it >> would be bigger, slower to start, slower to

[freenet-dev] [GSoC 2011] Idea : Porting to Apache Struts

2011-04-08 Thread Matthew Toseland
has some experience in these things? -- next part ------ A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20110408/7cfec1ec/attachment.pgp>

[freenet-dev] [GSoC 2011] Idea : Porting to Apache Struts

2011-04-08 Thread freenet.10.technomat...@recursor.net
ext part -- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20110408/48ca72ef/attachment.html>

[freenet-dev] [GSoC 2011] Idea : Porting to Apache Struts

2011-04-08 Thread Robert Hailey
e.th("Peer Nodes"); table.tr(); table.td(new PeerCicle(data)); page.add(table); ??? node.code("insert raw html here"); -- Robert Hailey -- next part -- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20110408/ae107691/attachment.html>

Re: [freenet-dev] [GSoC 2011] Idea : Porting to Apache Struts

2011-04-08 Thread Robert Hailey
On 2011/04/06 (Apr), at 4:16 AM, Pouyan Zachar wrote: [freenet.10.technomation] Struts is a large, complex and largely superseded framework (by JBoss, Spring etc) - the .jar is several megs in size, requiring considerable configuration. Given the amount of HTML in Freenet, then one would

Re: [freenet-dev] [GSoC 2011] Idea : Porting to Apache Struts

2011-04-08 Thread Matthew Toseland
On Friday 08 Apr 2011 15:36:23 Robert Hailey wrote: On 2011/04/06 (Apr), at 4:16 AM, Pouyan Zachar wrote: [freenet.10.technomation] Struts is a large, complex and largely superseded framework (by JBoss, Spring etc) - the .jar is several megs in size, requiring considerable

Re: [freenet-dev] [GSoC 2011] Idea : Porting to Apache Struts

2011-04-08 Thread Pouyan Zachar
I must agree with the fact that Struts and similar frameworks (Wicket) are too huge to be delivered with Freenet. I have seen struts in action... DON'T DO IT! :) IMO it would be *alot* of work to port, for a negative benefit (it would be bigger, slower to start, slower to run, harder to

[freenet-dev] [GSoC 2011] Idea : Porting to Apache Struts

2011-04-08 Thread freenet . 10 . technomation
Java 6 ships with a web server: com.sun.net.httpserver As Pouyan, you just want to be able to take some basic HTML/JavaScript and server them up from. This can be done from a single servlet utilizing a templating engine aproach. Velocity is great for this, but, again, it's still a lot to take