This document describes a proposed pharmacy management system with the following key features:
1. It manages customer profiles, medicine inventory, sales and suppliers.
2. The system uses VB.Net and Microsoft Access for development and allows sales entry, inventory checks and re-ordering, customer and medicine master data.
3. It aims to improve efficiency, reduce errors and generate reports for management and stock replenishment.
This document describes a proposed pharmacy management system with the following key features:
1. It manages customer profiles, medicine inventory, sales and suppliers.
2. The system uses VB.Net and Microsoft Access for development and allows sales entry, inventory checks and re-ordering, customer and medicine master data.
3. It aims to improve efficiency, reduce errors and generate reports for management and stock replenishment.
This document discusses Java Server Pages (JSP) and how to perform searches on a database using JSP. It covers key aspects of JSP including using JSP tags to generate HTML, the JSP lifecycle, and separating dynamic and static content. It then discusses using SQL queries in JSP, including SELECT, WHERE, LIKE, and other SQL statements. It provides code examples for the JSP search page, Java classes for accessing the database and returning results, and the servlet used to handle searches. The main topics covered are using JSP, SQL queries in JSP, and building a search feature to look up records from a database table.
๋Java Web Programming on Cloud Computing using Google App EngineIMC Institute
เอกสารประกอบการอบรมหลักสูตร Mini Master of Java Technology ปี 2011 เรื่อง Java Web Programming on Cloud Computing using Google App Engine โดยใช้ Eclipse เป็น Tool
Developing Business Blockchain Applications on Hyperledger IMC Institute
The document provides a comprehensive guide for developing business blockchain applications on Hyperledger using Google Cloud Platform. It details the setup process of an Ubuntu virtual server, installation of Hyperledger Composer and Fabric, and instructions for creating and testing a business network. Additionally, it explains how to generate REST APIs for the business network, complete with sample code and deployment information.
11. 11
- คลิกเลือกพื้นที่ว่างส่วนบนของหน้าจอ เลือก Show และ Palette
รูปที่ 1.9 การเรียกใช้ HTML Forms Icon ใน Palette Tools
- จะได้ Tab ชื่อ Palette อยู่ที่หน้าจอด้านล่าง คลิกที่ HTML 4.0 จะมี Icons ให้เลือก
สามารถที่จะ Drag & Drop ขึ้นไปวางด้านบนสุด (ลำดับที่3 ดังรูป 1.11)
และปรับค่า Attribute ของ Object นั้นๆโดย เลือกที่ Tab Properties(Tabถัดไปทางขวา) ได้
รูปที่ 1.10 การ Drag and Drop Forms Icon ไปที่หน้า Design
1.4 การทดสอบโปรแกรม
การเขียนโปรแกรม Java Servlet / JSP Assoc.Prof.Dr.Thanachart Numnonda/ Asst Prof.Thanisa Kruawaisayawan
12. 12
1. Deploy Web Project สู่ Web Application Server
โดยไปที่ Tab Server แล้ว Click ขวาที่ ชื่อ Tomcat v6.0 เลือก Add and Remove
รูปที่ 1.11 การ Drag and Drop Forms Icon ไปที่หน้า Design
จากนั้นเลือก WebApp แล้ว กดปุ่ม Add เพื่อเพิ่มเข้าไปที่ Web Application Server และกด Finish
รูปที่ 1.12 การ Deploy Project สู่ Web Application Server
2. Run โปรแกรม WebApp โดยคลิ๊กขวาที่ addCustomer.html → Run As → Run on Server
รูปที่ 1.13 การรัน File ที่ต้องการ Test
3. จะมีให้เลือกว่าจะให้รัน file นี้ที่ Server ไหน (กรณีเรานี้มี Server เดียว) กด Finish
การเขียนโปรแกรม Java Servlet / JSP Assoc.Prof.Dr.Thanachart Numnonda/ Asst Prof.Thanisa Kruawaisayawan