Description: 基于网络的MIDlets简介
通过这个简介以及网络MIDlet和servlet的范例,你将有能力开发自己的网络MIDlets和相应的servlets。在诺基亚论坛的《一个基于网络的MIDlet范例:老虎机》[FRUITMAC]一文中,介绍了使用这种技术(甚至部分源码相同)的更为复杂的例子。-network-based MIDlets brief profiles as well as through the network and servlet MIDlet example, you will have the ability to develop their own network and the corresponding MIDlets servlets. The Forum Nokia, "a Web-based model MIDlet : slot machines" [FRUITMAC] a text, introduced the use of this technology (or even part of the same source) and more complicated examples. Platform: |
Size: 446340 |
Author:张海刚 |
Hits:
Description: 基于网络的MIDlets简介
通过这个简介以及网络MIDlet和servlet的范例,你将有能力开发自己的网络MIDlets和相应的servlets。在诺基亚论坛的《一个基于网络的MIDlet范例:老虎机》[FRUITMAC]一文中,介绍了使用这种技术(甚至部分源码相同)的更为复杂的例子。-network-based MIDlets brief profiles as well as through the network and servlet MIDlet example, you will have the ability to develop their own network and the corresponding MIDlets servlets. The Forum Nokia, "a Web-based model MIDlet : slot machines" [FRUITMAC] a text, introduced the use of this technology (or even part of the same source) and more complicated examples. Platform: |
Size: 446464 |
Author:张海刚 |
Hits:
Description:
解决页面数据传输中文问题:
这是tomcate自带的编码过滤Filter.D:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\servlets-examples\WEB-INF\classes\filters-To resolve the issue of the page data transmission Chinese: This is the built-in encoding tomcate filter Filter.D: Program FilesApache Software FoundationTomcat 5.0webappsservlets-examplesWEB-INFclasses ilters Platform: |
Size: 2048 |
Author:wujincheng2008 |
Hits:
Description: Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring step-by-step examples, this book focuses on harnessing the power of Java(TM) and XML together to streamline the development process.
XML and Java(TM), Second Edition provides new coverage of emerging areas such as document management, databases, messaging, servlets, JDBC, data binding, security, and more. It begins with an overview of XML programming techniques, standard APIs, and tools. Building upon this foundation, the book goes on to cover the latest technologies, including DOM Level 2, SAX2, XSLT, SOAP, WSDL, and UDDI. It explores the role of these major middleware technologies in XML and Java-based Web application development, as well as the limitations and potential pitfalls.
-Fully revised to cover the latest standards and technologies, XML and Java (TM), Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring step-by-step examples, this book focuses on harnessing the power of Java (TM) and XML together to streamline the development process.XML and Java (TM), Second Edition provides new coverage of emerging areas such as document management, databases, messaging, servlets, JDBC, data binding, security, and more. It begins with an overview of XML programming techniques, standard APIs, and tools. Building upon this foundation, the book goes on to cover the latest technologies, including DOM Level 2, SAX2, XSLT, SOAP, WSDL, and UDDI. It explores the role of these major middleware technologies in XML and Java-based Web application development, as well as the limitations and potential pitfalls. Platform: |
Size: 2867200 |
Author:yangyz |
Hits:
Description: Start it with this document[13 pages only] if you want to develop some good web application using Java instead of reading large books.
This document prepared by myself. Clearly explains what is JDBC. and how you can connect to a particular database through JSP and Servlets. Examples are given. -Start it with this document[13 pages only] if you want to develop some good web application using Java instead of reading large books.
This document prepared by myself. Clearly explains what is JDBC. and how you can connect to a particular database through JSP and Servlets. Examples are given.
Platform: |
Size: 64512 |
Author:senthil |
Hits:
Description: The purpose of this chapter is to bring relative newcomers up to speed in writing, compiling, and packaging servlets and JSPs. If you have never developed a servlet or JSP before, or just need to brush up on the technology to jumpstart your development, then the upcoming recipes provide simple programming examples and an overview of the components that you require on the user classpath to compile servlets.-The purpose of this chapter is to bring relative newcomers up to speed in writing, compiling, and packaging servlets and JSPs. If you have never developed a servlet or JSP before, or just need to brush up on the technology to jumpstart your development, then the upcoming recipes provide simple programming examples and an overview of the components that you require on the user classpath to compile servlets.
Platform: |
Size: 2961408 |
Author:lhding |
Hits:
Description: Before you start developing with Servlets and JavaServer Pages, you need to understand two very important things: Why is using the technology desirable, and what is needed in order to use the technology? This chapter answers these two questions, and in the process provides an introduction to the entire book. We start with an introduction to traditional Web development. The discussion describes why Servlets and JSP were initially created and why the technologies are currently popular. The end of the discussion segues to the software needed in order to run the book s examples Platform: |
Size: 4956160 |
Author:Marcus Arcus |
Hits:
Description: 这第三版涵盖Java 1.4和包含193完整的,实用的例子:超过21,900行密集的评论,专业编写的Java代码,涵盖20个不同的客户端和服务器端API。它包括在Java声音API和新的I / O API的新的篇章。 XML和servlet的章节已被改写,包括规格的最新版本,并说明Java 1.4的最佳做法。贯穿全书的新的和更新的例子演示了许多其他新的Java功能和API。-This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters on XML and servlets have been rewritten to cover the latest versions of the specifications and to demonstrate best practices for Java 1.4. New and updated examples throughout the book demonstrate many other new Java features and APIs.
Platform: |
Size: 1470464 |
Author:CC |
Hits:
Description: This comprehensive textbook introduces readers to the three-tiered, Model-View-Controller (MVC) architecture by using Hibernate, JSPs, and Java Servlets. These three technologies all use Java, so that a student with a background in programming will be able to master them with ease, with the end result of being able to create web applications that use MVC, validate user input and save data to a database. Features: presents the many topics of web development in small steps, in an accessible, easy-to-follow style uses powerful technologies that are freely available on the web to speed up web development, such as JSP, JavaBeans, annotations, JSTL, Java 1.5, Hibernate and Tomcat discusses HTML, HTML Forms, Cascading Style Sheets and XML introduces core technologies from the outset, such as the MVC architecture contains questions and exercises at the end of each chapter, detailed illustrations, chapter summaries, and a glossary includes examples for accessing common web services.- This comprehensive textbook introduces readers to the three-tiered, Model-View-Controller (MVC) architecture by using Hibernate, JSPs, and Java Servlets. These three technologies all use Java, so that a student with a background in programming will be able to master them with ease, with the end result of being able to create web applications that use MVC, validate user input and save data to a database. Features: presents the many topics of web development in small steps, in an accessible, easy-to-follow style uses powerful technologies that are freely available on the web to speed up web development, such as JSP, JavaBeans, annotations, JSTL, Java 1.5, Hibernate and Tomcat discusses HTML, HTML Forms, Cascading Style Sheets and XML introduces core technologies from the outset, such as the MVC architecture contains questions and exercises at the end of each chapter, detailed illustrations, chapter summaries, and a glossary includes examples for accessing common web services. Platform: |
Size: 8147968 |
Author:朴贤哲 |
Hits:
Description: Java 7 Recipes offers solutions to common programming problems encountered every day while developing Java-based applications. Fully updated with the newest features and techniques available, Java 7 Recipes provides code examples involving Servlets, Java FX 2.0, XML, Java Swing, and much more. Content is presented in the popular problem-solution format: Look up the programming problem that you want to solve. Read the solution. Apply the solution directly in your own code. Problem solved! The problem-solution approach sets Java 7 Recipes apart from other books on the topic. Java 7 Recipes is focused less on the language itself and more on what you can do with it that is useful. The book respects your time by always focusing on a task that you might want to perform using the language. Solutions come first. Explanations come later. You are free to crib from the book and apply the code examples directly to your own projects. Platform: |
Size: 7798784 |
Author:朴贤哲 |
Hits:
Description: Fully updated for Java SE 8, Java: The Complete Reference, Ninth Edition explains how to develop, compile, debug, and run Java programs. Bestselling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles, as well as significant portions of the Java API library. JavaBeans, servlets, applets, and Swing are examined and real-world examples demonstrate Java in action. New Java SE 8 features such as lambda expressions, the stream library, and the default interface method are discussed in detail. This Oracle Press resource also offers a solid introduction to JavaFX. Platform: |
Size: 15569920 |
Author:Krxx |
Hits: