• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 4
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • Tagged with
  • 15
  • 11
  • 9
  • 8
  • 5
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

ONLINE OBSTACLE AVOIDANCE SYSTEM FOR AN AUTONOMOUS GUIDED VEHICLE

Murugappan, Meyyapa Ganesh January 2000 (has links)
No description available.
2

An open-source and Java-technologies approach to Web applications /

Siripala, Seksit. January 2003 (has links) (PDF)
Thesis (M.S. in Computer Science)--Naval Postgraduate School, September 2003. / Thesis advisor(s): Neil C. Rowe, Gary L. Kreeger. Includes bibliographical references (p. 121-122). Also available online.
3

Utveckling av fristående enkätmodul till ett webbaserat hälsovårdsstödsystem

Klingvall, Julia, Liljenfeldt, Jonas January 2005 (has links)
<p>Vi har utvecklat två fristående webbapplikationer till det webbaserade</p><p>hälsovårdsstödsystemet Asynja. Den ena är en designapplikation</p><p>för enkätundersökningar och den andra är en svarsapplikation där respondenterna</p><p>kan besvara enkäterna.</p><p>Utvecklingsprocessen har bestått av planering, design, implementation,</p><p>testning och dokumentation. Mycket av arbetet har skett parallellt</p><p>vilket vi har sett som en framgångsfaktor i examensarbetet.</p><p>Projektet har präglats av att applikationerna ska vara användarvänliga</p><p>och funktionella samtidigt som designen och koden ska göra att</p><p>applikationerna kan vidareutvecklas och underhållas effektivt.</p><p>Arbetet med att utveckla J2EE-applikationer och använda sig av ramverket</p><p>Struts har gett goda erfarenheter och det har även visat sig att</p><p>denna plattform är väl lämpad för denna typ av uppgifter.</p>
4

WEB CONTROL OF AN AUTONOMOUS GUIDED VEHICLE USING JAVA SERVLETS & JNI

DHAMODARASAMY, DINESH-KUMAR January 2003 (has links)
No description available.
5

Akselerometro panaudojimas kuriant intelektualizuotas transportines sistemas / Accelerometer as an information tool for intellectual transport systems

Tamašauskas, Rolandas 27 June 2014 (has links)
Šio darbo tikslas – sukurti efektyvius įvykių atpažinimo filtrus duomenims, gautiems pasitelkiant pagreičių matavimo prietaisus mobiliosiose technologijose. Atlikus sukurtų filtrų nuodugnius tyrimus įvertinti, kurie iš filtrų įvykius atpažįsta efektyviausiai. Neuroninių tinklų pagalba išskirti duobę ir greičio ribojimo kalnelį iš bendro įvykių srauto. Sukurtą prototipą realizuoti praktiškai ir išsamiai atvaizduoti gaunamus rezultatus. Taip pat susipažinti su kitų autorių sukurtais atpažinimo modeliais bei sistemomis, palyginti jų sukurtų algoritmų bei šio darbo atpažinimo rezultatus, praktiškai realizuoti išnagrinėtą modelį. Užfiksuotoms eismo įvykių koordinatėms pritaikyti tinkamiausią duomenų grupavimo algoritmą ir išsamiai atvaizduoti gautus rezultatus. / The aim of this work was to analyze the data which was gotten from accelerometer mounted in mobile device during the test drives through the city together with GPS (Global Positioning System) coordinates, to detect and report the surface conditions of roads as well as to find the way, how it could be represented in the map. The research was started by analyzing oscillation data from accelerometer. We had to keep in mind that there can be road bumps, pit holes, speed bumps and other road anomalies, car can accelerate quickly and break sharply or even crash into something, what would cause a sudden stop. In order to recognize events, different detection filters were applied on data. In addition to this, neuron network was used to recognize pit holes and speed bumps from all event flow. The results of event detection algorithms were compared with other scientist’s works. In order to represent results clearly, database was created holding coordinates of the road events and other information like time, etc. The results were represented using an application programming interface made-up by Google, which was really suitable solution in our case. The whole system was programmed using Java servlets, which allowed to gather data from database using SQL (Structured Query Language) queries. While trying to represent accelerometer data, we faced difficulties in representing these road events on the map, as GPS each time returned answer with small variation of coordinates. In this case, we... [to full text]
6

An adaptive communication mechanism for heterogeneous distributed environments using XML and servlets.

January 2001 (has links)
Cheung Wing Hang. / Thesis (M.Phil.)--Chinese University of Hong Kong, 2001. / Includes bibliographical references (leaves 107-112). / Abstracts in English and Chinese. / Abstract --- p.ii / Abstract in Chinese --- p.iv / Acknowledgments --- p.v / Chapter 1 --- Introduction --- p.1 / Chapter 1.1 --- Firewall Issue in Distributed Systems --- p.2 / Chapter 1.2 --- Heterogeneous Communication Protocols --- p.4 / Chapter 1.3 --- Translator for Converting Interface Definition to Flexible XML --- p.8 / Chapter 1.4 --- An Implementation of a Scalable Mediator Query System --- p.9 / Chapter 1.5 --- Our Contributions --- p.9 / Chapter 1.6 --- Outline of This Thesis --- p.10 / Chapter 2 --- Related Work and Technologies --- p.12 / Chapter 2.1 --- Overview of XML Technology --- p.12 / Chapter 2.1.1 --- XML Basic Syntax --- p.13 / Chapter 2.1.2 --- DTD: The Grammar Book --- p.15 / Chapter 2.1.3 --- Representing Complex Data Structures --- p.17 / Chapter 2.2 --- Overview of Java Servlet Technology --- p.18 / Chapter 2.3 --- Overview of Simple Object Access Protocol --- p.20 / Chapter 2.4 --- Overview of XML-RPC --- p.21 / Chapter 2.5 --- Overview of XIOP --- p.22 / Chapter 3 --- Using XML and Servlets to Support CORBA Calls --- p.24 / Chapter 3.1 --- Objective --- p.24 / Chapter 3.2 --- General Concept of Our Mechanism --- p.25 / Chapter 3.2.1 --- At Client Side --- p.27 / Chapter 3.2.2 --- At Server Side --- p.28 / Chapter 3.3 --- Data in Transmission --- p.30 / Chapter 3.3.1 --- Using XML --- p.30 / Chapter 3.3.2 --- Format of Messages in Transmission --- p.30 / Chapter 3.4 --- Supporting Callbacks in CORBA Systems --- p.33 / Chapter 3.4.1 --- What is callback? --- p.33 / Chapter 3.4.2 --- Enhancement to Allow Callbacks --- p.34 / Chapter 3.5 --- Achieving Transparency with Add-on Components --- p.37 / Chapter 4 --- A Translator to Convert CORBA IDL to XML --- p.39 / Chapter 4.1 --- Introduction to CORBA IDL --- p.39 / Chapter 4.2 --- Mapping from IDL to XML --- p.40 / Chapter 4.2.1 --- IDL Basic Data Types --- p.41 / Chapter 4.2.2 --- IDL Complex Data Types --- p.42 / Chapter 4.2.3 --- IDL Interface --- p.48 / Chapter 4.2.4 --- Attributes --- p.48 / Chapter 4.2.5 --- Operations (Methods) --- p.49 / Chapter 4.2.6 --- Exceptions --- p.50 / Chapter 4.2.7 --- Inheritance --- p.51 / Chapter 4.2.8 --- IDL Modules --- p.52 / Chapter 4.2.9 --- A Sample Conversion --- p.52 / Chapter 4.3 --- Making a Request or Response --- p.53 / Chapter 4.4 --- Code Generation for Add-on Components --- p.54 / Chapter 4.4.1 --- Generation of Shadow Objects --- p.54 / Chapter 4.4.2 --- Generation of Servlet Components --- p.55 / Chapter 5 --- Communication in Heterogeneous Distributed Environments --- p.58 / Chapter 5.1 --- Objective --- p.58 / Chapter 5.2 --- General Concept --- p.60 / Chapter 5.3 --- Case Study 1 - Distributed Common Object Model --- p.61 / Chapter 5.3.1 --- Brief Overview of Programming in DCOM --- p.61 / Chapter 5.3.2 --- Mapping the Two Different Interface Definitions --- p.63 / Chapter 5.3.3 --- Sample Architecture of Communicating Between DCOM and CORBA --- p.66 / Chapter 5.4 --- Case Study 2 - Java Remote Methods Invocation --- p.67 / Chapter 5.4.1 --- Brief Overview of Programming in Java RMI --- p.67 / Chapter 5.4.2 --- Mapping the Two Different Interface Definitions --- p.69 / Chapter 5.4.3 --- Sample Architecture of Communicating Between JavaRMI and CORBA --- p.71 / Chapter 5.5 --- Be Generic: Binding with the WEB --- p.72 / Chapter 6 --- Building a Scalable Mediator-based Query System --- p.74 / Chapter 6.1 --- Objectives --- p.74 / Chapter 6.2 --- Introduction to Our Mediator-based Query System --- p.76 / Chapter 6.2.1 --- What is mediator? --- p.76 / Chapter 6.2.2 --- The Architecture of our Mediator Query System --- p.77 / Chapter 6.2.3 --- The IDL Design of the Mediator System --- p.79 / Chapter 6.2.4 --- Components in the Query Mediator System --- p.80 / Chapter 6.3 --- Helping the Mediator System to Expand Across the Firewalls --- p.83 / Chapter 6.3.1 --- Implementation --- p.83 / Chapter 6.3.2 --- Across Heterogeneous Systems with DTD --- p.87 / Chapter 6.4 --- Adding the Callback Feature to the Mediator System --- p.89 / Chapter 6.5 --- Connecting our CORBA System with Other Environments --- p.90 / Chapter 6.5.1 --- Our Query System in DCOM --- p.91 / Chapter 6.5.2 --- Our Query System in Java RMI --- p.92 / Chapter 6.5.3 --- Binding Heterogeneous Systems --- p.93 / Chapter 7 --- Evaluation --- p.95 / Chapter 7.1 --- Performance Statistics --- p.95 / Chapter 7.1.1 --- Overhead in other methods --- p.97 / Chapter 7.2 --- Means for Enhancement --- p.98 / Chapter 7.2.1 --- Connection Performance of HTTP --- p.98 / Chapter 7.2.2 --- Transmission Data Compression --- p.99 / Chapter 7.2.3 --- Security Concern --- p.99 / Chapter 7.3 --- Advantages of Using Our Mechanism --- p.101 / Chapter 7.4 --- Disadvantages of Using Our Mechanism --- p.102 / Chapter 8 --- Conclusion --- p.104
7

Webserver-Techniken (eingebettete Interpreter mod_perl, mod_dtcl ...)

Schmidt, Jürgen 08 May 2000 (has links)
Gemeinsamer Workshop von Universitaetsrechenzentrum und Professur Rechnernetze und verteilte Systeme (Fakultaet fuer Informatik) der TU Chemnitz. Workshop-Thema: Infrastruktur der ¨Digitalen Universitaet¨ Es gibt viele Möglichkeiten, dynamische Web Inhalte zu erzeugen. Dieser Vortrag soll einen Überblick über Erweiterungsmöglichkeiten auf der Serverseite geben. Mit Hinblick auf Performance werden im Vergleich zum CGI eingebettete Interpreter beleuchtet und spezielle Scriptsprachen wie PHP,Perl oder Tcl genannnt.
8

Utveckling av fristående enkätmodul till ett webbaserat hälsovårdsstödsystem

Klingvall, Julia, Liljenfeldt, Jonas January 2005 (has links)
Vi har utvecklat två fristående webbapplikationer till det webbaserade hälsovårdsstödsystemet Asynja. Den ena är en designapplikation för enkätundersökningar och den andra är en svarsapplikation där respondenterna kan besvara enkäterna. Utvecklingsprocessen har bestått av planering, design, implementation, testning och dokumentation. Mycket av arbetet har skett parallellt vilket vi har sett som en framgångsfaktor i examensarbetet. Projektet har präglats av att applikationerna ska vara användarvänliga och funktionella samtidigt som designen och koden ska göra att applikationerna kan vidareutvecklas och underhållas effektivt. Arbetet med att utveckla J2EE-applikationer och använda sig av ramverket Struts har gett goda erfarenheter och det har även visat sig att denna plattform är väl lämpad för denna typ av uppgifter.
9

Dynamic Website and Data Engine Generators for Distributed Enterprise/Business Architectures

Qaddoura, Fareed 17 December 2004 (has links)
Creating websites providing dynamic services is an extensive process. Intelligent systems are used to create websites with dynamic services. Current intelligent systems are hard to use and configure by the average user. The generated websites are usually custom built to solve one problem and cannot be fully customizable for users on different environments. This thesis presents a technological solution that enables the average user to create websites with dynamic services by providing a number of parameters. The website generator is a web-based application that generates all the components of the website. The components act as portlets and the generated website will be the portal application. The data engine generator creates the website's underlying database. To enable distributed enterprise/business architecture, the data engine generator records the metadata about the database and the website to be generated. The website generator is a cost effective, dynamic, secure, reliable, and scalable solution that outperforms current website generators and portal applications.
10

Webové aplikace v JSP založené na AJAX / AJAX Based Web JSP Applications

Moník, Štěpán Unknown Date (has links)
This master's thesis is engaged in concept and creation of web application's graphics user interface. The reason is to convert a classic application written in Java language to the web form by force of JSP and AJAX technologies.

Page generated in 0.0501 seconds