Eclipse Marketplace is a rich client interface available in your Eclipse for browsing and installing the Eclipse plugins listed on the Eclipse Marketplace portal. If you are using Eclipse Helios,it will be available by default. You can start MPC accessing it from the Help menu.Download/Installation details can be found @ http://www.eclipse.org/mpc/
In this blog, I would like to give a quick reference to the most commonly used DSP Tags.Note that in this DSP tag details : bean refers to a Nucleus path, component name, and property name param refers to a Page parameter value refers to a Static-value var refers to a EL variable id refers to a scripting variable ============================================================== 1.dsp:importbean example: <dsp:importbean bean="/atg/dynamo/droplet/Switch"/> ============================================================== 2.dsp:page usage: It encloses a JSP. The dsp:page invokes the JSP handler, which calls the servlet pipeline and generates HTTPServletRequest. example: <dsp:page> ..... </dsp:page> ============================================================== 3.dsp:include usage: Embeds a page fragment in a JSP. example: <dsp:include src="/myPage/Result...
Comments
Post a Comment