Gotowa bibliografia na temat „Computers internet programming java general”

Utwórz poprawne odniesienie w stylach APA, MLA, Chicago, Harvard i wielu innych

Wybierz rodzaj źródła:

Zobacz listy aktualnych artykułów, książek, rozpraw, streszczeń i innych źródeł naukowych na temat „Computers internet programming java general”.

Przycisk „Dodaj do bibliografii” jest dostępny obok każdej pracy w bibliografii. Użyj go – a my automatycznie utworzymy odniesienie bibliograficzne do wybranej pracy w stylu cytowania, którego potrzebujesz: APA, MLA, Harvard, Chicago, Vancouver itp.

Możesz również pobrać pełny tekst publikacji naukowej w formacie „.pdf” i przeczytać adnotację do pracy online, jeśli odpowiednie parametry są dostępne w metadanych.

Artykuły w czasopismach na temat "Computers internet programming java general"

1

Lin, Xing Zhi. "Study on Shell Sort of Logistics Unified Information System Based on Internet of Things". Advanced Materials Research 756-759 (wrzesień 2013): 982–87. http://dx.doi.org/10.4028/www.scientific.net/amr.756-759.982.

Pełny tekst źródła
Streszczenie:
Through the analyze on the technology, information data processing of logistics unified information system, the optimization Algorithm of Shell Sort in logistics unified information system data processing is proposed. Things-Based Logistics Unified Information System is an integrated system which combine with integration of RFID (Radio Frequency Identification, RFID), infrared sensors, global positioning systems, laser scanners and other telecommunications integrated fusion machine (Computer Telecommunication Integration, CTI) technology. The improved Shell sort algorithm is used in system data processing, so that multiple devices, multi-technology, multi-interface, and distributed widely disorder high-speed logistics systems to available for the heterogeneous applications and fast data processing. It improves multiple-concurrent data processing. Based on JAVA programming of Shell sort, to build and test a system algorithm, which support the system with a high-speed interactive logistics business processing capabilities. The design and implementation feasibility of Shell sort algorithm is proved in Internet of Things-Based Logistics Unified Information System through the output of test results.
Style APA, Harvard, Vancouver, ISO itp.
2

Imam, Mohamed Osman, Adil Yousif i Mohammed Bakri Bashir. "A Proposed Software as a Service (SaaS) Toolkit for Cloud Multi- Tenancy". Computer Engineering and Applications Journal 5, nr 2 (22.06.2016): 37–46. http://dx.doi.org/10.18495/comengapp.v5i2.170.

Pełny tekst źródła
Streszczenie:
Cloud computing is a general term for anything that involves delivering hosted services over the Internet. It is a construct that allows you to access applications that actually reside at locations other than your computer or other Internet-connected devices. Software as a Service (SaaS) is a software delivery model in which software resources are accessed remotely by users over the internet. Enterprises prefer using SaaS because of its low cost. SaaS requires sharing of application servers among multiple tenants for low operational costs. Several SaaS Toolkits are available and used to develop cloud SaaS applications. However, most of these Toolkits are very complex. This paper aims to build a new simple and easy SaaS Toolkit to develop SaaS applications and to avoid the difficulties and complexity in the current cloud SaaS Toolkits. The proposed Toolkit is based on java virtual machine and the popular web programming languages HTML and PHP. To evaluate the proposed Toolkit an empirical study has been conducted. The result of the empirical study revealed that the proposed Toolkit outperforms the current Toolkits in terms of complexity, understandability and learnability.
Style APA, Harvard, Vancouver, ISO itp.
3

Arslan, Sadik, Mert Ozkaya i Geylani Kardas. "Modeling Languages for Internet of Things (IoT) Applications: A Comparative Analysis Study". Mathematics 11, nr 5 (6.03.2023): 1263. http://dx.doi.org/10.3390/math11051263.

Pełny tekst źródła
Streszczenie:
Modeling languages have gained ever-increasing importance for the Internet of Things (IoT) domain for improving the productivity and quality of IoT developments. In this study, we analyzed 32 different modeling languages that have been designed for IoT software development in terms of a set of requirements that were categorized into three groups: language definition, language features, and tool support. Some key findings are as follows: (1) performance is the most supported quality property (28%); (2) most languages offer a visual notation set only, while 6% provide both textual and visual notation sets; (3) most languages (88%) lack formally precise semantic definitions; (4) most languages (94%) support the physical, deployment, and logical modeling viewpoints, while the behavior, logical, and information viewpoints are rarely supported; (5) almost none of the languages enable extensibility; (6) Java (34%) and C (21%) are the most preferred programming languages for model transformation; (7) consistency (77%) and completeness (64%) are the most supported properties for the automated checking of models; and (8) most languages (81%) are not supported with any websites for sharing case studies, source code, tools, tutorials, etc. The analysis results can be useful for language engineers, practitioners, and tool vendors for better understanding the existing languages for IoT, their weak and strong points, and IoT industries’ needs in future language and modeling toolset developments.
Style APA, Harvard, Vancouver, ISO itp.
4

C K, Nikhil. "Video Calling With Build-In Compiler". International Journal for Research in Applied Science and Engineering Technology 10, nr 6 (30.06.2022): 1064–69. http://dx.doi.org/10.22214/ijraset.2022.43930.

Pełny tekst źródła
Streszczenie:
Abstract: In today's Internet world, many applications that were previously created on a desktop computer are now being created on the web. Many applications can be accessed anytime and anywhere easily using the Internet. Due to the pandemic, the job recruitment process has moved online via Zoom, Google Meet, and other video calling apps. But during every IT interview, the person who is giving the interview faces major problems such as one must share their screen via a video calling app and open a compiler to run the program given by the interviewer. If the student doesn’t have a compiler installed on his system, then they need to open a compiler in a web browser to compile the code. The purpose of this research is to design and develop a real-time code editor application using Web socket technology to help users collaborate during tech interviews. There is a feature in this application that allows video calling with a built-in compiler. Video calling with a built-in compiler is a web application that provides a workspace to write, perform, display the results of the code through the terminal, and collaborate with other users in real-time. It provides workspaces for creating, executing, and building source code, as well as for real-time collaboration, chat, and building terminals. This application supports C, C++, Java, and Python programming languages.
Style APA, Harvard, Vancouver, ISO itp.
5

Rokotyanskaya, Violyetta Valeryevna, i Vadim Sergeevich Abramov. "Studying WebAssembly and comparison of its performance with JavaScript". Vestnik of Astrakhan State Technical University. Series: Management, computer science and informatics 2023, nr 2 (28.04.2023): 93–100. http://dx.doi.org/10.24143/2072-9502-2023-2-93-100.

Pełny tekst źródła
Streszczenie:
Over the long history of the Internet, JavaScript has been the primary programming language in web development. Because of its simple syntax and support in all popular browsers, the language has gained popularity among the developers. However, as computer power and user demands evolved, simple sites turned into the web applications that are full-fledged analogues of the desktop applications. As capabilities grew, so did the performance requirements of such programs. Browser engines have developed ways to optimize the code they run, and intense competition between browsers has contributed to a qualitative increase in performance. Despite all the ways to increase the speed of execution of JavaScript code, the main stopping factor was the dynamic typing of the language. Because of dynamic typing, the browser engine needs to check each time the program is executed whether the variable is an integer, a float, or any other valid type. Thus, each JavaScript instruction has to go through several type checks and conversions, which slows down the execution. This led to the idea of using languages with strict typing, which could compensate for this drawback. But the browser engines cannot execute the code of other languages, that is why there appeared the technology WebAssembly. It allows writing code in languages with static typing, and then parses it into a more native and machine-readable format, which speeds up execution of programs compared to JavaScript. The technology is cross-platform and supports the main programming languages: C++, C, Java, C#. WebAssembly is also implemented using JavaScript, which allows to use the concise JavaScript syntax and computing power of WebAssembly together.
Style APA, Harvard, Vancouver, ISO itp.
6

Mlakić, Dragan, Hamid Baghaee, Srete Nikolovski, Marko Vukobratović i Zoran Balkić. "Conceptual Design of IoT-Based AMR Systems Based on IEC 61850 Microgrid Communication Configuration Using Open-Source Hardware/Software IED". Energies 12, nr 22 (10.11.2019): 4281. http://dx.doi.org/10.3390/en12224281.

Pełny tekst źródła
Streszczenie:
This paper presents an intelligent electronic device (IED) utilized for automatic meter readings (AMR) scheme using “Open-Source” software. This IED is utilized to measure a low-voltage intelligent electronic device) system with a boundless number of sensors, and it is accessible on the Internet of Things (IoT). The utilized equipment for this task is Arduino UNO R3 motherboard and fringe sensors, which are used for measurement of the referenced information. The Arduino motherboard is used not only for sole tranquility of equipment but also for serving as wireless fidelity (Wi-Fi) switch for the sensors. The personal computer is utilized to gather information and perform client-side calculations. The server works based on an open-source program written in Java programming language. The underlying objective of the proposed scheme is to make the meter based on the “Do It Yourself” methodology which requires considerably fewer funds. Also, it is conceivable by keeping easy to understand interface, information legitimacy, precision of measured information and convenience for the conclusive client. The information is measured in just about 1 ms which is superb for custom-designed IED. Furthermore, the measured qualities are calculated based on their RMS values to be used for analyzing and further presentation of data.
Style APA, Harvard, Vancouver, ISO itp.
7

Alshehri, Suhair, i Omaimah Bamasag. "AAC-IoT: Attribute Access Control Scheme for IoT Using Lightweight Cryptography and Hyperledger Fabric Blockchain". Applied Sciences 12, nr 16 (12.08.2022): 8111. http://dx.doi.org/10.3390/app12168111.

Pełny tekst źródła
Streszczenie:
The Internet of Things (IoT) is an integrated environment as it merges physical smart objects to the Internet via wireless technologies to share data. The global connectivity of IoT devices brings the needs to ensure security and privacy for data owners and data users. In this paper, an attribute-based access control scheme for IoT (AAC-IoT) using Hyperledger Fabric (HLF) blockchain is proposed to address the security challenges. In the AAC-IoT scheme, data owners are registered and authenticated using identities, certificates and signatures. Data users, however, are registered with identities, certificates, signatures and physical unclonable function (PUF); then a credence score is computed for users to predict the originality during authentication. For access control, attribute-based access control (ABAC) is used, and the number of attributes is selected based on the sensitivity of the data. In accordance with the attributes count, the access control policies are generated. The novel concept of attribute count is determined from a fuzzy logic method using data type and preference. Hyperledger Fabric (HLB) blockchain is presented to manage meta-data and security credentials from data owners and data users, respectively, using a lightweight hashing algorithm. The AAC-IoT model using HLF blockchain is developed with Java programming language and iFogSim simulator. The performance metrics are measured based on latency, throughput and storage overhead, and the results show better outcome than the previous research work.
Style APA, Harvard, Vancouver, ISO itp.
8

Fernandes, Nuno, João-Paulo Barros i Rogerio Campos-Rebelo. "Graphic Model for Shop Floor Simulation and Control in the Context of Industry 5.0". Applied Sciences 13, nr 2 (10.01.2023): 930. http://dx.doi.org/10.3390/app13020930.

Pełny tekst źródła
Streszczenie:
Industry 5.0 changes the paradigm of the current production model, with repercussions throughout the value chain, and opens up opportunities for new approaches that include reducing waste to optimize the use of the planet’s resources. This paper proposes a functional and executable model that implements a Holonic Manufacturing System (HMS) architecture inspired by the I5.0 guidelines. This architecture presents the factory floor as a service provider for the product to be built, intending to make the manufacturing process adaptable to changes. The model uses Reference nets as the modeling language, a high-level class of Petri nets, Java programming language as the annotation language, and free tool support. The model can be used to perform software-level simulations and can also be interconnected to existing physical devices using Internet of things technologies, enabling interactions between Cyber–Physical Systems (CPSs). It thus allows for the control of the shop floor and the reuse of the current machine park to make its adoption more sustainable. The model was used to generate several simulation results, which are presented and analyzed, thus demonstrating the model’s usefulness.
Style APA, Harvard, Vancouver, ISO itp.
9

Patkar, Uday, Priyanshu Singh, Harshit Panse, Shubham Bhavsar i Chandramani Pandey. "PYTHON FOR WEB DEVELOPMENT". International Journal of Computer Science and Mobile Computing 11, nr 4 (30.04.2022): 36–48. http://dx.doi.org/10.47760/ijcsmc.2022.v11i04.006.

Pełny tekst źródła
Streszczenie:
With evolution of web, several competitive languages such as Java, PHP, Python, Ruby are catching the attention of the developers. Recently Python has emerged as a popular and the preferred web programming language, because of its simplicity to code and ease of learning. Being a flexible language, it offers fast development of web-based applications. It offers development using CGI and WSGI. Web development in Python is aided by the powerful frameworks such as Django, web2py, Pyramid, and Flask that Python supports. Thus, Python promises to emerge as one of the preferred choice language for web applications. Web is a rapidly growing repository of resources. Internet is used as a medium for accessing these resources. Web architecture mainly comprises of two entities, namely client and server. Web client is an application (browser) on host machine that urges these resources, and web server is a machine on web that is responsible for fulfilling the request issued by client. Hypertext Transfer Protocol (HTTP) is the most popular protocol used by client and server for web communication. In a static web, browser issues HTTP request to the HTTP server, which searches for the requisite resource in its database and returns it as an HTTP response. To avoid any compatibility issues, every request issued by browser is in form of a URL (Uniform Resource Locator). The URL protocol defines the rules for communication between client and server. It comprise of host name (IP address) which helps in identifying the server system on the web, port number which determines the service (for example, FTP, email service) on the server that should respond to request, and the access path of the resource (web page) on server. The web where responses are already stored in server database in form of static web pages is termed static web. However, response returned by server to the client may be generated on the fly depending upon the request of the client. Web applications offer several benefits over traditional applications that are required to be installed at each host computer that wishes to use them. Web applications do not incur publishing and distribution costs as opposed to traditional applications where the software (applications) were published using CD’s and distributed. They need not be installed at each client host; rather they are placed at a central server and accessed by large number of clients. Since a web application is managed centrally, application updates and data backups can be performed easily. The web applications are easily accessible irrespective of the boundaries of space and time. Since, they are accessed through browser, the platform accessing them is not an issue, and thus they provide cross-platform compatibility. Inspite of above- mentioned advantages, web applications have a few limitations. Internet connectivity and server availability is required for accessing web application through browser. However, accessing them through Internet my take more time as compared to applications installed on host systems. Also, web applications require compatible web browsers. Since they are deployed on web, they are vulnerable to several Internet attacks. Web programming using CGI and WSGI requires building web applications from the scratch by using Python standard libraries. Python provides with web frameworks in the form of packages/ modules that simplify the task of writing application programs. These frameworks lighten tedious job of developers. They support server and client side programming by providing support for several activities such as request interpretation (getting form parameters, handling cookies and sessions), response generation (generating data in HTML or other format such as pdf, excel), and storing data. The web frameworks are further categorized as full- stack and non-full-stack frameworks. Full-stack frameworks provide components for every phase of programming in contrast to non-full-stack frameworks. All the frameworks include templates and data persistence as key ingredients for constructing web. Templates are used to avoid complex code that results when HTML and Python code is mixed in a single file. Templates are HTML files with placeholder for the data depending upon user input. Data persistence deals with storing and retrieving data and maintaining consistency. The data can be stored and maintained using plain text files, relational database engines such as MYSQL, Oracle, or some object-oriented databases. The web framework providing support for WSGI should be preferred. This makes deploying an application easier.
Style APA, Harvard, Vancouver, ISO itp.
10

Patkar, Uday, Priyanshu Singh, Harshit Panse, Shubham Bhavsar i Chandramani Pandey. "PYTHON FOR WEB DEVELOPMENT". International Journal of Computer Science and Mobile Computing 11, nr 4 (30.04.2022): 36–48. http://dx.doi.org/10.47760/ijcsmc.2022.v11i04.006.

Pełny tekst źródła
Streszczenie:
With evolution of web, several competitive languages such as Java, PHP, Python, Ruby are catching the attention of the developers. Recently Python has emerged as a popular and the preferred web programming language, because of its simplicity to code and ease of learning. Being a flexible language, it offers fast development of web-based applications. It offers development using CGI and WSGI. Web development in Python is aided by the powerful frameworks such as Django, web2py, Pyramid, and Flask that Python supports. Thus, Python promises to emerge as one of the preferred choice language for web applications. Web is a rapidly growing repository of resources. Internet is used as a medium for accessing these resources. Web architecture mainly comprises of two entities, namely client and server. Web client is an application (browser) on host machine that urges these resources, and web server is a machine on web that is responsible for fulfilling the request issued by client. Hypertext Transfer Protocol (HTTP) is the most popular protocol used by client and server for web communication. In a static web, browser issues HTTP request to the HTTP server, which searches for the requisite resource in its database and returns it as an HTTP response. To avoid any compatibility issues, every request issued by browser is in form of a URL (Uniform Resource Locator). The URL protocol defines the rules for communication between client and server. It comprise of host name (IP address) which helps in identifying the server system on the web, port number which determines the service (for example, FTP, email service) on the server that should respond to request, and the access path of the resource (web page) on server. The web where responses are already stored in server database in form of static web pages is termed static web. However, response returned by server to the client may be generated on the fly depending upon the request of the client. Web applications offer several benefits over traditional applications that are required to be installed at each host computer that wishes to use them. Web applications do not incur publishing and distribution costs as opposed to traditional applications where the software (applications) were published using CD’s and distributed. They need not be installed at each client host; rather they are placed at a central server and accessed by large number of clients. Since a web application is managed centrally, application updates and data backups can be performed easily. The web applications are easily accessible irrespective of the boundaries of space and time. Since, they are accessed through browser, the platform accessing them is not an issue, and thus they provide cross-platform compatibility. Inspite of above- mentioned advantages, web applications have a few limitations. Internet connectivity and server availability is required for accessing web application through browser. However, accessing them through Internet my take more time as compared to applications installed on host systems. Also, web applications require compatible web browsers. Since they are deployed on web, they are vulnerable to several Internet attacks. Web programming using CGI and WSGI requires building web applications from the scratch by using Python standard libraries. Python provides with web frameworks in the form of packages/ modules that simplify the task of writing application programs. These frameworks lighten tedious job of developers. They support server and client side programming by providing support for several activities such as request interpretation (getting form parameters, handling cookies and sessions), response generation (generating data in HTML or other format such as pdf, excel), and storing data. The web frameworks are further categorized as full- stack and non-full-stack frameworks. Full-stack frameworks provide components for every phase of programming in contrast to non-full-stack frameworks. All the frameworks include templates and data persistence as key ingredients for constructing web. Templates are used to avoid complex code that results when HTML and Python code is mixed in a single file. Templates are HTML files with placeholder for the data depending upon user input. Data persistence deals with storing and retrieving data and maintaining consistency. The data can be stored and maintained using plain text files, relational database engines such as MYSQL, Oracle, or some object-oriented databases. The web framework providing support for WSGI should be preferred. This makes deploying an application easier.
Style APA, Harvard, Vancouver, ISO itp.

Rozprawy doktorskie na temat "Computers internet programming java general"

1

Samson, Rodelyn Reyes. "A multi-agent architecture for internet distributed computing system". CSUSB ScholarWorks, 2003. https://scholarworks.lib.csusb.edu/etd-project/2408.

Pełny tekst źródła
Streszczenie:
This thesis presents the developed taxonomy of the agent-based distributed computing systems. Based on this taxonomy, a design, implementation, analysis and distribution protocol of a multi-agent architecture for internet-based distributed computing system was developed. A prototype of the designed architecture was implemented on Spider III using the IBM Aglets software development kit (ASDK 2.0) and the language Java.
Style APA, Harvard, Vancouver, ISO itp.

Książki na temat "Computers internet programming java general"

1

Subrahmanyam, Allamaraju, red. Professional Java Server Programming. Wyd. 2. Birmingham, UK: Wrox Press, 2000.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

Inc, NetLibrary, red. Java network programming. Beijing: O'Reilly, 1997.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

Newman, Alexander. Using java. Indianapolis, Ind: Que, 1996.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

Paul, Giotta, red. Professional JMS programming. Birmingham, UK: Wrox Press, 2000.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
5

Patton, Anthony. Domino development with Java. Greenwich, CT: Manning, 2001.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

Hughes, Merlin. Java network programming: A complete guide to networking, streams, and distributed computing. Wyd. 2. Greenwich, CT: Manning, 1997.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
7

Gómez, Paco. Professional Java 2 enterprise edition with BEA WebLogic Server. Birmingham, UK: Wrox Press, 2000.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
8

Murach, Joel. Murach's Java servlets and JSP: Training & reference. Wyd. 2. [Fresno, CA]: Mike Murach & Associates, 2008.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
9

Murach, Joel. Murach's Java servlets and JSP: Training & reference. Wyd. 2. [Fresno, CA]: Mike Murach & Associates, 2008.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
10

1966-, Knowlton Todd, red. Programming basics: Using Microsoft Visual Basic, C++, HTML, and Java. Boston, Mass: Course Technology, 2002.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.

Części książek na temat "Computers internet programming java general"

1

López-González, Erika,. "Wizard based on natural language processing for Java programming language". W Computer Technology and Innovation, 53–68. ECORFAN, 2023. http://dx.doi.org/10.35429/h.2023.13.53.68.

Pełny tekst źródła
Streszczenie:
Smart assistants are a technology that has become very popular today, due to the multiple functions they have, and somehow allow a natural interaction between devices and human beings. The objective is to develop an assistant based on NLP (Natural Language Processing) focused on the Java programming language, with the feature of guiding the user on the use of this language from reliable and validated sources, through speech recognition and speech synthesis by the assistant, allowing communication between the software and the user through natural language, in order to make the time in the consultation of information more efficient since it is considered that from the implementation of the speech to text engine and the subsequent processing of natural language, The search will be carried out on the web obtaining relevant results of precision. In the implemented methodology, the general requirements were defined, such as the voice recognition and identification modules, the search module and the internal storage structure, the design was based on a file-based controller view architecture, implemented through technologies such as PyQt5, Speech Recognition, Pyttsx3, Beautiful Soap among others, developed with the python programming language with the paradigm of object-oriented programming obtaining satisfactory results of precision in the searches by concepts and syntax carried out
Style APA, Harvard, Vancouver, ISO itp.
2

Al-Hamdani, Wasim A. "Cryptography in E-Mail and Web Services". W Applied Cryptography for Cyber Security and Defense, 79–129. IGI Global, 2011. http://dx.doi.org/10.4018/978-1-61520-783-1.ch004.

Pełny tekst źródła
Streszczenie:
Cryptography has been used since ancient times in many different shapes and forms to protect messages from being intercepted. However, since 1976, cryptography started to be part of protected public communication when e-mail became commonly used by the public. Webmail (or Web-based e-mail) is an e-mail service intended to be primarily accessed via a web browser, as opposed to through an e-mail client, such as Microsoft Outlook, Mozilla‘s Thunderbird Mail. Very popular webmail providers include Gmail, Yahoo! Mail, Hotmail and AOL. Web based email has its advantages, especially for people who travel. Email can be collected by simply visiting a website, negating the need for an email client, or to logon from home. Wherever a public terminal with Internet access exists one can check, sends and receive email quickly and easily. Another advantage of web based email is that it provides an alternate address allowing user to reserve his/her ISP address for personal use. If someone would like to subscribe to a newsletter, enter a drawing, register at a website, participate in chats, or send feedback to a site, a web based email address is the perfect answer. It will keep non-personal mail on a server for you to check when you wish, rather than filling up your private email box. Web service is defined as “a software system designed to support interoperable machine-to-machine interaction over a network”. Web services are frequently just Internet application programming interfaces (API) that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services. Other approaches with nearly the same functionality as web services are Object Management Group‘s (OMG) Common Object Request Broker Architecture (CORBA), Microsoft‘s Distributed Component Object Model (DCOM) or SUN‘s Java/Remote Method Invocation (RMI). Integrating Encryption with web service could be performing in many ways such as: XML Encryption and XML Signature. In this article we present client and Web-based E-mail, next generation E-mail and secure E-mail, followed by cryptography in web service and the last part is the future of web service security. The article start with the integration of cryptography with E-mail client and web base then the integration of cryptography and web service is presented. At the end of the major two sections: e-mail service and web service there is a general prospect vision of encryption future for e-mail service and web service. This section presents our view for the cryptography integration with the second generation of e-mail and web service.
Style APA, Harvard, Vancouver, ISO itp.

Streszczenia konferencji na temat "Computers internet programming java general"

1

Velásquez, Maria E., i Luis A. Velásquez. "An Internet-Based Solution for the Technical Support of Tooling Operations". W ASME 2000 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. American Society of Mechanical Engineers, 2000. http://dx.doi.org/10.1115/detc2000/cie-14604.

Pełny tekst źródła
Streszczenie:
Abstract A system named Tool Trial System (TTS), which is capable of collating and disseminating information relating to tool trials amongst a variety of user groups, has been developed. In the context of tooling engineers TTS has provided a platform from which it is possible to submit and retrieve highly specific technical tooling data on the World Wide Web. TTS has been developed under a distributed philosophy and it can be downloaded by remote users in the form of Java applets, through any computer with Internet connection and using conventional Java enabled browsers without the requirements of using middle tiers software or hardware between clients and server sides. TTS uses a 100% pure Java driver for remote database access and it was developed using PowerJ, which is a graphical programming tool able to speed up the creation of Java projects. This work demonstrated not only the suitability of the Internet as a distributed computing resource, but more importantly it was possible to look at the ways in which approved data could be analyzed and then applied to cutting data selection within the Process Planning arena.
Style APA, Harvard, Vancouver, ISO itp.
2

Hu, Xudong, Chuanyu Wu i Hong Yu. "Graphics Tablet Embed Java-Applet and Web-Based Tele-Calligraphy of Pneumatic Manipulator". W ASME 2003 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2003. http://dx.doi.org/10.1115/detc2003/cie-48261.

Pełny tekst źródła
Streszczenie:
Java becomes one of the most acceptable programming languages in the Intemet because of the characteristics of distribution, object-orientation, interpretation, and independence of computer platform. An application code programmed in Java can be downloaded and run in any client machine with Java VM through Internet. Most of internet-based application uses Java as the first choice of programming language. The Web-based Tele-calligraphy of pneumatic calligraphic manipulator described in here is one of these applications. In this article, authors will discuss the procedures of how to embed Unispen software package Wintab to Javaapplet using Java native interface (JNI). In the server machine, all communication functions between pneumatic servocontroller SPC-200 and computer had been compiled and linked to a dynamic loaded library in Ch language. Under the C/C++ superset interpreted language Ch, calligraphy handwrote by user in client machine will be formatted, sent, and calligraphed in a far located pneumatic robot manipulator through Internet.
Style APA, Harvard, Vancouver, ISO itp.
3

Erickson, Douglas M., Don R. Brown, Kuo-Yen Hwang, Yoong-Keong Pan i Anand Daga. "A Framework for Cooperating Engineering Knowledge Agents". W ASME 1997 Design Engineering Technical Conferences. American Society of Mechanical Engineers, 1997. http://dx.doi.org/10.1115/detc97/cie-4299.

Pełny tekst źródła
Streszczenie:
Abstract Computers offer many tools to aid the engineer in producing better designs. Some of these tools are expert systems that, historically, have been expensive to develop and difficult to market. Other tools are complex, general-purpose applications that require training and expertise to be correctly applied to specific problems. A framework which allows such tools to cooperate in a networked environment would eliminate duplication of programming effort and allow cheaper development of expert systems. Being available on the Internet also offers an attractive means of distributing the product to engineers who need it. This paper describes a framework that allows engineering software on the Internet to cooperate in order to solve a user’s problem.
Style APA, Harvard, Vancouver, ISO itp.
4

Jafar Naqvi, Syed. "An Overview: Approaches for the Development of Basic IT Skills". W InSITE 2005: Informing Science + IT Education Conference. Informing Science Institute, 2005. http://dx.doi.org/10.28945/2884.

Pełny tekst źródła
Streszczenie:
There is a growing importance of computerization, information flow and the tremendous use of Information Technology (IT) in all the fields including business, education, government and medicine. The significant improvements in IT continue to occur at an ever-increasing pace. The speed, size, cost, and capabilities associated with computers and telecommunications provide a wealth of highly attractive opportunities for using this technology to help solve business problems or enhance current ways of doing business. There is a general recognition that students in secondary, further and higher education need to acquire IT skills that match the IT needs of the contemporary businesses. The major focus of this investigation concerns the development of IT skills among new entrants to the institute of higher learning to meet the changing needs of IT, especially in the businesses environment. Traditionally, the introductions to IT courses offered in the past were through the programming languages. There seems to be a trend to acquire IT skills moving away from programming and getting skills through off-the- shelf software packages. There are many reasons for this, including the availability of powerful and user-friendly software, such as word processing, databases and spreadsheets, which have raised the level of expectations in the use of IT for business and removed the need to learn to write computer programs in a traditional block structure language. If the software packages are considered, then the obvious question, “What should be the order of their presentation in a basic IT course?” emerges. The popularity of the Internet and its use in the business environment has made it necessary be included in the introduction to computers course. This paper explores several possible approaches for the acquisition of basic IT skills among new IT enthusiasts and proposes an Information Systems Approach for the acquisition of basic IT skills used in business.
Style APA, Harvard, Vancouver, ISO itp.

Raporty organizacyjne na temat "Computers internet programming java general"

1

Modlo, Yevhenii O., Serhiy O. Semerikov, Stanislav L. Bondarevskyi, Stanislav T. Tolmachev, Oksana M. Markova i Pavlo P. Nechypurenko. Methods of using mobile Internet devices in the formation of the general scientific component of bachelor in electromechanics competency in modeling of technical objects. [б. в.], luty 2020. http://dx.doi.org/10.31812/123456789/3677.

Pełny tekst źródła
Streszczenie:
An analysis of the experience of professional training bachelors of electromechanics in Ukraine and abroad made it possible to determine that one of the leading trends in its modernization is the synergistic integration of various engineering branches (mechanical, electrical, electronic engineering and automation) in mechatronics for the purpose of design, manufacture, operation and maintenance electromechanical equipment. Teaching mechatronics provides for the meaningful integration of various disciplines of professional and practical training bachelors of electromechanics based on the concept of modeling and technological integration of various organizational forms and teaching methods based on the concept of mobility. Within this approach, the leading learning tools of bachelors of electromechanics are mobile Internet devices (MID) – a multimedia mobile devices that provide wireless access to information and communication Internet services for collecting, organizing, storing, processing, transmitting, presenting all kinds of messages and data. The authors reveals the main possibilities of using MID in learning to ensure equal access to education, personalized learning, instant feedback and evaluating learning outcomes, mobile learning, productive use of time spent in classrooms, creating mobile learning communities, support situated learning, development of continuous seamless learning, ensuring the gap between formal and informal learning, minimize educational disruption in conflict and disaster areas, assist learners with disabilities, improve the quality of the communication and the management of institution, and maximize the cost-efficiency. Bachelor of electromechanics competency in modeling of technical objects is a personal and vocational ability, which includes a system of knowledge, skills, experience in learning and research activities on modeling mechatronic systems and a positive value attitude towards it; bachelor of electromechanics should be ready and able to use methods and software/hardware modeling tools for processes analyzes, systems synthesis, evaluating their reliability and effectiveness for solving practical problems in professional field. The competency structure of the bachelor of electromechanics in the modeling of technical objects is reflected in three groups of competencies: general scientific, general professional and specialized professional. The implementation of the technique of using MID in learning bachelors of electromechanics in modeling of technical objects is the appropriate methodic of using, the component of which is partial methods for using MID in the formation of the general scientific component of the bachelor of electromechanics competency in modeling of technical objects, are disclosed by example academic disciplines “Higher mathematics”, “Computers and programming”, “Engineering mechanics”, “Electrical machines”. The leading tools of formation of the general scientific component of bachelor in electromechanics competency in modeling of technical objects are augmented reality mobile tools (to visualize the objects’ structure and modeling results), mobile computer mathematical systems (universal tools used at all stages of modeling learning), cloud based spreadsheets (as modeling tools) and text editors (to make the program description of model), mobile computer-aided design systems (to create and view the physical properties of models of technical objects) and mobile communication tools (to organize a joint activity in modeling).
Style APA, Harvard, Vancouver, ISO itp.
Oferujemy zniżki na wszystkie plany premium dla autorów, których prace zostały uwzględnione w tematycznych zestawieniach literatury. Skontaktuj się z nami, aby uzyskać unikalny kod promocyjny!

Do bibliografii