From: Tim P. <ti...@pa...> - 2007-09-03 18:27:12
|
Espen,=20 On Monday 03 September 2007 18:59, Espen R=C3=B8dland Mikkelsen wrote: > Hi folks, > > As you read this, please keep in mind that I am very new to Java > programming. I got a summer job were I was to develop an applet. I didn't > know Java at all, so I had to learn during summer. It all went well, I > developed the requested applet and all worked according to specifications. > > The problem arised when we were to deploy it. It dawned on us that the > amount of data the client had to download would cause the thing to work to > slowly. > > So, to the point. My employer wants me to find a quick-fix to this. So I > have to find some way of deploying the applet on the server-side. Since I= 'm > new to Java, I don't know anything about JSP or servlets. Then I stumbled > upon WebMacro, it seems that it provides some easy solutions. > > Unfortunately I don't have much time to do this, so I would be grateful if > someone could tell me if this is the way to go forth? Is there an easy way > to "put" an applet on the server-side? > > Not sure if this mailing-list is even the right forum to bring this up, so > sorry in advance, hope someone is willing to help me out anyways. > > Kind regards, > > Espen Mikkelsen I think it is fair to say that WebMacro is not the way to go.=20 WeMacro is a template engine which enables you to place=20 java objects into a context and then interpolate a template against that=20 context.=20 WebMacro has been superceded, in popularity at least, by Velocity,=20 http://velocity.apache.org/, so even if what you wanted was a template engi= ne=20 WebMacro would probably not be the right choice.=20 yours TimP |