• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 23
  • 9
  • 3
  • 2
  • 2
  • 2
  • 1
  • Tagged with
  • 44
  • 28
  • 22
  • 17
  • 10
  • 9
  • 8
  • 8
  • 8
  • 8
  • 7
  • 7
  • 7
  • 7
  • 7
  • 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

Možnosti práce s databází v jazyce Java

Kotrla, Tomáš January 2009 (has links)
No description available.
2

Applikation zur Abfrage einer Tiermedikamenten-Datenbank mit Volltextsuche

Birk, Ulrich. January 2007 (has links)
Weingarten, Diplomarbeit, 2007.
3

Fleet management system

Challa, Abhishek January 1900 (has links)
Master of Science / Department of Computer Science / Daniel Andresen / Web services have become quintessential in web application development. RESTful web services are one way of providing interoperability between computer systems on the internet. REST-compliant web services allow requesting systems to access and manipulate textual representations of web resources using a uniform and predefined set of stateless operations. These services, which are online APIs, can be accessed from various applications and the results can be used to offer specific functionality to users. This project consists of an Android app, a Server application and a Client application. The Server application exposes a REST API (Web Services developed using REpresentational State Transfer (REST) protocol) using, which the consuming client applications can make use of various functionalities as services across the network. The Android app would be installed in the smart phone present in each vehicle of the fleet, this app would send live location data to the database using the REST API. The manager uses the client application to track the vehicles in real time, the manager can also choose to track a particular vehicle. The API could also be used to integrate the services with other systems. This project serves to a wide variety of users, from small local businesses owning tens or hundreds of vehicle to parents who would like to track the location of their children in real time. This project aims to help the managers/owners better control and track the vehicles. Also, the exposed API could be used by other developers to customize or extend this application. This project is easy to install, use and hence friendly for users with even minimal computer skills.
4

EPICCONFIGURATOR COMPUTER CONFIGURATOR AND CMS PLATFORM

TANTAMANGO, IVO A 01 June 2018 (has links)
Very often when we are looking to buy new IT equipment in an online store, we face the problem that certain parts of our order are not compatible with others or sometimes one part needs additional components. From another point of view in this process, when an online store owner wants to manage the products available in stock, assign prices, set conditions to make an order, or manage customer information, he or she must often rely on information from different systems, physical files, or other sources. EpicConfigurator simplifies and solves the issues mentioned above. EpicConfigurator makes it easy for User Customers to configure computer products by making the process of product selection more straightforward. It can actively gather customer requirements and map them to a set of products and service options. These capabilities will guide users towards an optimal solution for their needs. EpicConfigurator also allows User Customers to keep track and edit saved product configurations. This system also includes a user administrator perspective that allows Store Owners to act as User Admins helping them to manage and load new products, set configuration rules for products and manage all users. Following open source technologies, EpicConfigurator is an application easy to enhance, expand and integrate with newer technologies. This is a configurator tool and does not provide any purchasing feature. To purchase, the configuration results should be provided to the local reseller or sales representative to get an official quote.
5

Analysis of ORM Based JPA Implementations

Dhingra, Neha January 2017 (has links)
Large scale application design and development involve some critical decisions, and one of the most important issues that a ect software application design and development is the technology stack used to develop an extensive system. In a JPA API, response time is often a measure of how quickly an interactive system responds to user input. Persisting framework, such as Object Relational Mapping (ORM) are applied to manage communications between an object model and data model components and are vital for such systems. Hibernate is considered the most e ective ORM framework due to its advanced features, and it is the de-facto standard for Java Persistence API (JPA)-based data persistent frameworks. This thesis comprises a review of the most widely used JPA providers, particularly frameworks that provide JPA support such as Hibernate JPA, EclipseLink, OpenJPA and DataNucleus JPA. In current java programming, APIs based on persistence and performance are integral aspects of an application. Performance analysis of the above four JPA implementations is based on the ORM framework that contributed most signi cantly to discovering the challenges and veri ed the programming considerations in the language. For a large-scale enterprise, working on JPA is always tedious due to the potential pressures and overloads of the implementations, as well as the comprehensive guarantee, that is required while adopting the technology. A JPA implementation continually persists data into the database at runtime, by managing persistence processes through interfaces and classes, that often needs optimization, to provide performance-oriented results at heavy loads. Therefore, in this thesis a detail feature analysis was performed, before the performance analysis. To enhance the comparison of the persistence framework, an extended experiment with a cloud database using Database-as-a-service (DBaaS) versus Physical Persistence was performed, using a comparative approach for all four JPA implementations. Di erent SQL queries on cloud versus physical persistence for JPA applications were measured using CPU, GC, and threads (live and daemon). Finally, a statistical analysis was performed using the Pearson's correlation coe cient and a steady/start-up phase.
6

Redakční systém pro recenzi článků / Editting system for article reviews

Buňka, Roman January 2010 (has links)
The objective of the thesis is an analysis, design and implementation of a web application which could be used by authors of articles, reviewers and the system administrator for automation of reviewing scientific articles. The reviewing analysis shows requirements required for the application from the viewpoint of users´ roles. The editorial system design deals with the application architecture and a plan of classes. The application is shown together with a description of its implementation.
7

Optimalizácia a inovácia systému pre riadenie praxí na PEF MENDELU

Jurina, Ivan January 2018 (has links)
This master thesis deals with optimization of processes inside of a~system for managing internship experiences at PEF MENDELU. After analysis of current state of the system, new features and improvements are introduced for providing better user experience for students and faculty employees. After presenting these improvements to faculty management new web application is implemented with Java programming language and Spring Framework. After implementing and testing the application will be used for supporting the system for managing students working experience.
8

Aplikace akustické analýzy hovoru pro systém Android / Acoustic call analysis application for Android system

Hejda, Jakub January 2018 (has links)
The telemedicine’s capabilities are rapidly expanding due to technological advances in a smarphone development. The goal of this thesis was to suggest the architecture and prepare the design providing acquisition, processing and synchronization of voice para- meters recorded by patients with Parkinson’s disease and to implement such system. The architecture was completed successfully, it consists of the mobile application able to record patient’s calls, the server application introducing an interface to store and synchronize the data and to provide them to the web application, where doctors can see the data and analyze it. Implementation of the server application was finished according to the design and to the requirements for robustness and security as well as the web application. By an extension of the existing mobile application for recording voice calls there was developed a huge system for the analysis of this disease.
9

Social networking using web services

Chakravaram, Vijay January 1900 (has links)
Master of Science / Department of Computing and Information Sciences / Daniel Andresen / Web services have expanded to become popular in application development. Web services technology represents an important way of communication between different applications across different platforms. Unlike traditional client/server models, such as a Web application or Web page system, Web services do not provide the user with a GUI. Instead, Web services share business logic, functionality and data through a programmatic interface across a network. Web services are services or functionalities that are exposed to the internet and serves as online or web APIs. These services which are online APIs can be called from your code and use the results in your applications to offer specific functionality to users. This project consists of two applications the client and the server application. The server application is an online REST API (Web Services developed using REpresentational State Transfer (REST) protocol) which provides all the functionalities as a service across the network that are required to develop a social networking web application. The client application is similar to any other social networking web application where you can create a profile, delete profile, send messages to your friends, post things, like and comment a post. This applications sends request to the server application using HTTP requests and get the responses. These responses are then consumed in the application to provide the required functionalities to the end user.
10

Job search portal

Sowmya, Mathukumalli January 1900 (has links)
Master of Science / Department of Computer Science / Mitchell L. Neilsen / Finding jobs that best suits the interests and skill set is quite a challenging task for the job seekers. The difficulties arise from not having proper knowledge on the organization’s objective, their work culture and current job openings. In addition, finding the right candidate with desired qualifications to fill their current job openings is an important task for the recruiters of any organization. Online Job Search Portals have certainly made job seeking convenient on both sides. Job Portal is the solution where recruiter as well as the job seeker meet aiming at fulfilling their individual requirement. They are the cheapest as well as the fastest source of communication reaching wide range of audience on just a single click irrespective of their geographical distance. The web application “Job Search Portal” provides an easy and convenient search application for the job seekers to find their desired jobs and for the recruiters to find the right candidate. Job seekers from any background can search for the current job openings. Job seekers can register with the application and update their details and skill set. They can search for available jobs and apply to their desired positions. Android, being open source has already made its mark in the mobile application development. To make things handy, the user functionalities are developed as an Android application. Employer can register with the application and posts their current openings. They can view the Job applicants and can screen them according to the best fit. Users can provide a review about an organization and share their interview experience, which can be viewed by the Employers.

Page generated in 0.0236 seconds