Academic literature on the topic 'Framework JavaFX'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Framework JavaFX.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Framework JavaFX"

1

Dura, Alexandru, Christoph Reichenbach, and Emma Söderberg. "JavaDL: automatically incrementalizing Java bug pattern detection." Proceedings of the ACM on Programming Languages 5, OOPSLA (October 20, 2021): 1–31. http://dx.doi.org/10.1145/3485542.

Full text
Abstract:
Static checker frameworks support software developers by automatically discovering bugs that fit general-purpose bug patterns. These frameworks ship with hundreds of detectors for such patterns and allow developers to add custom detectors for their own projects. However, existing frameworks generally encode detectors in imperative specifications, with extensive details of not only what to detect but also how . These details complicate detector maintenance and evolution, and also interfere with the framework’s ability to change how detection is done, for instance, to make the detectors incremental. In this paper, we present JavaDL, a Datalog-based declarative specification language for bug pattern detection in Java code. JavaDL seamlessly supports both exhaustive and incremental evaluation from the same detector specification. This specification allows developers to describe local detector components via syntactic pattern matching , and nonlocal (e.g., interprocedural) reasoning via Datalog-style logical rules . We compare our approach against the well-established SpotBugs and Error Prone tools by re-implementing several of their detectors in JavaDL. We find that our implementations are substantially smaller and similarly effective at detecting bugs on the Defects4J benchmark suite, and run with competitive runtime performance. In our experiments, neither incremental nor exhaustive analysis can consistently outperform the other, which highlights the value of our ability to transparently switch execution modes. We argue that our approach showcases the potential of clear-box static checker frameworks that constrain the bug detector specification language to enable the framework to adapt and enhance the detectors.
APA, Harvard, Vancouver, ISO, and other styles
2

Sin, Choongsub, and Seog Park. "Building a Log Framework for Personalization Based on a Java Open Source." KIISE Transactions on Computing Practices 21, no. 8 (August 15, 2015): 524–30. http://dx.doi.org/10.5626/ktcp.2015.21.8.524.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Milhem, Hind, Michael Weiss, and Stephane S. Some. "Modeling and Selecting Frameworks in Terms of Patterns, Tactics and System Qualities." International Journal of Software Engineering and Knowledge Engineering 30, no. 11n12 (November 2020): 1819–50. http://dx.doi.org/10.1142/s021819402040032x.

Full text
Abstract:
Selecting a framework and documenting the rationale for choosing it is an essential task for system architects. Different framework selection approaches have been proposed in the literature. However, none of these connect frameworks to qualities based on their implemented patterns and tactics. In this paper, we propose a way to semi-automatically compare the quality attributes of frameworks by extracting the patterns and tactics from a framework’s source code and documenting them to connect frameworks to requirements upon which a selection can be made. We use a tool called Archie (a tool used to extract tactics from a Java-based system’s code) to extract the patterns/tactics from the implementation code of frameworks. We then document and model these patterns/tactics and their impact on qualities using the Goal-oriented Requirements Language (GRL). After that, we reuse these models of patterns and tactics to model frameworks in terms of their implemented patterns and tactics. The satisfaction level of the quality requirements integrated with other criteria such as the preferences of an architect provide architects with a tool for comparing different frameworks and documenting their rationale for choosing a framework. As a validation of the approach, we apply it to three realistic case studies with promising results.
APA, Harvard, Vancouver, ISO, and other styles
4

Walia, Ekta, and Vishal Verma. "A Framework for Interactive 3D Rendering on Mobile Devices." International Journal of Computer Vision and Image Processing 4, no. 2 (July 2014): 18–31. http://dx.doi.org/10.4018/ijcvip.2014040102.

Full text
Abstract:
Although mobile devices have now become an important computing platform, however most of them still lack hardware accelerated graphics. Therefore, interactive 3D rendering on these devices is a difficult task. This paper describes different approaches for 3D rendering on mobile devices and the associated challenges. It then investigates different solutions to resolve these problems and proposes a framework that uses Image Based Rendering (IBR) technique to render interactive 3D graphics on mobile devices. Further, the performance of proposed framework is compared with Geometry Based Rendering (GBR). The experimental results show that the proposed framework performs better than the geometry-based techniques in terms of rendering time, visual quality and memory requirements. The results also show that the rendering time of the proposed framework is independent of the scene complexity. The experiments are performed in Java Platform Micro Edition (JavaME) environment with Sun JavaME Phone emulator.
APA, Harvard, Vancouver, ISO, and other styles
5

Tian, Mao Yi, Xing Wang, and Jing Wei Wang. "Web Publication of 3D Terrain Based on Java3D." Applied Mechanics and Materials 90-93 (September 2011): 3303–7. http://dx.doi.org/10.4028/www.scientific.net/amm.90-93.3303.

Full text
Abstract:
A system model for web deployment of 3D terrain which mode is Browser/Server based on J2EE tri-tier system framework is given in the paper. Technology of Applet, JSP, Servlet, Java3D and BC4J has been integrated in the model. The main idea of this model as follows, using Java3d to develop the Applet that can interact with user, and the Applet embeds in web page of JSP. The Applet applies agent server, BC4J to communicate with server of Oracle database. The experiment shows that this model has some certain superiority.
APA, Harvard, Vancouver, ISO, and other styles
6

Korneva, L. A., and P. B. Khorev. "Development of framework secure application with client-server architecture." Informacionno-technologicheskij vestnik 15, no. 1 (March 30, 2018): 112–19. http://dx.doi.org/10.21499/2409-1650-2018-1-112-119.

Full text
Abstract:
When creating software systems developers need to choose the most effective design solutions, which may make frameworks, created by other developers. Such a framework can be used as a basis for new applications. Not all available client-server application developers frameworks give due regard to the safety of such applications. So there is a need to develop a framework to create a secure client-server application. To create such a framework in the Java programming language is selected. This article provides a set of components that are required to create a framework of information security-oriented Web applications.
APA, Harvard, Vancouver, ISO, and other styles
7

Xu, Min, and Ning Li. "A Servlet Grouping Framework with Non-Intrusive Implementation." Key Engineering Materials 460-461 (January 2011): 587–92. http://dx.doi.org/10.4028/www.scientific.net/kem.460-461.587.

Full text
Abstract:
In this paper, We proposed a Servlet grouping framework with non-intrusive implementation. Java Servlet is an important means to build web applications with java language. Including Struts and Web Work. Nowadays most of the popular java web frameworks are developed and designed based on Servlet. Servlets provide a component-based, platform-independent method to build Web-based applications. However, the Servlet must be configured in the deployment descriptor, that is, the Web.xml file. With the increasing of the number of Servlets, the Web.xml file will become extremely complex and chaos. So, we need to develop a framework, which can deploy the Servlets independently without the Web.xml file, and manage them by groups.
APA, Harvard, Vancouver, ISO, and other styles
8

Park and Park. "A Cloud-based Middleware for Self-Adaptive IoT-Collaboration Services." Sensors 19, no. 20 (October 20, 2019): 4559. http://dx.doi.org/10.3390/s19204559.

Full text
Abstract:
The middleware framework for IoT collaboration services should provide efficient solutions to context awareness and uncertainty issues among multiple collaboration domains. However, existing middleware frameworks are mostly limited to a single system, and developing self-adaptive IoT collaboration services using existing frameworks requires developers to take considerable time and effort. Furthermore, the developed IoT collaboration services are often dependent on a particular domain, which cannot easily be referenced in other domains. This paper proposes a cloud-based middleware framework that provides a set of cloud services for self-adaptive IoT collaboration services. The proposed middleware framework is generic in the sense that it clearly separates domain-dependent components from the layers that leverage existing middleware frameworks. In addition, the proposed framework allows developers to upload domain-dependent components onto the cloud, search for registered components, and launch Virtual Machine (VM) running a new MAPE cycle via a convenient web-based interface. The feasibility of the proposed framework has been shown with a simulation of an IoT collaboration service that traces a criminal suspect. The performance evaluation shows that the proposed middleware framework runs with an overhead of only 6% compared to pure Java-based middleware and is scalable as the number of VMs increases up to 16.
APA, Harvard, Vancouver, ISO, and other styles
9

Błaszczyk, Michał, Marek Pucek, and Piotr Kopniak. "Comparison of lightweight frameworks for Java by analyzing proprietary web applications." Journal of Computer Sciences Institute 19 (June 30, 2021): 159–64. http://dx.doi.org/10.35784/jcsi.2645.

Full text
Abstract:
There are many frameworks available in the IT environment that differ in performance, security, complexity, and speed. The user who wants to start working with the selected framework should know whether it will meet the architectural requirements and business assumptions. The aim of this work is to compare the performance and complexity of web applications built using different lightweight frameworks for the Java language. Spring Boot, Micronaut, Quarkus and Javalin frameworks will be compared. At the beginning of the work, the main problems related to the creation of modern applications were discussed. In the following sections, basic analysis of the complexity of the syntax and conventions of the selected skeletons was performed. Then, experiments were conducted to compare performance - response and build times and memory consumption during application development and use. A wide cross-section of efficiency has been obtained in selected lightweight framework usages. The prepared comparison can be used to select the appropriate framework for the project.
APA, Harvard, Vancouver, ISO, and other styles
10

Gautam, Harsh, Mohit Sharma, and Deepak Yadav. "Java Agent Development Framework." Journal of Advance Research in Computer Science & Engineering (ISSN: 2456-3552) 1, no. 3 (March 31, 2014): 06–09. http://dx.doi.org/10.53555/nncse.v1i3.515.

Full text
Abstract:
Java Agent Development Framework (JADE) is a software in JAVA, which is used for the development of agents, implemented in JAVA. It is a distributed agents platform, which has a container for each host where we run the agents. Additionally the platform has various debugging tools, mobility of code and content agents, the possibility of parallel execution of the behavior of agents, as well as support for the definition of languages and ontologies. In this paper, we will be having a detailed study on the functioning of JADE and we will put forward our conclusions on how its functioning can be enhanced.
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "Framework JavaFX"

1

Casadio, Elisa. "Train your mind - Software per il training cognitivo nell'invecchiamento sano e patologico." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2019. http://amslaurea.unibo.it/18439/.

Full text
Abstract:
Lo scopo di questa tesi è la realizzazione di un software applicativo per il training cognitivo di soggetti anziani sani o affetti da patologie. L'introduzione di questo strumento di allenamento cognitivo computerizzato vuole permettere al medico e al paziente di svolgere le sessioni di allenamento in modo semplice, focalizzandosi su specifiche aree cognitive. Il progetto è corredato da un framework degli esercizi, che permette allo sviluppatore di creare i propri esercizi e di aggiungerli per poterli eseguire durante le sessioni di allenamento. Per lo sviluppo del sistema, sono state adottate tecnologie note e standard, come Java, che ne permettono una facile estensione e modifica da parte degli sviluppatori. Il lavoro di sviluppo è stato corredato da una sperimentazione sul campo, che ha permesso di verificare se, tramite il software, era possibile distinguere i soggetti sani da quelli malati. Nel testo sono analizzati i requisiti che il sistema deve soddisfare, le scelte progettuali e quelle implementative, gli strumenti di sviluppo adottati e la sperimentazione svolta su un campione di soggetti. Il risultato ottenuto è un sistema che fornisce tutte le funzionalità di base per lo svolgimento delle sessioni di training. Inoltre, l'interfaccia realizzata, il cui aspetto si ispira al mondo del web, consente all'utente finale di utilizzare il software in modo semplice. All'interno del sistema è già presente un set di esercizi da poter svolgere, che è stato commissionato dai ricercatori del Centro Studi e Ricerche in Neuroscienze Cognitive di Cesena.
APA, Harvard, Vancouver, ISO, and other styles
2

Кравчук, Володимир Вікторович. "Комплекс програм для визначення нероздільних завадостійких кодів." Bachelor's thesis, КПІ ім. Ігоря Сікорського, 2020. https://ela.kpi.ua/handle/123456789/35023.

Full text
Abstract:
Бакалаврський проєкт включає пояснювальну записку (55 с., 45 рис., 4 додатки). В даній роботі досліджена тема завадостійкого кодування та пошуку максимальної кліки на графі. Розглянуто різні типи кодування, описана проблема аналітичної швидкості коду, проаналізовано алгоритм Брона-Кербоша для пошуку клік. На основі особливостей еквівалентних кодів та графа Хемінга, запропоновано способи покращення алгоритму для вирішення задачі пошуку максимального нероздільного завадостійкого коду. Було вирішено розробити комплекс програм, який допоможе спростити визначення та дослідження нероздільних завадостійких кодів. Було сформовано конкретні вимоги та функціональність для комплексу, а саме: можливість пошуку максимальних нероздільних завадостійких кодів відповідно до заданих користувачем параметрів, зупинка роботи комплексу в певний момент часу із збереженням проміжних даних з якими працював алгоритм, завантаження збережених даних та продовження роботи після зупинки, можливість виконання різних операцій над кодами, таких як визначення мінімальної кодової відстані, визначення кодової відстані кодослова до коду, сортування коду, надання користувачу простого та зрозумілого графічного інтерфейсу для зручності роботи з програмою. Комплекс програм реалізований мовою програмування Java, яка підтримується усіма популярними операційними системами, з використанням стандартної бібліотеки JavaFX, для розробки графічних інтерфейсів.
The bachelors project includes an explanatory note (97 pages, 41 drawings, 7 annexes). In this work, the topics of error correction and error detection coding, finding maximal clique of graph have been researched. Different types of coding were considered, the problem of analytic speed of code was described and Bron-Kerbosh algorithm was analyzed. Based on specifics of equivalents codes and Hamming graph the methods of algorithm optimization for finding maximal undivided error correcting code were suggested. It has been decided to develop a complex of program which will help to calculate and research error correcting codes. The concrete requirements and functionality for the complex were formulated: possibility to search maximal undivided error correcting code according to parameters provided by user, stop work of complex in the moment with saving intermediate data algorithm are working with, loading the saved data and continue work after algorithm had been stopped, the possibility to perform some operations with codes like compute the minimal code distance, compute minimal code distance between a word and a code, sort code, provide simple and understandable graphical user interface for comfortable working with program. The complex of programs is implemented by Java programming language which is supported by all the most popular operation systems using native library JavaFX for developing graphical user interface.
APA, Harvard, Vancouver, ISO, and other styles
3

Degen, Markus [Verfasser], and Peter [Akademischer Betreuer] Thiemann. "Java(X): A Type-Based Program Analysis Framework = Java(X): Ein Typ basiertes Programmanalyse Framework." Freiburg : Universität, 2011. http://d-nb.info/111482898X/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Vallee-Rai, Raja. "Soot : a java bytecode optimization framework." Thesis, McGill University, 2000. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=30836.

Full text
Abstract:
Java provides many attractive features such as platform independence, execution safety, garbage collection and object orientation. These features facilitate application development but are expensive to support; applications written in Java are often much slower than their counterparts written in C or C++. To use these features without having to pay a great performance penalty, sophisticated optimizations and runtime systems are required.
We present SOOT, a framework for optimizing Java bytecode. The framework is implemented in Java and supports three intermediate representations for representing Java bytecode: BAF, a streamlined representation of bytecode which is simple to manipulate; JIMPLE, a typed 3-address intermediate representation suitable for optimization; and GRIMP an aggregated version of JIMPLE suitable for decompilation. SOOT also contains a set of transformations between these intermediate representations, and an application programming interface (API) is provided to write optimizations and analyses on Java bytecode in these forms.
In order to demonstrate the usefulness of the framework, we have implemented intraprocedural and whole program optimizations. To show that whole program bytecode optimization can give performance improvements, we provide experimental results for 10 large benchmarks, including 8 SPECjvm98 benchmarks running on JDK 1.2. These results show a speedup of up to 38%.
APA, Harvard, Vancouver, ISO, and other styles
5

Hesselius, Tobias, and Tommy Savela. "A Java Framework for Broadcast Encryption Algorithms." Thesis, Linköping University, Department of Electrical Engineering, 2004. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-2504.

Full text
Abstract:

Broadcast encryption is a fairly new area in cryptology. It was first addressed in 1992, and the research in this area has been large ever since. In short, broadcast encryption is used for efficient and secure broadcasting to an authorized group of users. This group can change dynamically, and in some cases only one-way communication between the sender and receivers is available. An example of this is digital TV transmissions via satellite, in which only the paying customers can decrypt and view the broadcast.

The purpose of this thesis is to develop a general Java framework for implementation and performance analysis of broadcast encryption algorithms. In addition to the actual framework a few of the most common broadcast encryption algorithms (Complete Subtree, Subset Difference, and the Logical Key Hierarchy scheme) have been implemented in the system.

This master’s thesis project was defined by and carried out at the Information Theory division at the Department of Electrical Engineering (ISY), Linköping Institute of Technology, during the first half of 2004.

APA, Harvard, Vancouver, ISO, and other styles
6

Patrný, Vojtěch. "Frameworky pro objektově relační mapování." Master's thesis, Vysoká škola ekonomická v Praze, 2008. http://www.nusl.cz/ntk/nusl-8176.

Full text
Abstract:
This paper is about Java object relational frameworks and related processes. The goal of this work consists of showing design patterns for ORM, introducing Java ORM standards along with the main implementations, finding criteria for comparison of ORM frameworks and showing working ORM example in a case study. This paper has the following structure: The first part of this paper discusses main ORM design patters, approaches to ORM and performance related features of Java ORM frameworks. Next part describes available Java ORM standards and implementations and introduces case study attached to this part as appendix. The last part of this paper presents ORM frameworks comparison criteria and compares main implementations of the JPA standard.
APA, Harvard, Vancouver, ISO, and other styles
7

Vallin, Morgan, and Robin Sundström. "Blocking violations in reactive Java frameworks." Thesis, Mittuniversitetet, Institutionen för data- och systemvetenskap, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:miun:diva-39516.

Full text
Abstract:
Concurrency in programming is a way of interleaving tasks in order to enhance the performance of an application. Previous research has found that concurrency errors are hard to avoid, hard to find, and that they often degrade performance of the application. Reactive programming provides an abstraction, to make it easier to implement complex concurrent and asynchronous tasks. When programming reactively in Java, it is often done with a reactive framework, where RxJava and Project-Reactor are two of the more popular choices. Blocking a thread that is not supposed to be blocked will result in concurrency errors, without the Java compiler providing a warning. In order to find incorrect blocking, a tool called BlockHound can be used. BlockHound wraps the original code, intercepts any blocking calls, and provides an error if the blocking call was used incorrectly. In this study, BlockHound was used to detect erroneous blocking calls in open source projects which use RxJava or Project-Reactor. A JavaAgent was created to automate the process of adding BlockHound to a project. The selection of projects to test was done by evaluating the community usage, and selecting the projects with the most amount of stars and forks, as this indicates that the projects are widely used. The projects were tested with BlockHound, and the errors were saved to external log files for analysation. The study found that a considerable percentage of the projects investigated exhibited blocking violations. These violations were all caused by a low number of system calls, made from methods in threads that forbid blocking. Generalizable solutions to the violations were applied, and considered successful.
Samtidighet (concurrency) inom programmering är ett sätt att kombinera olika uppgifter, för att få utökad prestanda i ett program. Tidigare forskning har visat att concurrencybuggar är svåra att undvika, svåra att upptäcka och att dem ofta försämrar programmets prestanda. Reaktiv programmering skapar en abstraktion som gör det enklare att implementera komplexa samtidiga och asynkrona uppgifter. Reaktiv programmering i Java används ofta med hjälp av ett reaktivt ramverk, där två av de mer populära är RxJava och Project-reactor. Att blockera i en tråd som inte tillåter blockering kommer skapa concurrency buggar, som Javas kompilator inte varnar för. För att upptäcka felaktiga blockeringar kan ett verktyg som heter BlockHound användas. BlockHound omsluter den ursprungliga koden, fångar eventuella blockeringar, och skickar ett felmeddelande om en felaktig blockering har upptäckts. I den här studien har BlockHound använts för att hitta felaktiga blockeringar i open source projekt som använde sig av antingen RxJava eller Project-reactor. En JavaAgent skapades för att automatisera processen att lägga till BlockHound i projekten. Processen att välja projekt för testning gjordes genom att utvärdera hur stor användningen av projekten var, samt genom att välja de projekt med mest antal stjärnor och forks, eftersom de ger en bra indikering på att projekten används brett inom området. Projekten testades sedan med BlockHound, och loggarna sparades manuellt till externa loggfiler för analys. Studien fann att en betydande procent av projekten som undersöktes innehöll felaktiga blockeringar. Orsaken till dessa var ett fåtal systemanrop som kallades från trådar som inte tillåter blockering. Generaliserbara lösningar till dessa buggar testades, och ansågs vara lyckade.
APA, Harvard, Vancouver, ISO, and other styles
8

Pösinger, Martin. "Porovnání Java frameworků pro vytváření webových stránek." Master's thesis, Vysoká škola ekonomická v Praze, 2007. http://www.nusl.cz/ntk/nusl-1164.

Full text
Abstract:
Cílem práce je zobrazit vývoj webových aplikací na platformě Java, představit javovské webové frameworky Struts, WebWork, Velocity a Tapestry, vytvořit metodiku pro porovnání těchto frameworků a porovnat je podle metodiky tak, aby si čtenář mohl zvolit framework, který bude jeho aplikaci nejlépe vyhovovat. První část, která končí kapitolou číslo tři, popisuje vývoj webových aplikací od počátku až k javovským webovým frameworkům a představí zkoumané frameworky. Pro konkrétní představu jsou zde popsány programy naprogramované ve všech frameworcích. Ve druhé části je vytvořena metodika a frameworky jsou podle ní porovnány. Na závěr jsou shrnuta pozitiva i negativa daných frameworků.
APA, Harvard, Vancouver, ISO, and other styles
9

Tao, Bo, and Xiaoming Jiang. "Framework for Flexible Connectors with Java Reflection Proxies." Thesis, Växjö University, School of Mathematics and Systems Engineering, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:vxu:diva-5329.

Full text
Abstract:

This report presents the results of a master level thesis project that analyzes and designs about the issue “Framework for Flexible Connectors with Java Reflection Proxies”. In this project, there are two main issues; first one is about finding a way to implement the function of a connector. And the other one is to build a framework for flexible connectors.

By studying on Java’s dynamic proxy, we find we can use it to implement the function of a connector. When building a connector chain, we use an important Java technique--Java Reflection API.

APA, Harvard, Vancouver, ISO, and other styles
10

Hussey, Kenneth Earle. "TASK, a framework for collaborative workspaces in Java." Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1999. http://www.collectionscanada.ca/obj/s4/f2/dsk1/tape7/PQDD_0003/MQ45370.pdf.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Framework JavaFX"

1

Stephen, Talley, ed. Essential JMF: Java media framework. Upper Saddle River, NJ: Prentice Hall PTR, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Java application frameworks. New York: Wiley, 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Data structures and the Java collections framework. Hoboken, NJ: Wiley, 2011.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

1944-, Osborne Martin, ed. Java: A framework for programming and problem solving. Pacific Grove, Calif: PWS Pub., 1999.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

1944-, Osborne Martin, ed. Java: A framework for programming and problem solving. 2nd ed. Australia: Brooks/Cole, 2002.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

Danilo, Gurovich, ed. Struts recipes. Greenwich, CT: Manning, 2005.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Jacob, Orshalick, and Heute Thomas, eds. Seam framework: Experience the evolution of Java EE. 2nd ed. Upper Saddle River, NJ: Prentice Hall, 2009.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

1944-, Osborne Martin, ed. Java: A framework for program design and data structures. 2nd ed. Australia: Brooks/Cole, 2004.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Data structure and the Java collections framework. Boston: McGraw-Hill, 2002.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

The Struts framework: Practical guide for Java programmers. Boston: Morgan Kaufmann Publishers, 2003.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Framework JavaFX"

1

Holgado-Terriza, Juan Antonio, and Jaime Viúdez-Aivar. "JavaES, a Flexible Java Framework for Embedded Systems." In Distributed, Embedded and Real-time Java Systems, 323–55. Boston, MA: Springer US, 2011. http://dx.doi.org/10.1007/978-1-4419-8158-5_13.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Hunt, John Edward, and Alexander George McManus. "Frameworks." In Key Java, 103–18. London: Springer London, 1998. http://dx.doi.org/10.1007/978-1-4471-0607-4_9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Deck, Klaus-Georg, and Herbert Neuendorf. "Java Collection Framework." In Java-Grundkurs für Wirtschaftsinformatiker, 369–84. Wiesbaden: Vieweg+Teubner, 2010. http://dx.doi.org/10.1007/978-3-8348-9652-0_20.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Hölzl, Matthias, Allaithy Raed, and Martin Wirsing. "Das Java Collections Framework." In Java kompakt, 189–214. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-28504-2_10.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Juneau, Josh. "The MVC Framework." In Java EE 8 Recipes, 313–44. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3594-2_6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Iliescu, Ovidiu. "A Java ME Framework." In Pro Java ME Apps, 25–49. Berkeley, CA: Apress, 2011. http://dx.doi.org/10.1007/978-1-4302-3328-2_2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Schulz, Kay. "Java Commerce Client Framework." In Java professionell programmieren, 617–33. Berlin, Heidelberg: Springer Berlin Heidelberg, 2000. http://dx.doi.org/10.1007/978-3-642-59619-3_10.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Charatan, Quentin, and Aaron Kans. "The Java Collections Framework." In Texts in Computer Science, 427–68. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-319-99420-8_15.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Parsons, David. "The Collections Framework and Generics." In Foundational Java, 263–96. London: Springer London, 2012. http://dx.doi.org/10.1007/978-1-4471-2479-5_12.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Croft, David Wallace. "Deployment Frameworks." In Advanced Java Game Programming, 35–86. Berkeley, CA: Apress, 2004. http://dx.doi.org/10.1007/978-1-4302-0713-9_2.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Framework JavaFX"

1

Welch, Lawrence, and Stephen Ekwaro-Osire. "Fairness in Agent Based Simulation Frameworks." In ASME 2008 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2008. http://dx.doi.org/10.1115/detc2008-49326.

Full text
Abstract:
An agent based simulation engine should provide a fair playing field for all of its agents. A fundamental design axiom of agent based simulation frameworks is that the simulation engine should not arbitrarily bias its execution towards one agent or another. This fairness is basic to giving the agent modeler confidence that differences in behavior and performance between agents derive legitimately from the simulation modeling, initial conditions or specific agent characteristics, rather than the capriciousness of the underlying framework. One aspect of fairness in a simulation is the relative order of execution of agents over time. This order of execution is affected by techniques employed by frameworks to simulate the concurrent activities of multiple agents. One such technique is multi-threading. Multi-threaded operating systems, or programming languages and environments, such as Java, allow multiple agents, represented by software threads, to share the computer’s execution time by taking turns, thus appearing to act simultaneously. The precise order of execution of peer threads in multi-threaded applications is often out of the hands of the programmer, and may be determined exclusively by the operating system or program execution environment. However, if overlooked by the framework developer, the idiosyncrasies of a particular thread ordering mechanism can pass on to the modeler inherent random behavior that is neither intuitive, nor in line with the modeler’s expectations. To be considered fair, the engine should aim to provide all agents with equal probability of executing first within a time step, or last, or in any position in between. This paper analyzes the sequencing of agent thread execution within a Java framework that implements a multi-threaded, time-stepping, agent based simulation engine. The natural ordering of Java thread execution is demonstrated to be unfair (that is, not uniform) in its treatment of agents. This research shows that the standard mechanism of Java thread scheduling, while appropriate for most applications, is inappropriate on its own for the agent based framework. It is demonstrated that with Java’s standard thread scheduling algorithm, over time certain agents tend to execute ahead of others within each time step, while others tend to execute in the middle or at the back of the pack. This paper then introduces and demonstrates the “Uniform Specific Notification” pattern, a technique that produces a fairer, uniformly distributed random order for the initial execution of Java agent threads at each simulation time step.
APA, Harvard, Vancouver, ISO, and other styles
2

Mustafa Kattan, Ali, Rosni Abdullah, and Rosalina Salam. "Java: From "Hard Coding" to Using an Integrated Development Environment." In The 2nd International Conference on Distributed Frameworks for Multimedia Applications. IEEE, 2006. http://dx.doi.org/10.1109/dfma.2006.296905.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Durelli, Vinícius, Rafael Durelli, Simone De Sousa Borges, and Rosana Braga. "A Domain Specific Language for Lessening the Effort Needed to Instantiate Applications Using GRENJ Framework." In VI Simpósio Brasileiro de Sistemas de Informação. Sociedade Brasileira de Computação, 2010. http://dx.doi.org/10.5753/sbsi.2010.14707.

Full text
Abstract:
GRENJ is a white-box framework implemented in Java. White-box frameworks are reusable designs composed of a set of concrete and abstract classes so that the collaboration among these classes provides support for large-scale reuse of design and source code. However, instantiating applications by using this sort of framework is quite complex and demands detailed architectural knowledge. In order to lessen the amount of source code, effort, and expertise required to instantiate applications by using GRENJ framework, we have developed a domain specific language that manages all application instantiation issues systematically. This domain specific language facilitates the application instantiation process by acting as a facade over GRENJ framework as well as providing the user with a more concise, human-readable syntax than Java. In this paper, we contrast the major differences and benefits resulting from instantiating applications solely using GRENJ framework and indirectly reusing its source code by applying our domain specific language.
APA, Harvard, Vancouver, ISO, and other styles
4

Taylor, Ian, Brian Adamson, Ian Downard, and Joe Macker. "AgentJ: Enabling Java NS-2 Simulations for Large Scale Distributed Multimedia Applications." In The 2nd International Conference on Distributed Frameworks for Multimedia Applications. IEEE, 2006. http://dx.doi.org/10.1109/dfma.2006.296911.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Holm, Magnus, Mohammad Givehchi, Abdullah Mohammed, and Lihui Wang. "Web Based Monitoring and Control of Distant Robotic Operations." In ASME 2012 International Manufacturing Science and Engineering Conference collocated with the 40th North American Manufacturing Research Conference and in participation with the International Conference on Tribology Materials and Processing. American Society of Mechanical Engineers, 2012. http://dx.doi.org/10.1115/msec2012-7296.

Full text
Abstract:
In order to improve the production efficiency while facing today’s manufacturing uncertainty, responsive and adaptive capabilities for rapid production changes are essential. This paper presents how dynamic control and real-time monitoring (embedded in a web-based Wise-ShopFloor framework) can integrate virtual models with real shop floors. Wise-ShopFloor (Web-based integrated sensor-driven e-ShopFloor) uses Java technologies (e.g., Java Servlet and Java3D) for implementing the system. It allows the operators, both remote and on-site, to monitor and control machines, devices and operations on a shop floor, based on run-time information from the connected machines, devices and their sensors. Two case studies are presented to demonstrate the approach towards web-based adaptive manufacturing. The first demonstrating how OPC-technology is used to improve the monitoring and control capabilities of the production and the second one focusing on remote control of a robot eliminating the need of motion planning and tedious robot programming.
APA, Harvard, Vancouver, ISO, and other styles
6

"JAVA NIO FRAMEWORK - Introducing a High-performance I/O Framework for Java." In 3rd International Conference on Software and Data Technologies. SciTePress - Science and and Technology Publications, 2008. http://dx.doi.org/10.5220/0001901502060211.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

"Energy Consumption using java Framework." In CAASR 2nd International Conference on Innovative Engineering and Technologies, (CAASR-2nd ICIET`16) & CAASR International Conference on Civil and Structural Engineering, (CAASR-ICCSE`16). Canadian Arena of Applied Scientific Research Ltd, 2016. http://dx.doi.org/10.18797/caasr/2ndiciet/iccse/2016/05/05/10.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Arnedo-Moreno, Joan, Keita Matsuo, Leonard Barolli, and Fatos Xhafa. "Securing a Java P2P framework." In the 11th International Conference. New York, New York, USA: ACM Press, 2009. http://dx.doi.org/10.1145/1806338.1806373.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Lea, Doug. "A Java fork/join framework." In the ACM 2000 conference. New York, New York, USA: ACM Press, 2000. http://dx.doi.org/10.1145/337449.337465.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Efremov, Mikhail A., Ivan I. Kholod, and Maxim A. Kolpaschikov. "Java Federated Learning Framework Architecture." In 2021 IEEE Conference of Russian Young Researchers in Electrical and Electronic Engineering (ElConRus). IEEE, 2021. http://dx.doi.org/10.1109/elconrus51938.2021.9396508.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Framework JavaFX"

1

Brady, Kevin G., and James St Pierre. Conformance testing object-oriented frameworks using JAVA. Gaithersburg, MD: National Institute of Standards and Technology, 1998. http://dx.doi.org/10.6028/nist.ir.6202.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography