Academic literature on the topic 'JavaMe'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'JavaMe.'
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 "JavaMe"
Rodriguez-Sanchez, Maria Cristina, Juan A. Hernandez-Tamames, and Susana Borromeo. "An embedded system course using JavaME and android." Computer Applications in Engineering Education 23, no. 2 (March 18, 2014): 294–303. http://dx.doi.org/10.1002/cae.21599.
Full textWalia, 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 textCalvo-Flores, M. Delgado, J. Medina Quero, M. D. Ruiz Lozano, and A. Vila Miranda. "Integrating multimedia streaming from heterogeneous sources to JavaME mobile devices." International Journal of Communication Systems 25, no. 6 (February 16, 2011): 763–78. http://dx.doi.org/10.1002/dac.1251.
Full textRen, Hong De, Tao Chen, and Shuo Wang. "Realization of a 3D Model Render on Mobile Terminal Based on X3D." Applied Mechanics and Materials 519-520 (February 2014): 377–82. http://dx.doi.org/10.4028/www.scientific.net/amm.519-520.377.
Full textYuan, Man, Jing Shu Yuan, Gang Huan, and Dan Dan Wang. "The Mobile Oilfield Map Based on SVG and Inforamtion Integration." Advanced Materials Research 798-799 (September 2013): 349–52. http://dx.doi.org/10.4028/www.scientific.net/amr.798-799.349.
Full textJamieson, L. E., K. Froud, R. Edwards, and P. S. Stevens. "Establishment of Thripobius javae (semiluteus) in New Zealand." New Zealand Plant Protection 61 (August 1, 2008): 17–23. http://dx.doi.org/10.30843/nzpp.2008.61.6827.
Full textLukiswati, Intan, Anik Djuraidah, and Utami Dyah Syafitri. "ANALISIS REGRESI DATA PANEL PADA INDEKS PEMBANGUNAN GENDER (IPG) JAWA TENGAH TAHUN 2011-2015." Indonesian Journal of Statistics and Its Applications 4, no. 1 (February 28, 2020): 89–96. http://dx.doi.org/10.29244/ijsa.v4i1.331.
Full textMitchell, James G. "JavaOS." ACM SIGOPS Operating Systems Review 30, SI (October 28, 1996): 1. http://dx.doi.org/10.1145/248155.238731.
Full textWehr, Stefan, and Peter Thiemann. "JavaGI." ACM Transactions on Programming Languages and Systems 33, no. 4 (July 2011): 1–83. http://dx.doi.org/10.1145/1985342.1985343.
Full textTschantz, Matthew S., and Michael D. Ernst. "Javari." ACM SIGPLAN Notices 40, no. 10 (October 12, 2005): 211–30. http://dx.doi.org/10.1145/1103845.1094828.
Full textDissertations / Theses on the topic "JavaMe"
Svoboda, Pavel. "Komunikační klient v JavaMe." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2009. http://www.nusl.cz/ntk/nusl-218191.
Full textJaneček, Aleš. "Vývoj SIP klienta v JavaME." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2008. http://www.nusl.cz/ntk/nusl-217494.
Full textObdržálek, Petr. "Video na vyžádání v JavaME." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2009. http://www.nusl.cz/ntk/nusl-218196.
Full textKubina, Tomáš. "Rozhraní pro skupinové odesílání SMS v JavaME." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2008. http://www.nusl.cz/ntk/nusl-217718.
Full textRůčka, Lukáš. "Příjem a posílání SMS zpráv pomocí aplikace určené pro platformu JavaME." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2008. http://www.nusl.cz/ntk/nusl-217265.
Full textLingė, Tadas. "Mobilių įrenginių programavimo priemonių galimybių analizė." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2010. http://vddb.laba.lt/obj/LT-eLABa-0001:E.02~2009~D_20101125_190751-25936.
Full textThe goals of this master’s work are analyzes tools for mobile devices programming and universal interface for different models creation opportunities. Also the paper analyzes Java ME, Visual Studio .NET, Python for S60, NetBeans IDE and BREW programming tools. Describe the features of the functioning of the programming tools, to set the programming options, listed the advantages and disadvantages. The best in this analyze was NetBeans IDE. There are created IS conceptual model of driving school and project of mobile software. According to the programming tools analyzes results and IS project was created new application. It is dedicated to improve driving school processes and make scientific research. Application was tested in different mobile platforms. The test shown application functions which works wrong. Most important functions fixed, but some of them can’t be fixed, such as displaying full table of content. This bug can be fixed only displaying table horizontally. This experimental work shows some methods of universal application creation. Also there is suggested how we can create universal application by using UML diagrams.
Tschantz, Matthew S. "Javari : adding reference immutability to Java." Thesis, Massachusetts Institute of Technology, 2006. http://hdl.handle.net/1721.1/42117.
Full textIncludes bibliographical references (leaves 129-133).
This paper describes a programming language, Javari, that is capable of expressing and enforcing immutability constraints. The specific constraint expressed is that the abstract state of the object to which an immutable reference refers cannot be modified using that reference. The abstract state is (part of) the transitively reachable state: that is, the state of the object and all state reachable from it by following references. The type system permits explicitly excluding fields from the abstract state of an object. For a statically type-safe language, the type system guarantees reference immutability. The type system is distinguishes the notions of assignability and mutability; integrates with Java's generic types and with multi-dimensional arrays; provides a mutability polymorphism approach to avoiding code duplication; and has type-safe support for reflection and serialization. This paper describes a core calculus including formal type rules for the language. Additionally, this paper describes a type inference algorithm that can be used convert existing Java programs to Javari. Experimental results from a prototype implementation of the algorithm are presented.
by Matthew S. Tschantz.
M.Eng.
Daunys, Einaras. "Gedimų registracijos sistema delniniams kompiuteriams." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2009. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2009~D_20090828_134408-96741.
Full textThe paper analyzes the handheld computer operating systems and their characteristics, selected the optimum application development platform. The software product is tested in several operating systems. Test results confirmed the proposed system of mobility benefits. Examines the opportunities to develop and implement the practice of computer networks fault recording software products handheld computers. This work was analyzed and designed opportunities, as much as possible to adapt computer systems failure recording software products, and handheld computers all of which adapt everyday work. The study analyzed the handheld computer operating systems and their characteristics, application development tools, database options.
Martins, Duarte João Figueira. "JavaCO – uma variante do Java com um sistema de tipos baseado em covariância." Master's thesis, Faculdade de Ciências e Tecnologia, 2010. http://hdl.handle.net/10362/4590.
Full textQuando se compara a linguagem Eiffel com a linguagem Java, a diferença com mais impacto no estilo de programação é o facto de a primeira permitir métodos com argumentos covariantes, isto é, permitir a especialização do tipo dos argumentos à medida que se desce na hierarquia. Esta possibilidade é uma vantagem porque permite modelar determinados aspectos do mundo real de forma mais directa e intuitiva. Mas também há uma desvantagem que justifica a raridade desta opção na generalidade das linguagens modernas: o facto de criar complicações ao nível da tipificação estática dos programas. O objectivo deste trabalho é criar uma variante do Java, chamada JavaCO, cujo sistema de tipos será baseado em covariância, à imagem do sistema de tipos da linguagem Eiffel. A introdução de um novo tipo genérico “This”, servirá para aumentar a utilidade prática do mecanismo de covariância. Espera-se assim proporcionar uma experiência de programação similar à da linguagem Eiffel, mas num ambiente de programação Java, usando as ferramentas e bibliotecas do Java. A nova linguagem será implementada através da tradução para Java puro. A implementação seguirá as linhas da definição semântica e consistirá num tradutor escrito usando a ferramenta SableCC. O tradutor fará alguma análise estática dos programas de entrada; contudo, os aspectos mais essenciais da nova linguagem serão implementados por recurso a tipificação dinâmica (na mesma linha do Eiffel “clássico”).
Nilsson, Michael. "Konfigurationsverktyg för SIA." Thesis, Örebro universitet, Institutionen för naturvetenskap och teknik, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:oru:diva-51597.
Full textThis report describes the development of an application used to configure integrations used by Sigma Integration Architecture (SIA). The application is aimed towards Sigma personnel unfamiliar with the integration architecture, as it provides the user with various help elements in an effort to ease the configuration process and lower the entry barrier for creating and editing integrations. Using Java's reflection API in combination with dynamic proxies, the application is able to perform validation and simulation of integration pipelines before they are used for production. We also include a cache mechanism to speed up the process, and provide experimental verification of caching performance. The application is developed as two separate parts, consisting of a back end written in Java, and a web-based front end created with AngularJS.
Books on the topic "JavaMe"
Schader, Martin, and Lars Schmidt-Thieme. JavaTM. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/978-3-642-59330-7.
Full textDea, Carl, Mark Heckler, Gerrit Grunwald, José Pereda, and Sean M. Phillips. JavaFX 8. Berkeley, CA: Apress, 2014. http://dx.doi.org/10.1007/978-1-4302-6461-3.
Full textSteyer, Ralph. JavaFX: Dynamische und interaktive Java-Applikationen mit JavaFX. [S.l.]: Addison-Wesley Verlag, 2007.
Find full textSaʻīdurraḥmʹan, Qārī. Mullā kā javāb. Svāt, Pakistan: Ḥalqah-yi Ulāmāʼ-yi Karām, 2001.
Find full textTopley, Kim. JavaFX developer's guide. Upper Saddle River, NJ: Addison-Wesley, 2011.
Find full textBook chapters on the topic "JavaMe"
Stärk, Robert F., Joachim Schmid, and Egon Börger. "The procedural extension JavaC of JavaI." In Java and the Java Virtual Machine, 47–69. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/978-3-642-59495-3_4.
Full textStärk, Robert F., Joachim Schmid, and Egon Börger. "The concurrent extension JavaT of Javaε." In Java and the Java Virtual Machine, 95–110. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/978-3-642-59495-3_7.
Full textHunt, John. "Java 2 Platform: Java’s Third Age?" In Java for Practitioners, 55–62. London: Springer London, 1999. http://dx.doi.org/10.1007/978-1-4471-0843-6_6.
Full textStärk, Robert F., Joachim Schmid, and Egon Börger. "The imperative core JavaI of Java." In Java and the Java Virtual Machine, 33–46. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/978-3-642-59495-3_3.
Full textCok, David R., and Joseph R. Kiniry. "ESC/Java2: Uniting ESC/Java and JML." In Construction and Analysis of Safe, Secure, and Interoperable Smart Devices, 108–28. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/978-3-540-30569-9_6.
Full textHolgado-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 textSchordan, Markus, and Harald Kosch. "JavaSet — eine Spracherweiterung von Java um persistente Mengen." In JIT’98 Java-Informations-Tage 1998, 39–48. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/978-3-642-59984-2_4.
Full textBaier, Daniel, Dirk Beyer, and Karlheinz Friedberger. "JavaSMT 3: Interacting with SMT Solvers in Java." In Computer Aided Verification, 195–208. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-81688-9_9.
Full textJuneau, Josh, Carl Dea, Freddy Guime, and John O’Conner. "Java3D." In Java 7 Recipes, 397–412. Berkeley, CA: Apress, 2012. http://dx.doi.org/10.1007/978-1-4302-4057-0_13.
Full textKarpenkov, Egor George, Karlheinz Friedberger, and Dirk Beyer. "JavaSMT: A Unified Interface for SMT Solvers in Java." In Lecture Notes in Computer Science, 139–48. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-48869-1_11.
Full textConference papers on the topic "JavaMe"
Sormaz, Dusan N., and Prashant A. Borse. "Procedural Visualization of Manufacturing Processes in Distributed Environment." In ASME 2002 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2002. http://dx.doi.org/10.1115/detc2002/cie-34458.
Full textBorg, A., N. Audsley, and A. Wellings. "Real-time Java for embedded devices: the Javamen project." In Perspectives in Pervasive Computing. IET, 2005. http://dx.doi.org/10.1049/ic.2005.0781.
Full textSchorrig, Hartmut, and Thomas Henties. "Java2C - developing in Java, deployment in C." In the 8th International Workshop. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1850771.1850781.
Full textOgata, Kazunori, Dai Mikurube, Kiyokuni Kawachiya, Scott Trent, and Tamiya Onodera. "A study of Java's non-Java memory." In the ACM international conference. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1869459.1869477.
Full textBuytaert, Dries, Jonas Maebe, Lieven Eeckhout, and Koen De Bosschere. "Building Java program analysis tools using Javana." In Companion to the 21st ACM SIGPLAN conference. New York, New York, USA: ACM Press, 2006. http://dx.doi.org/10.1145/1176617.1176657.
Full textCok, David R. "Specifying java iterators with JML and Esc/Java2." In the 2006 conference. New York, New York, USA: ACM Press, 2006. http://dx.doi.org/10.1145/1181195.1181210.
Full textBing-Yu Chen, Shish, Tzong-Jer Yang, and Ming Ouhyoung. "JAVAGL- A 3D Graphics Library In Java For Internet Browsers." In 1998 International Conference on Consumer Electronics. IEEE, 1997. http://dx.doi.org/10.1109/icce.1997.625848.
Full textHolm, 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 textDansie, Christopher, and Don R. Brown. "Visualizing Sequential Information With Perceptual Cues." In ASME 1999 Design Engineering Technical Conferences. American Society of Mechanical Engineers, 1999. http://dx.doi.org/10.1115/detc99/eim-9027.
Full textYang, Xiaodong, Weihong Cui, Peifa Wang, and Yongqi Huang. "The simulation of 3D structure of groundwater system based on Java/Java3D." In Geoinformatics 2007, edited by Jingming Chen and Yingxia Pu. SPIE, 2007. http://dx.doi.org/10.1117/12.761929.
Full textReports on the topic "JavaMe"
Abi-Antoun, Marwan, and Jonathan Aldrich. JavaD: Bringing Ownership Domains to Mainstream Java. Fort Belvoir, VA: Defense Technical Information Center, May 2006. http://dx.doi.org/10.21236/ada456237.
Full textJohnson, Anthony S. Java Analysis Studio. Office of Scientific and Technical Information (OSTI), October 1998. http://dx.doi.org/10.2172/9932.
Full textLong, Fred. Software Vulnerabilities in Java. Fort Belvoir, VA: Defense Technical Information Center, October 2005. http://dx.doi.org/10.21236/ada443139.
Full textFranco, J. Network Servers and Java,. Fort Belvoir, VA: Defense Technical Information Center, December 1996. http://dx.doi.org/10.21236/ada326051.
Full textVarma, Ankush, and Shuvra S. Bhattacharyya. Java-through-C Compilation: An Enabling Technology for Java in Embedded Systems. Fort Belvoir, VA: Defense Technical Information Center, February 2004. http://dx.doi.org/10.21236/ada455085.
Full textLeague, Christopher, Valery Trifonov, and Zhong Shao. Type-Preserving Compilation of Featherweight Java. Fort Belvoir, VA: Defense Technical Information Center, January 2005. http://dx.doi.org/10.21236/ada436466.
Full textConn, Eric S. JAVA-Based Performance Oriented Visualization System. Fort Belvoir, VA: Defense Technical Information Center, April 2003. http://dx.doi.org/10.21236/ada415539.
Full textFriedman-Hill, E. J. Jess, the Java expert system shell. Office of Scientific and Technical Information (OSTI), November 1997. http://dx.doi.org/10.2172/565603.
Full textPiszcz, Alan, and Kent Vidrine. Real-Time Java Commercial Product Assessment. Fort Belvoir, VA: Defense Technical Information Center, October 2000. http://dx.doi.org/10.21236/ada458007.
Full textJoe Klein, Joe Klein. An ethnographic study of the illegal trade in Javan slow lorises. Experiment, March 2013. http://dx.doi.org/10.18258/0155.
Full text