Дисертації з теми "Portable java"

Щоб переглянути інші типи публікацій з цієї теми, перейдіть за посиланням: Portable java.

Оформте джерело за APA, MLA, Chicago, Harvard та іншими стилями

Оберіть тип джерела:

Ознайомтеся з топ-27 дисертацій для дослідження на тему "Portable java".

Біля кожної праці в переліку літератури доступна кнопка «Додати до бібліографії». Скористайтеся нею – і ми автоматично оформимо бібліографічне посилання на обрану працю в потрібному вам стилі цитування: APA, MLA, «Гарвард», «Чикаго», «Ванкувер» тощо.

Також ви можете завантажити повний текст наукової публікації у форматі «.pdf» та прочитати онлайн анотацію до роботи, якщо відповідні параметри наявні в метаданих.

Переглядайте дисертації для різних дисциплін та оформлюйте правильно вашу бібліографію.

1

Griswold, Scott J. "A Java Implementation of a Portable Desktop Manager." UNF Digital Commons, 1998. http://digitalcommons.unf.edu/etd/95.

Повний текст джерела
Анотація:
Computers equipped with a Graphical User Interface (GUI) and connected to the Internet are common in both the business and educational communities. These computers, using a web browser, easily share programs written in the Java programming language that are able to execute on a variety of heterogeneous machines. While programs written in many languages will not execute unmodified on different computing platforms because of portability restrictions, Java has overcome these limitations and provides a platform independent language. However, every programming language is limited, and no language provides all the features required for every program. Therefore, creation of any portable program must consider not only the language, but also the architecture and operating system constraints of the target machines. A desktop manager program was developed using the Java programming language. This program provides a uniform user interface to manage other programs and executes on multiple computer platforms.
Стилі APA, Harvard, Vancouver, ISO та ін.
2

Gagnon, Etienne. "A portable research framework for the execution of Java bytecode /." Thesis, McGill University, 2002. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=82876.

Повний текст джерела
Анотація:
Compilation to bytecode paired with interpretation is often used as a technique to easily build prototypes for new programming languages. Some languages, including Java, push this further and use the bytecode layer to isolate programs from the underlying platform. Current state-of-the-art commercial and research Java virtual machines implement advanced just-in-time and adaptive compilation techniques to deliver high-performance execution of Java bytecode. Yet, experimenting with new features such as adding new bytecodes or redesigning the type system can be a daunting task within these complex systems, when new features invalidate assumptions on which the internal dynamic optimizing compiler depends. On the other hand, simpler existing Java bytecode interpreters, written purely in high-level languages, deliver poor performance. The main motivation behind this thesis was to answer the question: How fast can a portable, easily modifiable Java bytecode interpreter be? In order to address this question, we have designed and developed the Sable VM research framework, a portable interpreter-based Java virtual machine written in portable C.
In this thesis we introduce innovative techniques for implementing an efficient, yet portable Java bytecode interpreter. These techniques address three areas: instruction dispatch, memory management, and synchronization. Specifically, we show how to implement an inline-threaded engine in the presence of lazy code preparation, without incurring a high synchronization penalty. We then introduce a logical partitioning of runtime system memory that simplifies memory management, and a related sparse interface virtual table design for fast interface-method invocation. We show how to efficiently compute space-efficient garbage collection maps for verifiable bytecode. We also present a bidirectional object layout that simplifies garbage collection. Finally, we introduce an improvement to thin locks, eliminating busy-wait in case of contention. Our experiments within the Sable VM framework show that inline-threading [PR98] Java delivers significant performance improvement over switch and direct-threading, that sparse interface tables cause no memory loss, and that our map computation algorithm delivers a very small number of distinct garbage collection maps. Our overall performance measurements show that, using our techniques, a portable interpreter can deliver competitive interpretation performance, and even surpass that of a less-portable state-of-the-art interpreter on some benchmarks.
Стилі APA, Harvard, Vancouver, ISO та ін.
3

Rothenhaus, Kurt J. "Distributed software applications in JAVA for portable processors operating on a wireless LAN." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1999. http://handle.dtic.mil/100.2/ADA369706.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
4

Hu, Yu-Shing. "A portable worst-case execution time analysis framework for real-time Java architectures." Thesis, University of York, 2004. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.423749.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
5

Zhang, Hua. "VCLUSTER: A PORTABLE VIRTUAL COMPUTING LIBRARY FOR CLUSTER COMPUTING." Doctoral diss., Orlando, Fla. : University of Central Florida, 2008. http://purl.fcla.edu/fcla/etd/CFE0002339.

Повний текст джерела
Стилі APA, Harvard, Vancouver, ISO та ін.
6

Antoniu, Gabriel. "DSM-PM2 : une plate-forme portable pour l'implémentation de protocoles de cohérence multithreads pour systèmes à mémoire virtuellement partagée." Phd thesis, Ecole normale supérieure de lyon - ENS LYON, 2001. http://tel.archives-ouvertes.fr/tel-00565382.

Повний текст джерела
Анотація:
Dans leur présentation traditionnelle, les systèmes à mémoire distribuée virtuellement partagée (MVP, en anglais DSM) permettent à des processus de partager un espace d'adressage commun selon un modèle de cohérence fixé : cohérence séquentielle, à la libération, etc. Les pro- cessus peuvent habituellement être distribués sur des noeuds physiquement distincts et leurs in- teractions par la mémoire commune sont implémentées (de manière transparente) par la MVP, en utilisant une bibliothèque de communication. Dans la plupart de travaux dans ce domaine, il est sous-entendu que la MVP et l'architecture sous-jacente sont données. Le programmeur doit alors adapter son application à ce cadre fixe, afin d'obtenir une exécution efficace. Cette approche impose des limitations statiques et ne permet pas de comparer des approches alternatives. La contribution de cette thèse consiste à proposer une plate-forme générique d'implémentation et d'expérimentation appelée DSM-PM2, qui permet de développer et d'optimiser conjointement les applications distribuées et le(s) protocole(s) de cohérence de la MVP sous-jacente. Cette plate-forme, implémentée entièrement au niveau logiciel, est portable sur plusieurs architectures de grappes hautes performances. Elle fournit les briques de bases nécessaires pour implémenter et évaluer une large classe de protocoles de cohérence multithreads dans un cadre unifié. Trois mo- dèles de cohérence sont actuellement supportés : la cohérence séquentielle, la cohérence à la libéra- tion et la cohérence Java. Plusieurs études de performance ont été effectuées à l'aide d'applications multithreads pour l'ensemble des protocoles proposés, sur différentes plates-formes. DSM-PM a été validé par son utilisation en tant que cible d'un système de compilation Java pour des grappes appelé Hyperion.
Стилі APA, Harvard, Vancouver, ISO та ін.
7

Fredriksson, Stefan. "WebAssembly vs. its predecessors : A comparison of technologies." Thesis, Linnéuniversitetet, Institutionen för datavetenskap och medieteknik (DM), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-97654.

Повний текст джерела
Анотація:
For many years it has only been HTML, CSS, and JavaScript that have been native to the Web. In December 2019, WebAssembly joined them as the fourth language to run natively on the Web. This thesis compared WebAssembly to the technologies ActiveX, Java applets, Asm.js, and Portable Native Client (PNaCl) in terms of their performance, security, and browser support. The reason why this was an interesting topic to investigate was to determine in what areas WebAssembly is an improvement over previous similar technologies. Another goal was to provide companies that still use older technologies with an indication as to whether or not it is worth upgrading their system with newer technology. To answer the problem, the thesis mainly focused on comparing the performance of the technologies through a controlled experiment. The thesis also aimed at getting a glimpse of the security differences between the technologies by the use of a literature study. The thesis showed that PNaCl was the technology with the best performance. However, WebAssembly had better browser support. Also, PNaCl is deprecated while WebAssembly is heavily supported and could potentially be further optimized.
Стилі APA, Harvard, Vancouver, ISO та ін.
8

Courbot, Alexandre. "Spécialisation tardive de systèmes Java embarqués pour petits objets portables et sécurisés." Phd thesis, Université des Sciences et Technologie de Lille - Lille I, 2006. http://tel.archives-ouvertes.fr/tel-00113765.

Повний текст джерела
Анотація:
Java est une technologie attractive pour les équipements embarqués et contraints, de par ses propriétés de sûreté, de portabilité et de faible empreinte mémoire du code. Cependant, la taille imposante d'un environnement Java complet a obligé les producteurs d'équipements embarqués à utiliser des spécifications dégradées de Java aux fonctionnalités limitées, telles que J2ME ou Java Card. Ces spécialisations précoces de Java perdent la compatibilité au niveau applicatif avec l'édition standard, et ne peuvent ainsi s'adresser qu'à des cas d'utilisation particuliers.Notre travail consiste à permettre l'utilisation de l'édition standard de Java sur les systèmes contraints, au travers d'une spécialisation tardive et agressive du système qui intervient après déploiement de ses applications. L'occurrence tardive de la spécialisation permet de mieux déterminer les conditions d'utilisation du système, et donc de le spécialiser « sur mesure » par rapport aux applications qu'il exécute.Nos contributions sont les suivantes : dans un premier temps, nous définissons la notion de « romization », consistant à déployer un système hors-ligne avant de capturer et de transférer son image mémoire vers l'équipement sur lequel il doit s'exécuter. De cette définition, nous proposons une architecture de romization capable de capturer une image mémoire du système à n'importe quel moment de son exécution. Dans un second temps, nous traitons des moyens d'analyse et de spécialisation permettant de rendre cette image mémoire embarquable. L'évaluation effectuée montre que cette spécialisation tardive, appliquée à un environnement Java standard déployé, permet effectivement d'en obtenir une version minimaliste et embarquable sur un équipement contraint.
Стилі APA, Harvard, Vancouver, ISO та ін.
9

Courbot, Alexandre Simplot David Grimaud Gilles. "Spécialisation tardive de systèmes Java embarqués pour petits objets portables et sécurisés." Villeneuve d'Ascq : Université des sciences et technologies de Lille, 2007. https://iris.univ-lille1.fr/dspace/handle/1908/994.

Повний текст джерела
Анотація:
Reproduction de : Thèse de doctorat : Informatique : Lille 1 : 2006.
N° d'ordre (Lille 1) : 3839. Résumé en français et en anglais. Titre provenant de la page de titre du document numérisé. Bibliogr. p. 133-139.
Стилі APA, Harvard, Vancouver, ISO та ін.
10

Willrich, Roberto. "Conception formelle de documents hypermedias portables." Phd thesis, Université Paul Sabatier - Toulouse III, 1996. http://tel.archives-ouvertes.fr/tel-00139865.

Повний текст джерела
Анотація:
Cette thèse propose un modèle formel et une méthodologie, permettant la conception formelle de documents hypermédias portables, qui couvre toutes les étapes essentielles du cycle de développement des documents hypermédias. Nous avons défini un modèle formel permettant la spécification et l'analyse des documents. L'implémentation est supportée par la traduction de la spécification analysée en une représentation physique interprétable par un système de présentation. Nous avons aussi développé des outils mettant en oeuvre cette méthodologie. Le modèle formel proposé est une extension du modèle Réseaux de Pétri Hiérarchiques à Flux Temporel (RdPHFT), qui permet une spécification formelle unifiée et précise de la synchronisation logique et temporelle des systèmes hypermédias distribués. Le modèle RdPHFT n'a pas pour objectif la description complète de documents hypermédias. Cette thèse propose une version interprétée du modèle RdPHFT, appelée RdPHFT-I, qui étend le modèle RdPHFT afin de permettre la spécification complète de documents hypermédias. A la suite et à l'aide du modèle RdPHFT-I, nous proposons une méthodologie de prototypage de documents hypermédias dans laquelle la spécification et l'analyse des documents sont faites à l'aide du modèle RdPHFT-I et l'implantation est supportée : soit par la production automatique de représentations MHEG, soit par la production d'applications Java. MHEG est une norme internationale de représentation des informations multimédias et hypermédias permettant le transfert de ces informations dans un système ouvert. Java est un langage de programmation d'applications multimédias fournissant un code portable de l'application. En résumé, la principale contribution de ce travail est d'avoir proposé et mis en oeuvre une méthodologie permettant de contrôler la qualité et de maîtriser la complexité des systèmes hypermédias, à partir d'un cycle de vie permettant de générer directement un docume nt hypermédia à partir d'une spécification formelle analysée.
Стилі APA, Harvard, Vancouver, ISO та ін.
11

Herain, Vít. "Liferay Portal z pohledu vývojáře." Master's thesis, Vysoká škola ekonomická v Praze, 2015. http://www.nusl.cz/ntk/nusl-262268.

Повний текст джерела
Анотація:
The topic of this thesis is Liferay Portal, which is a technology based on Java programming language and portlet applications. The technology is not well known among developers despite of the fact that the usage of this technology is quite common in the commercial sphere. The main aim of the thesis is to create a suite of procedures and hints in order to facilitate portlet development for beginners, who are planning to use technologies Spring framework and AngularJS. The secondary objectives include defining the paradigm related to portlet development, analysing portal specifics and its benefits, describing the Liferay Portal from different viewpoints, to compare Liferay to competitive solutions and finally creation, de-velopment and documenting of the application composed of 2 portlets. The main functio-nality of these portlets is Personal Financial Management. Aims were achieved by obtaining information from the community of developers and from sources listed in the bibliography. Information obtained in the area of development was empirically verified using the developed application. There is a proposed procedure in the thesis in case of using the AngularJS technology in the area of portlet development and common issues related to this usage. The thesis consists of theoretical and practical part. The theoretical part deals with portals as such, mentions the market share, Java Portlet Specifications (JSR-168 and JSR-286) and defines the portlet development paradigm. The practical part of the thesis documents basic procedures necessary for portlet development with the option of using of AngularJS fra-mework and finally it documents the developed application from perspectives of the design and usage. The added value of this thesis is the intelligible guide how to start with development of portlets for Liferay Portal. The most important benefit is the guide created to simplify the usage of the AngularJS framework on the client side of the portlet (in the browser), becau-se usage in the common manner is not possible. The outcome and also the benefit is also the created application, which can be used in order to manage user´s expenses and incomes and which has already been used by the author for this purpose.
Стилі APA, Harvard, Vancouver, ISO та ін.
12

David, Tomáš. "Portace nástroje OptaPlanner na Android." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2015. http://www.nusl.cz/ntk/nusl-234898.

Повний текст джерела
Анотація:
This thesis deals with portation of the OptaPlanner tool to the Android operating system. The OptaPlanner is used for solving planning problems and it is completely written in the Java programming language which is also used for application development of the Android operating system. However, Android does not contain all of the Java Standard Edition Application Programming Interface libraries and porting of OptaPlanner to Android thus causes dependency problems. The result of the thesis is solution design and implementation of the problems mentioned above and model Android Vehicle Routing Problem application which uses ported OptaPlanner tool.
Стилі APA, Harvard, Vancouver, ISO та ін.
13

Adami, Junior Valmor. "Parametrização, monitoramento e supervisão de equipamentos Industriais em rede modbus utilizando computadores de mão." Universidade do Estado de Santa Catarina, 2006. http://tede.udesc.br/handle/handle/1867.

Повний текст джерела
Анотація:
Made available in DSpace on 2016-12-12T17:38:32Z (GMT). No. of bitstreams: 1 Valmor adami Junior.pdf: 2047455 bytes, checksum: 187f8ff4aa0a56d336eb7ace3df5bba8 (MD5) Previous issue date: 2006-02-24
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior
This dissertation presents the research and the practical work carried through aiming the implementation of a multiplatform software for handheld computers that allows the monitoring, parameterization and supervision of industrial equipments. Moreover, that possess an interface that makes possible: the visualization of an equipment network, the remote access to the equipment through virtual HMIs, and the generation of graphs of sampled data. So, the studies carried on handheld computers, its characteristics and programming tools, industrial networks, the Modbus protocol and the monitoring, the parameterization and the supervision of industrial equipment are presented. Moreover, the characteristic of two equipment used for the development of this work, the CFW-09 frequency inverter manufactured by WEG Automation and the power regulator GRMP-03 manufactured by Grameyer Ltda, are shown. Regarding the practical activities, the implementation of a set of classes in Java language using the SuperWaba platform is presented and its use in the project and development of softwares for parameterization and monitoring of the CFW-09 and the GRMP-03, called SuperDrivePalm and GRMPalm, respectively. Also, it is presented the creation of a supervision module for industrial equipments that can be added to those softwares. The gotten results show that the creation of a multiplatform software for the considered ends is viable, but the time behavior, measured during the practical tests of the SuperDrivePalm and the supervision module, shows that its still necessity to optimize some algorithms and that the use of a more specific virtual machine for the new PDA microprocessors can take performance improvements.
Esta dissertação apresenta a pesquisa e o trabalho prático realizados visando a implementação de um software multiplataforma para computadores de mão que permita efetuar o monitoramento, a parametrização e a supervisão de equipamentos industriais. Além disso, que possua uma interface que possibilite a visualização de uma rede de equipamentos, o acesso remoto aos equipamentos através de IHMs virtuais e a geração de gráficos referentes à valores amostrados. Dessa forma, são apresentados os estudos realizados sobre computadores de mão, suas características e ferramentas de programação, redes industriais, o protocolo Modbus e o monitoramento, a parametrização e a supervisão de equipamentos industriais. Além disso, são apresentadas características de dois equipamentos utilizados para o desenvolvimento deste trabalho, o inversor de freqüência CFW-09 fabricado pela Weg Automação e o regulador de tensão GRMP-03 fabricado pela Grameyer Ltda. Quanto às atividades práticas, é apresentada a implementação de um conjunto de classes em linguagem Java utilizando a plataforma SuperWaba e a sua utilização no projeto e desenvolvimento de softwares para parametrização e monitoramento do CFW-09 e do GRMP-03, chamados de SuperDrivePalm e de GRMPalm, respectivamente. Também será apresentada sua utilização na criação de um módulo de supervisão de equipamentos que pode ser agregado aos dois softwares. Os resultados obtidos mostram que é viável a criação de um software multiplataforma para os fins propostos, mas o comportamento temporal, medido durante os testes práticos realizados com o SuperDrivePalm e o módulo de supervisão, mostra que ainda existe a necessidade de otimização em alguns algoritmos e que a utilização de uma máquina virtual mais específica para os novos microprocessadores dos PDAs pode levar a melhorias de performance.
Стилі APA, Harvard, Vancouver, ISO та ін.
14

Luckus, Artūras. "Organizacijos interneto portalo modelis ir programinė realizacija." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2006. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2006~D_20060116_113944-19740.

Повний текст джерела
Анотація:
In this article there are analyzing models of enterprise information portals and their creation properties, usage of components created by Java technologies and open source principle for projection and developing of enterprise intranet portal model, J2EE technologies usable in programmed realization of portals, and usage possibility of portlets.
Стилі APA, Harvard, Vancouver, ISO та ін.
15

Korčák, Ján. "Collaborative Text Editing in a Portal." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2012. http://www.nusl.cz/ntk/nusl-236455.

Повний текст джерела
Анотація:
V tomto texte sa zameriame na populárnu koncepciu kolaboratívnej tvorby dokumentov. Predstavíme si myšlienku využitia tohto mechanizmu v rôznych oblastiach rozhodovania, popíšeme si koncept a princíp fungovania. Následne si predstavíme a rozoberieme portály a portletovú technológiu, ich výhody a využitie. Cieľom práce je implementácia kolaboratívneho editora s využitím knižnice pre prácu so zmenami v dokumentoch s perzistentnou a aplikačnou logikou na platforme JEE a vytvorenie jednoduchého portletu pre túto službu.
Стилі APA, Harvard, Vancouver, ISO та ін.
16

Pavlovský, Roman. "Aplikace na správu projektů pro SAP NetWeaver Portal." Master's thesis, Vysoká škola ekonomická v Praze, 2011. http://www.nusl.cz/ntk/nusl-81996.

Повний текст джерела
Анотація:
This work deals with the design and implementation of application to support project management that is integrated into SAP NetWeaver Portal. It describes the entire development cycle of the application from the target concept, analysis of solutions to a practical description of the application development and testing phases. It judges basic principles of teamwork and technological aspects of interconnection technology Adobe Flex (user interface), Java technology (application server, in a certified solution from SAP) and Oracle database (data storage). At the same time the reader's attention is drawn to key issues that were found during implementation.
Стилі APA, Harvard, Vancouver, ISO та ін.
17

Qaddoura, Fareed. "Dynamic Website and Data Engine Generators for Distributed Enterprise/Business Architectures." ScholarWorks@UNO, 2004. http://scholarworks.uno.edu/td/195.

Повний текст джерела
Анотація:
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.
Стилі APA, Harvard, Vancouver, ISO та ін.
18

Ali, Asad. "Enforcing role-based and category-based access control in Java : a hybrid approach." Thesis, King's College London (University of London), 2018. https://kclpure.kcl.ac.uk/portal/en/theses/enforcing-rolebased-and-categorybased-access-control-in-java(fcad2ae5-71e9-4edf-8c49-391344358505).html.

Повний текст джерела
Анотація:
Access control policies often are partly static, i.e. no dependence on any run-time information, and partly dynamic. However, they are usually enforced dynamically -even the static parts. We propose a new hybrid approach to policy enforcement in the Category-Based Access Control (CBAC) meta-model. We first tackle the challenge of static enforcement of policies following the Role-Based Access Control (RBAC) model, then build on this to enforce, using a hybrid approach, policies following the CBAC model. For the former case, the static approach we advocate includes a new design methodology, for applications involving RBAC, which integrates the security require-ments into the system’s architecture, helping to ensure that policies are correctly defined and enforced. We apply this new approach to policies restricting calls to methods in Java applications. However, our approach is more general and can be applied to other Object-Oriented languages. We present a language to express RBAC policies on calls to methods in Java, a set of design patterns which Java programs must adhere to for the policy to be enforced statically, and a high-level algorithm for static enforcement. We then adapt and extend this system for hybrid enforcement of CBAC. We modify the static system’s policy language, JPol, to specify static and dynamic categories. We establish an equivalence between static categories and static roles (in RBAC), therefore we are able to use the previous design patterns and static verification algorithm, with some adaptations and changes, to enforce static categories. For dynamic categories, we propose a new design methodology and generate code in the target program to do the necessary run-time checks.
Стилі APA, Harvard, Vancouver, ISO та ін.
19

Tsabzeu, Mingkeuya Jeremie. "Studio e sviluppo di tool di ausilio al collaudo automatico di quadri elettrici." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2017.

Знайти повний текст джерела
Анотація:
Questa tesi propone una possibile soluzione per generare in automatica la configurazione hardware di un quadro elettrico nell'obiettivo di automatizzare il processo di collaudo. Questa soluzione riguarda solo l'ambiente Studio 5000 della Rockwell.il tool è stato implementato in java, è stato anche utilizzato il file di comando, con righe di comando LogixDesignerCommandLineInterface per l'importazione del file e il Download sul PLC.
Стилі APA, Harvard, Vancouver, ISO та ін.
20

Casanova, Giacomo. "Un webservice per collegare il cittadino con la propria situazione debitoria." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2016. http://amslaurea.unibo.it/11094/.

Повний текст джерела
Анотація:
La tesi tratta di un web service capace di estrapolare i dati da un database Oracle utilizzato da un gestionale già esistente, per darli come output ad un portale da cui il cittadino si potrà collegare, visionandoli. Il gestionale si occupa della fase coattiva, ovvero quando un contribuente non paga una multa o una qualsiasi tassa; fino ad oggi non era possibile far vedere in via telematica i dati della situazione coattiva di un contribuente. Grazie al web service da me creato un portale potrà fare vedere i dati al contribuente tramite esso. Inoltre grazie a questo web service in futuro si potranno collegare anche con altri portali o app smartphone per dare ulteriori servizi al cittadino.
Стилі APA, Harvard, Vancouver, ISO та ін.
21

Fredriksson, Joakim, and Jonas Andersson. "Webbportal för arketypbaserade elektroniska patientjournaler : En testimplementation av openEHRs arkitektur." Thesis, Linköping University, Department of Biomedical Engineering, 2006. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-7855.

Повний текст джерела
Анотація:

Ett problem med elektroniska patientjournalsystem är att arkitekturen för patientjournalerna inte är gemensam vilket försvårar automatiskt utbyte av patientdata. En arkitektur har skapats inom ett projekt som heter openEHR. Förhoppningen är att denna arkitektur ska klara av automatiskt utbyte av patientdata mellan elektroniska patientjournalsystem.

I openEHRs arkitektur används något som kallas arketyper. Arketyper är återanvändbara modeller för att begränsa, strukturera och förklara vad som lagras i elektroniska patientjournaler som bygger på denna arkitektur. Istället för att områdesspecifik information, som vad ett blodtryck är, skapas i systemet flyttas den och annan liknande kunskap ut från systemarkitekturen och in i arketyperna. Arketyper kan skapas och redan existerande arketyper förändras utan att några ändringar i systemarkitekturen behöver göras.

Huvudproblemet i examensarbetet har varit att hitta en metod för att generera ett grafiskt gränssnitt utifrån en elektronisk patientjournal som är konstruerad med hjälp av arketyper. För att lösa detta behövdes det först skapas arketyper och ett system för att generera journaler utifrån dessa. Därefter har en webbportal utvecklats där det går att logga in och läsa de skapade patientjournalerna. Metoden för att generera gränssnittet i webbsidorna använder sig av en rekursiv funktion för att samla in information ur patientjournalerna. Funktionen lagrar den insamlade information i en objektstruktur som följer designmönstret Composite. Utifrån denna struktur går det sedan att generera ett grafiskt gränssnitt.

Webbportalen kan användas för att demonstrera hur ett system kan se ut där både patienter och behörig personal får tillgång till och möjlighet att läsa inlagda journaler som bygger på openEHRs arkitektur.


One problem with electronic health record systems is that the health records are not built on a common architecture. This makes automatic exchange of patient data difficult. openEHR is a project that has developed an architecture that tries to solve this problem.

The openEHR architecture uses something called archetypes. Archetypes are reusable models that limit, structure and explain what will be stored in the electronic health record that is built on this architecture.

The main goal of this master thesis has been to find a method to generate a graphical user interface from an electronic health record created using archetypes. To solve this problem first archetypes and a system that generates health records from these had to be created. Then a Web portal has been developed that displays the generated health records.

The Web portal can be used to demonstrate the graphical user interface of a system where both patients and authorized personnel can read patient records that are bases on the openEHR architecture.

Стилі APA, Harvard, Vancouver, ISO та ін.
22

Brotohadikusomo, Norma Afiati. "The ecology of two species of blood clams, Anadara granosa (L.) and Anadara antiquata (L.) in Central Java, Indonesia." Thesis, Bangor University, 1994. https://research.bangor.ac.uk/portal/en/theses/the-ecology-of-two-species-of-blood-clams-anadara-granosa-l-and-anadara-antiquata-l-in-central-java-indonesia(64f8ebf9-81c9-4187-8f8e-5f681d9d400b).html.

Повний текст джерела
Анотація:
Members of the family Arcidae (phylum Mollusca, Class Bivalvia) typically occur in habitats ranging from the intertidal zone on waveexposed sandy shores to the marginally subtidal areas of sheltered mudflats bordering mangroves. They also occur at much higher tidal levels within the mangrove system (e. g. tambaks) and even extend into deeper subtidal areas. This study confirms that Anadara granosa possesses remarkable behavioural and physiological adaptations to deal with short-term fluctuations in environmental conditions. Both A. granosa and A. antiquata are gonochoristic species. Planktotrophic post-fertilisation development is associated with the production of large numbers of small (45-65µm) eggs during their iteroparous life cycle. A few individuals were reported with both male and female gametes present within the same individual follicles; these appear to be sequential protaridric hermaphrodites with only a single sex change during their life history. However, A. antiquata grows to a larger size prior to the onset of reproduction. A. granosa exhibited major spawnings during July-September 1992 and June-August 1993 with other spawnings in February and March 1992 and 1993. Allometric growth in both A. granosa and A. antiquata seems to be associated with the development of a broad, light weight shell necessary for life in relatively soft sediments. Two distinct ecomorphs of A. granosa, one rounded and one elongated form, are described. Although the growth bands within the shell of A. antiquata are difficult to interpret, those in A. granosa are clearly defined and have been shown to have a tidal periodicity which reflects the predominantly diurnal component of the mixed semidiurnal tidal regime. These growth bands exhibit a semilunar pattern in which narrower growth increments are produced during or a few days after spring tides whilst wider increments are produced during neap tides. The width of the growth increments was also shown to vary seasonally with groups of narrow increments deposited during FebruaryMarch and July-September when the clams were spawning, whilst the widest increments were laid down during May-June. This pattern of narrow and wide increments was used to estimate the age of individual clams and the age composition of the population. Whereas the population of A. granosa at Wedung consited of younger clams (1-4 years old) the population at Tapak consisted mainly of older (6-12 years old) clams.
Стилі APA, Harvard, Vancouver, ISO та ін.
23

Ďulík, Jan. "Vyhledávání informací pro vědecké portály." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2010. http://www.nusl.cz/ntk/nusl-235546.

Повний текст джерела
Анотація:
This paper deals with the information retrieval in research portals with the intention of the retrieval in scientific publications. We define concepts related to the information retrieval, classification and knowledge representation. We also present existing search tools used as the initial inspiration for the design of the search intergace. Futhermore we describe the implementation as well as the process of collecting sample data. In the last chapter we discuss usability of the developed web application.
Стилі APA, Harvard, Vancouver, ISO та ін.
24

Wardhana, Dharendra. "Have decentralisation and democratisation been effective in promoting an inclusive social protection system in Indonesia? : a comparative case study of the implementation of social protection programmes in Central Java." Thesis, King's College London (University of London), 2018. https://kclpure.kcl.ac.uk/portal/en/theses/have-decentralisation-and-democratisation-been-effective-in-promoting-an-inclusive-social-protection-system-in-indonesia(49b8f1f4-ccfc-45d4-b309-4ac9db07467b).html.

Повний текст джерела
Анотація:
Decentralisation, democratisation, and social protection (SP) are widely regarded as three important endeavours that developing countries ought to pursue. Research has, however, neglected the relationship between these three. An exploration of this interplay is important given that efforts by decentralised governments to expand SP are often unaccompanied by sufficient resources. In the Indonesian context, most local governments struggle to maintain the viability of SP while attempting to garner electoral votes with various entitlement programmes. This thesis addresses this gap in the literature. The thesis asks what mechanisms of decentralisation and democratisation have supported SP effectively. The study uses a mixed method approach and finds the quantitative results to be consistent with the qualitative findings. The finding suggests that being strategically responsive to the needs of the public, local governments tend to expand their SP programmes. The thesis is comprised of three parts. The first concerns the conceptualisation of theoretical and methodological frameworks, underpinned by theories and assumptions in the literature. In the second part, one framework has been utilised to explore the secondary quantitative data sets obtained from the World Bank’s INDO-DAPOER repository and series of annual household surveys (Susenas). These two are followed by an in-depth qualitative exploration of case studies in two selected districts, specifically, Surakarta and Sragen. The thesis contributes to knowledge about SP programmes in democratic settings and their effectiveness in poverty and vulnerability reduction. The findings of the thesis highlight the factors that mediate the development of SP at the implementation level. The study concludes that current fiscal arrangements are susceptible to the fluctuations generated by budget cycles related to elections. The case studies in this thesis corroborate the argument that although the expansion of SP is an important way to reduce poverty and vulnerability, it does not necessarily ensure success in local elections.
Стилі APA, Harvard, Vancouver, ISO та ін.
25

Jones, David Kenneth. "The music of Jeffrey Lewis." Thesis, University of Manchester, 2011. https://www.research.manchester.ac.uk/portal/en/theses/the-music-of-jeffrey-lewis(b712684d-e7c0-4194-9932-e484dd60a2e0).html.

Повний текст джерела
Анотація:
The present thesis investigates the music and career of Jeffrey Lewis (born 1942). The thesis is broadly divided into three sections. First is an account of the composer’s life, told mainly through an overview of his works, but also through a sketch of his early years in South Wales, his studies in Cardiff, Darmstadt, Kraków and Paris, his academic career in Leeds and Bangor, and his subsequent early retirement from academia. There follows a more detailed study of six works from the period 1978 – 1985, during which certain features of Lewis’s musical language came to the fore, perhaps most notably a very individual and instantly recognisable use of modal language. After an Epilogue, the thesis concludes with an Appendix in the form of a Catalogue in which all Lewis’s known compositions are listed, together with details of performances, broadcasts and recordings. Lewis’s music often plays with our temporal expectations; the close interrelationship between texture, structure, harmony and melody, and its effect upon our perception of the passage of time, are explored in the main analyses. These are conducted partly by means of comparison with other works by Lewis or his contemporaries. Memoria is examined in relation to a similarly tranquil score, Naaotwá Lalá, by Giles Swayne. The following chapter discusses the extra-musical inspiration for Epitaph for Abelard and Heloise, whose relationship to Tableau is then explored in the next. The difficulties of creating a large-scale structure that unifies the work’s various harmonic elements are also investigated. The analysis of Carmen Paschale considers it in relation to Lewis’s other choral music, whilst the final analytical chapter compares and contrasts two three-movement works, the Piano Trio and the Fantasy for solo piano. Lewis’s melodic writing in the Piano Trio is discussed in relation to that of James MacMillan, and the origins of the first movement of Fantasy in Oliver Knussen’s Sonya’s Lullaby are explored. In the Epilogue, the possible reasons for Lewis’s current neglect are explored, various influences on Lewis’s musical thinking are laid out, and his achievements are assessed.
Стилі APA, Harvard, Vancouver, ISO та ін.
26

Garner, Robin. "JMTk: A portable memory management toolkit." Thesis, 2003. http://hdl.handle.net/1885/39952.

Повний текст джерела
Анотація:
JMTk is a memory management toolkit written in Java for the JikesRVM Java Virtual Machine. JMTk provides reusable components for the development of allocation and garbage collection algorithms, and an efficient implementation of a rapidly growing number of memory management schemes, and is a significant enabler for memory management research. A portable version of JMTk would allow the growing body of memory management research done using it to be repeated in different language environments, and to study the different performance characteristics of algorithms across programming languages without the variation in implementation techniques that clouds such issues today. This thesis describes a project that has ported JMTk for use in C/C++ based lan­ guage runtimes. The project has used the gcj ahead­of­time java compiler and a source transformation technique to produce a version of JMTk that can efficiently perform memory management for traditionally compiled systems. It is currently running in a testbed environment, where it provides interesting comparisons between accurate and conservative garbage collection techniques. The source transformation tool is currently in use by a team at Purdue, to integrate JMTk into the OVM Java Virtual machine. This thesis also describes partially completed work to incorporate JMTk into the runtime of the Glasgow Haskell Compiler (ghc), and describes the difficulties that were encountered in the process, and an approach that should enable the work to be completed in the future. The thesis describes the architecture and construction of the ported system, the source code transformation process used, and evaluates the performance of the final product. It also explores possible future extensions of the techniques used, looks at the issues surrounding working with complex software such as the ghc runtime, and provides a brief evaluation of Java as a system programming language. The key contribution of this thesis is therefore the availability of JMTk to researchers and developers of language runtimes, and a convincing demonstration of the use of Java in a new application domain.
Стилі APA, Harvard, Vancouver, ISO та ін.
27

Yang, Cheng-Kai, and 楊程凱. "Design and Implementation of a Portable Java-based Graphic Library in JVM for Embedded Systems." Thesis, 2006. http://ndltd.ncl.edu.tw/handle/34796256033885442053.

Повний текст джерела
Анотація:
碩士
國立成功大學
工程科學系碩博士班
94
This work is to study the portability of Java AWT. Based on the experiences of porting AWT to QT and MicroWindows, we find that it takes time and efforts to port AWT, especially for the exceptions of the underlying graphic library. Hence we intend to define a new graphic library that is consisted of two layers. The bottom layer is toward a minimum set of graphic primitives that is required by AWT, and the all the other AWT required primitives is a layer directly under AWT. To port AWT is to port the bottom layer of the proposed graphic library. We define the API of the proposed graphic library, port it to JVM plus AWT environments on X86 and ARM9 platforms respectively. The functionality of the proposed library is demonstrated. However, due to Java implementation, its performance is not comparable to native libraries.
Стилі APA, Harvard, Vancouver, ISO та ін.
Ми пропонуємо знижки на всі преміум-плани для авторів, чиї праці увійшли до тематичних добірок літератури. Зв'яжіться з нами, щоб отримати унікальний промокод!

До бібліографії