Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone



Clound SSD Virtual Server

JSP and Import Package Library and Using Libraries (Java)

JSP and Import Package Library and Using Libraries (Java) ในการเขียน JSP การ import ตัว Package หรือ Library เข้ามาใช้ใน Webpage ของ JSP สามารถใช้งานง่าย ๆ ซึ่งได้ยกตัวอย่างการใช้ Directives ในบทความก่อนหน้านี้แล้ว แต่จะขอสรุปง่าย ๆ สั้น ๆ คือสามารถทำได้ 2 รูปแบบ

Syntax 1
<%@ page import="java.util.ArrayList" %>

Syntax 2
<jsp:directive.page import="java.util.ArrayList" />


Example 1 ใช้ Directives แบบ page import

index.jsp
<%@ page import="java.util.ArrayList" %>
<html>
<head>
	<title>ThaiCreate.Com JSP Tutorial</title>
</head>
<body>
	<%
	
	    ArrayList<String> myArrList = new ArrayList<String>();
	    myArrList.add("Belgium");
	    myArrList.add("France");
	    myArrList.add("Italy");
	    myArrList.add("Germany");
    
		for (int i = 0; i < myArrList.size(); i++) {
			out.print(myArrList.get(i) + "<br>");
		}
	%>
</body>
</html>

Output

JSP and Import Package Library and Using Libraries



Example 2 ใช้ Directives แบบ jsp:directive.page import

index.jsp
<jsp:directive.page import="java.util.ArrayList" />
<html>
<head>
	<title>ThaiCreate.Com JSP Tutorial</title>
</head>
<body>
	<%
	    ArrayList<String> myArrList = new ArrayList<String>();
	    myArrList.add("Belgium");
	    myArrList.add("France");
	    myArrList.add("Italy");
	    myArrList.add("Germany");
    
		for (int i = 0; i < myArrList.size(); i++) {
			out.print(myArrList.get(i) + "<br>");
		}
	%>
</body>
</html>

Output

JSP and Import Package Library and Using Libraries






   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2013-05-26 11:47:11 / 2013-08-20 21:29:31
  Download : Download  JSP and Import Package Library and Using Libraries  (Java)
 Sponsored Links / Related

 
JSP and Eclipse IDE Create Web Project and Run Project
Rating :

 
JSP and Netbeans IDE Create Web Project and Run Project
Rating :

 
ในการเขียน JSP (Java) ใช้เครื่องมืออะไรดี ระหว่าง Eclipse IDE กับ Netbeans IDE
Rating :

 
JSP and Scriptlets คืออะไร ทำไมจะต้องใช้ Scriptlets ในการเขียน JSP
Rating :

 
JSP and Basic Webpage , Basic HTML and JSP Scriptlets (Java)
Rating :

 
JSP and Block Variable and Declaration Variable for JSP (Java)
Rating :

 
JSP and Comment Code Single Line and Multiple Line (Java)
Rating :

 
JSP and Directives page,include,taglib (Java)
Rating :

 
JSP and Tag XML Style (Java)
Rating :

 
JSP and Include JSP file / Include page (Java)
Rating :

 
JSP and errorPage / isErrorPage (Java)
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 02
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่