- This topic has 8 replies, 2 voices, and was last updated 16 years, 11 months ago by
Loyal Water.
-
AuthorPosts
-
nicolasdiogoMemberhi,
firstly i would like to clarify that i have red some posts on this forum that provide some information relating to my questions here, but i find these not to fully explained.
i have used DreamWeaver in the past, and i am trying to find relationship between DW and myeclipse.
could you tell me how i can achive similar results and simple management of templates for my pages layout by using myeclipse? i understand that myeclipse can not implement the same kind of templating solution due to patents of DW, but are the available alternatives/techniches that i can use?
is there a tutorial, and not a on-demand, that explains how to develop a web-application including how to create links, add images, managing templates and so on. i appologise if i have missed this tutorial, but i have looked around to find it.
many thanks
Nicolas
July 1, 2008 at 10:46 am #286560
Loyal WaterMemberNicolas,
All our tutorial are available on our educational material site. Maybe you could go through the web project tutorial to start off things.
http://www.myeclipseide.com/module-htmlpages-display-pid-7.htmlWhere do you want to add images? You want to add images on your JSP/HTML pages?
You can always post your queries here incase there is something that your still unclear about once you have gone through the tutorial.
July 1, 2008 at 11:38 am #286571
nicolasdiogoMemberthanks,
i have followed some of these tutorial already, but they seem to concentrate on hands-on JSP developement solely.
so i am trying to identfy if i will need to consider using DW for templating and presentation consistency of presentation.
ideally i would like to find out how i can use myeclipse to do it all.Nicolas
July 1, 2008 at 11:39 am #286572
nicolasdiogoMembercould you tell me which tutorial explains how to manage the presentation of pages?
thanks
July 1, 2008 at 1:24 pm #286586
Loyal WaterMemberMyEclipse doesn’t have templates that could be used to create the UI.
could you tell me which tutorial explains how to manage the presentation of pages?
Im afraid there is not tutorial that specifically explains.
July 3, 2008 at 5:39 am #286685
nicolasdiogoMemberwhat is the suggested methodology to achieve consistent look-and-feel on JSP/HTML when using myeclipse?
July 3, 2008 at 11:25 am #286719
Loyal WaterMemberYou can use a css file that would be linked to all your jsp/html files. Im sure that would help.
July 10, 2008 at 5:54 am #286949
nicolasdiogoMemberi suppose i can use DW and myeclipse together.
so i can benefit from DW templating while using myeclipse to assist me with the JSP coding.
do you know if this is a viable option?Nicolas
July 10, 2008 at 11:44 am #286980
Loyal WaterMemberI havent tried it but I guess you can always paste the DW JSP template in your MyEclipse JSP file and build on top of it.
-
AuthorPosts