Java Me

Read about java me, The latest news, videos, and discussion topics about java me from alibabacloud.com

Java Creator Monitor API 2.72 publishing Java Application Monitor

The Java Creator Monitor API (JAMon) is a simple, high-performance, thread-safe Java application monitor, http://www.aliyun.com/zixun/aggregation/7155.html " > developers can easily monitor running applications. Features include: Identify application performance bottlenecks, user/application interactivity, application scalability, data statistics rollup, execution times (total, average, ...).

Java Creator Monitor API 2.73 publishing Java Application Monitor

The Java Creator Monitor API (JAMon) is a simple, high-performance, thread-safe Java application monitor, http://www.aliyun.com/zixun/aggregation/7155.html " > developers can easily monitor running applications. Features include: Identify application performance bottlenecks, user/application interactivity, application scalability, data statistics rollup, execution times (total, average, ...).

Java SOS 7.40 Publishing the Java servlet tool

Java SOS is a configurable Java servlet tool for fast Web site building, including forums, chats, and calendar servlet. The Java SOS 7.40 version adds new components and code base updates. More information: http://www.servletsuite.com/servlets.htm Download Address: http://www.servletsuite.com/servlets/sos_725.zip

Java SOS 7.45 release Java servlet configuration Suite

Java SOS is a Java servlet configuration suite for fast Web site building, including forums, chat and calendar servlets, form processing, and more. The Java SOS 7.45 version code base (http://www.aliyun.com/zixun/aggregation/11016.html "> Feature List") is updated to existing controls. Software Information: Http://www.servletsuite.com/serv ...

This paper introduces a method that can quickly enter the development of Java EE Project

Abstract: Now mainstream web site development can be divided into PHP, JSP, ASP. NET three kinds, of course, and ASP, and from the site's scalability and performance, JSP and PHP compared to the former has some advantages. Many people want to develop their own set of Web projects based on Java EE, now mainstream web site development can be divided into PHP, JSP, ASP. NET three kinds, of course, and ASP, and from the site's scalability and performance, JSP and PHP compared to the former has some advantages. Many people want to develop their own set based on J ...

Aspose.network for Java 2.1.0 Publishing

Aspose.network for Java a non-graphical Java component that enables Java applications to read and write without using the http://www.aliyun.com/zixun/aggregation/11208.html " >microsoft Microsoft Outlook files in Outlook. It allows developers to create a new msg file from scratch, update existing MSG files, and read an o ...

WaveMaker 6.3.2 publishes Java Web application Automation development model

WaveMaker provides an automated development process for Java WEB applications by importing a database model and then automatically generating HQL query definitions for Hibernate mappings and CRUD operations based on the model. For each table in the database, create a separate Dojo class to implement the list and add modified forms. WaveMaker generates standard Eclipse Java projects and War files that can be run on any Java server. is the web and the cloud ...

Imixs Workflow 3.0.0 publishes Java Workflow management system

The Imixs Workflow is a Java-based BPM workflow framework that establishes a workflow management system (WFMS) in a fast and easy way. It provides different components and sub-items to facilitate the development of workflow solutions for various Java or Java EE applications. The goal is to provide an Easy-to-use Java based Human workflow technology. This means that Imixs Workflow is usually a workflow application for people. But it can also be used in the technology of the Enterprise http:/...

Apache Ant 1.8.4 publish Java build tools

Apache Ant is a Java based build tool that better supports cross-platform issues for Java development applications. Ant is designed for all Java and other open source Java projects for the http://www.aliyun.com/zixun/aggregation/14417.html ">apache project, providing a built-in compilation, compilation, Test and run Java applications, which can be effectively used to build non-Java applications, such as C ...

Virgo V3.0.0.M02 publishes a fully modular Java application server

Eclipsert's Virgo Web server is a fully modular Java http://www.aliyun.com/zixun/aggregation/15818.html "> Application server, primarily for running enterprise Java Applications and applications based on the Spring framework are highly flexible and reliable, providing a simple yet powerful platform for development, publishing, and service Java applications. The Virgo ...

Openxava v4.2 Publishing XML and Java development

Openxava is a simple framework for using XML and Java to develop j2eehttp://www.aliyun.com/zixun/aggregation/6441.html "> Business applications." Openxava does not use the common MVC architecture, which is a JPA application engine that enables you to persist the Run-time entity objects into a database by JDK5.0 annotations or XML to describe the mapping relationship of the object-relational table. Openxava is ...

Java restructuredtext 1.4 Publishing Java parsers and converters

Restructuredtext is a Java parser and converter. Used to parse Restructuredtext and generate Xhtml,xdoc and DocBook files, or you can use your own XSL files. The Java restructuredtext 1.4 version adds the new features of online images to account and fixes multiple errors. Download Address: Http://www.nuiton.org/attachments/download/5 ...

Java Gearman Service 0.6 publishing Gearman Services

The Java Gearman Service is a Java implementation of Gearman services that provides a common application framework. It can handle data in parallel, load balancing processing, scheduling functions for other languages, and can be used in a variety of applications. The Gearman definition Gearman is a Perl-written task Scheduler that provides a server-side and multilingual Client interface, including c/perl/python/http://www.aliyun.com/zixun/a ...

Deep understanding of streams in Java

Recently looking at "hadoop:the definitive Guide", streaming data access to its distributed file system HDFs is not understandable. Stream based data read and write, too abstract, what is called based on flow, what is flow? Hadoop is written in the Java language, so to understand the streaming Data Access of Hadoop, you have to start with the Java streaming mechanism. Flow mechanism is also a Java and C + + in an important mechanism, through the flow allows us to ...

Azureus A Java-based BitTorrent client

Azureus is a java-based http://www.aliyun.com/zixun/aggregation/33802.html ">bittorrent client that supports I2P and Tor anonymous communication protocols. It supports Windows,mac OS X,linux and UNIX operating systems. Azureus was first released in SourceForge.net in June 2003, most of them using STA on eclipses ...

Java Gearman Service 0.5 publishing Gearman services

The Java Gearman Service is a Java implementation of Gearman services that provides a common application framework. It can handle data in parallel, load balancing processing, scheduling functions for other languages, and can be used in a variety of applications. The Gearman definition Gearman is a Perl-written task Scheduler that provides a server-side and multilingual Client interface, including C/perl/python/http://www.aliyun.com/zixun/ag ...

Excelsior JET 7.6 Release enhanced Java Virtual machine

Excelsior jet is an enhanced Java Virtual machine with advance compilers and deployment kits. It works with Java-compatible Windows and Linux x86 hardware, and its optimizer can transform classes and jar files into high-performance binary executables. Its operating environment includes the sun implementation of the authorized Java API, as well as http://www.aliyun.com/zixun/aggregation/16544.html ">exce ...

Java MapReduce

Knowing how the MapReduce program works, the next step is to implement it through code. We need three things: a map function, a reduce function, and some code to run the job. The map function is represented by the Mapper interface implementation, which declares a map () method.   Example 2-3 shows our map function implementation. Example 2-3. Find the highest temperature of the mapper import java.io.IOException; &http ...

5 reasons Java developers must focus on HTML5

In the past, Java developers relied on Web browsers as the front end of their applications. But the process is often frustrating: HTML is clumsy, JavaScript is slow and hard to use, and without debugging tools, it's a tough process to make your application compatible with all browsers. But now your gospel is coming, with the improvement of browser technology, especially after the adoption of HTML5, the above problems have been significantly improved. Let's take a look at the 5 benefits that HTML5 can bring to Java developers. 1, Cross-platform ...

How to select a Java virtual host

Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall with Java for personal Building station, always have the feeling of being overqualified, there is no advantage to say, disadvantage pour a lot of, And for myself this civilian, the disadvantage directly reflected in the purchase of virtual host price, Java Virtual host than ASP or PHP several times, just started planning the site when I also considered using ASP or ...

Total Pages: 15 1 .... 5 6 7 8 9 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.