Hello everybody!
I have been working on JSF recently. Whenever I want to create a new XHTML file that I am going to use JSF in it, I have to declare JSF namespace on the top of each XHTML file. So to make this easier we can simply create our own templates in Eclipse and use it when we need.
Monday, 25 July 2016
Create and Save a Page Template in Eclipse
Intagrating Tomcat to the Eclipse Environment
Hello everbody!
After installing Apache Tomcat and Eclipse, connecting these two is not a big deal. You need to simply follow the following steps. To view my post about how to install Apache Tomcat please go here.
STEP 1
Start Eclipse and go to the tab "Servers". Initially as we have no servers yet, this tab will be empty. Click the link to create a new server as shown below.
After installing Apache Tomcat and Eclipse, connecting these two is not a big deal. You need to simply follow the following steps. To view my post about how to install Apache Tomcat please go here.
STEP 1
Start Eclipse and go to the tab "Servers". Initially as we have no servers yet, this tab will be empty. Click the link to create a new server as shown below.
Sunday, 24 July 2016
Getting Started With JSF - Preparing The Environent and Creating the First JSF Application
Hello everybody!
This post will be something like "Introduction to JSF" :) So if you are new to JSF, I think this is a good place for you to start.
This post will be something like "Introduction to JSF" :) So if you are new to JSF, I think this is a good place for you to start.
Wednesday, 20 July 2016
JSTL Tags and Functions
Hello everybody!
While working on one of my projects, I tried to use JSTL tags and found it very useful in terms of efficiency. So I thought getting into more details and preparing a post about JSTL would be nice.
JSTL stands for "JSP Standard Tag Library". These tags and functions help you write your codes more simple and efficient. JSTL provides a faster development as it has many simplified tags. We also benefit from code reusability.
While working on one of my projects, I tried to use JSTL tags and found it very useful in terms of efficiency. So I thought getting into more details and preparing a post about JSTL would be nice.
JSTL stands for "JSP Standard Tag Library". These tags and functions help you write your codes more simple and efficient. JSTL provides a faster development as it has many simplified tags. We also benefit from code reusability.
Friday, 15 July 2016
Servlet and JSP Q&A - Part 2
Hello everybody!
Here is the second part of the Q&A post. You can view the Part 1 from here.
Q17)What are advantages of using JSP?
Here is the second part of the Q&A post. You can view the Part 1 from here.
Q17)What are advantages of using JSP?
Wednesday, 13 July 2016
Servlet and JSP Q&A - Part 1
Hello everybody!
I have been working on Servlets and Jsp recently. I have developed a few projects to get familiar with these subjects. While working on my projects, I read quite a few books, watched videos and often had some search on forums to understand what I have been doing better and also to find some answers to my questions. As a result, I now have good(but not perfect of course) knowledge base related to Servlet and Jsp. So I thought creating a Q&A post about Servlet and Jsp would be very useful to keep this information on record and also to help those who are trying to get a little bit more into these subjects. So I hope you benefit from this post too!
I have been working on Servlets and Jsp recently. I have developed a few projects to get familiar with these subjects. While working on my projects, I read quite a few books, watched videos and often had some search on forums to understand what I have been doing better and also to find some answers to my questions. As a result, I now have good(but not perfect of course) knowledge base related to Servlet and Jsp. So I thought creating a Q&A post about Servlet and Jsp would be very useful to keep this information on record and also to help those who are trying to get a little bit more into these subjects. So I hope you benefit from this post too!
Subscribe to:
Posts (Atom)