Wow... got what i needed...
 
sorry all of you use presentation and MVC frameworks like Struts, Barracuda, Velocity etc...
and as many like you've seen they reconstructed the Presentation or View wheel
 
where many of them pipe HTML to the screen.... and if you think your a fundi... you know what i mean....
like struts Form stuff
and barracuda's BComponent etc...
pretty good frameworks but stupid enuf to recreate the wheel
 
WELL, im keeping it to the basics here and this will be the best ever design ever.... giving me a little power of what asp.net has achieved... and dont bite my head off here....
 
This is what i use
1.Plain HTML in a JSP with placeholders e.g <div id="name">[NAME]</div>
2._javascript_ that shares JAVA e.g(J2EE,Taglibs,Servlets etc).
3.A controller servlet that will have reflection to call models which will for
  3.1 navigate to a diff page
  3.2 do DML on a database and then navigate
  3.3 validation and then navigate to 1 of the point listed above
 
and thats it... ive got the cream with my private diploma... how many 1 to 2 year experience guys or dolls  with there diploma or degree are out there and would have thought of that....
 
and for the record... im reveiling myself...im
Denver Visagie
 
 
 
 
 
 


Java Mad <[EMAIL PROTECTED]> wrote:
Good Afternoon All,
Is there a way where i can change the .jsp extension to something else for e.g .script, .me, .etc, .bla
 
i know you add this somewhere in the web.xml file and i googled for it but no luck....
 
can ne1 direct me with the xml and we its put or get copied and pasted in the web.xml file
 


Discover Yahoo!
Find restaurants, movies, travel & more fun for the weekend. Check it out!


Discover Yahoo!
Find restaurants, movies, travel & more fun for the weekend. Check it out!

Reply via email to