* Developing Web Services Using JAX-WS (Part 1 : generate Web service)
This is for how we can create web service using JAX-WS with eclipse.
* Developing Web Services Using JAX-WS (Part 1 : generate Web service)
Showing posts with label A Paper. Show all posts
Showing posts with label A Paper. Show all posts
Monday, 17 September 2007
Tuesday, 4 September 2007
* Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 3
* Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 3
> Part 3 request a precondition of Part 2
This part will be implemented for getting "Authentication" from STWF service side.
It's like that we will create virtual machine that is working with STWF server.
From this part we will use Axis2 with osgi.
Suppose we are have Axis2 (version 1.2) and set AXIS2_HOME in enviroment variable
* Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 3
> Part 3 request a precondition of Part 2
This part will be implemented for getting "Authentication" from STWF service side.
It's like that we will create virtual machine that is working with STWF server.
From this part we will use Axis2 with osgi.
Suppose we are have Axis2 (version 1.2) and set AXIS2_HOME in enviroment variable
* Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 3
Friday, 31 August 2007
* Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 2
* Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 2
Part 2 request a precondition of Part 1.
This part does not include Axis2 option. It discribes how osgi is working under web application.
Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 2
Part 2 request a precondition of Part 1.
This part does not include Axis2 option. It discribes how osgi is working under web application.
Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 2
Thursday, 30 August 2007
* Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 1
First step to understand how Axis2 and OSGI is working
This is simple example only about osgi programming.
You can understand servlet and access way in osgi programming.
Please download or open the below
Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 1
This is simple example only about osgi programming.
You can understand servlet and access way in osgi programming.
Please download or open the below
Axis2( version 1.2) + Eclipse + OSGI Simple example - Part 1
Monday, 2 July 2007
How you can use ObJectRelationalBridge – OJB
Apache ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that allows transparent persistence for Java Objects against relational databases.
Main Web site
http://db.apache.org/ojb/
Download File
Main Web site
http://db.apache.org/ojb/
Download File
Sunday, 1 July 2007
AJAX for workflow
This is introduction paper for how we can create Ajax component under XSLT UI enviroment.
Data is flowing as xml data.
In this case, the service from server side should return the data as XML format.
Download Presentation File
Download Ajax js component File
Data is flowing as xml data.
In this case, the service from server side should return the data as XML format.
Download Presentation File
Download Ajax js component File
Remote Scanning Application for USB Connection
1 Introduction
For years technical integrators have struggled with installing different brands of scanners on a single network and letting users share those scanners in the same way that they share printers or MFP. People working at their own computers want to share any network scanner – scanning and importing directly into their own applications.
However, Samsung Electronics has the Network Scan software for supporting scanning work process under the network environments. But it does not support the connection of the scanner that is working with USB devices because Network Scan software did not implement with Twain interface. Therefore, it is required the Scanning software which is implemented with Twain interface and it also works web application so that user does not need to install application for scanning process because it can work with web browser.
1.1 Purpose
This document aim in specifying the “Remote Scanning Application for USB connection” developed for OJT Project in S/W 1 Lab. The document defines requirement specifications such as the project scope, purposes and the overall description. It also contains a user interface, functional, operational, other project issues that can be helpful in understanding the software requirement.
1.2 Scope
The title of this project is a Remote Scanning Application for USB connection that consists of three parts: the first part is a scanning management system which is for providing network web scan service to the user, the second part is user management system and the third part is folder management system.
This application supports Multi-User Connection System with Samsung MFP models of working class. The application is based on web environment that request web server and Database. But development of web server and Database for the application is out of this project. Therefore, the project is restricted only web application.
Download The File 1
Download The File 2
Download The File 3
Download The File 4
Download The File 5
Download The File 6
Download The File 7
For years technical integrators have struggled with installing different brands of scanners on a single network and letting users share those scanners in the same way that they share printers or MFP. People working at their own computers want to share any network scanner – scanning and importing directly into their own applications.
However, Samsung Electronics has the Network Scan software for supporting scanning work process under the network environments. But it does not support the connection of the scanner that is working with USB devices because Network Scan software did not implement with Twain interface. Therefore, it is required the Scanning software which is implemented with Twain interface and it also works web application so that user does not need to install application for scanning process because it can work with web browser.
1.1 Purpose
This document aim in specifying the “Remote Scanning Application for USB connection” developed for OJT Project in S/W 1 Lab. The document defines requirement specifications such as the project scope, purposes and the overall description. It also contains a user interface, functional, operational, other project issues that can be helpful in understanding the software requirement.
1.2 Scope
The title of this project is a Remote Scanning Application for USB connection that consists of three parts: the first part is a scanning management system which is for providing network web scan service to the user, the second part is user management system and the third part is folder management system.
This application supports Multi-User Connection System with Samsung MFP models of working class. The application is based on web environment that request web server and Database. But development of web server and Database for the application is out of this project. Therefore, the project is restricted only web application.
Download The File 1
Download The File 2
Download The File 3
Download The File 4
Download The File 5
Download The File 6
Download The File 7
My Simple UI Development Guide
-UI part is working with variable javascript components (js file : button, list and so on).
-Those components are gathered in container (UIManager component).
-Components are initialized and shown. All components are written in pure HTML/CSS/Javascript (method : getHTML).
-When the page (xsl file) is loading, all components and HTML representations are written into the page as HTML thus they are shown.
-DOM methods are used later. First components are generated as HTML (getHTML call).
-During page is loading this HTML is rendered and UIManager calls init method of each component (to bind JavaScript object and DOM objects)
-Also repaint method is used to adjust sizes and other stuff.
Download presition file
-Those components are gathered in container (UIManager component).
-Components are initialized and shown. All components are written in pure HTML/CSS/Javascript (method : getHTML).
-When the page (xsl file) is loading, all components and HTML representations are written into the page as HTML thus they are shown.
-DOM methods are used later. First components are generated as HTML (getHTML call).
-During page is loading this HTML is rendered and UIManager calls init method of each component (to bind JavaScript object and DOM objects)
-Also repaint method is used to adjust sizes and other stuff.
Download presition file
Friday, 29 June 2007
New model of JSP programming using custom tag and eXcelon Database for XML
KI YOUNG HWANG
Department of Computing
University of Surrey, Guildford, Surrey, GU2 5XH, UK
The problem of web programming is that the source code is mixed with HTML and programming script. It makes the difficulty to manage and analyze. In this project, I suggest new model of JSP web programming using custom tag, JRun(Web server), and eXcelon(XML Database). All data are stored as XML data and it is appeared to user by XSLT with XPath. A programming script and HTML source is separated as a component. It improves reuse of each component, even the XSLT (view part) file can be reused with other component of java source. There is another advantage. The JSP source is very simple to analyze for the person who does not have knowledge of program. They can modify the source easily. Therefore, it leads saving the time to manage.
DOWNLOAD Presendation File
DOWNLOAD Paper File
Department of Computing
University of Surrey, Guildford, Surrey, GU2 5XH, UK
The problem of web programming is that the source code is mixed with HTML and programming script. It makes the difficulty to manage and analyze. In this project, I suggest new model of JSP web programming using custom tag, JRun(Web server), and eXcelon(XML Database). All data are stored as XML data and it is appeared to user by XSLT with XPath. A programming script and HTML source is separated as a component. It improves reuse of each component, even the XSLT (view part) file can be reused with other component of java source. There is another advantage. The JSP source is very simple to analyze for the person who does not have knowledge of program. They can modify the source easily. Therefore, it leads saving the time to manage.
DOWNLOAD Presendation File
DOWNLOAD Paper File
Subscribe to:
Posts (Atom)