tcp server java
tcp server java
EasyEclipse Server Edition contains lots of plugins to manage different application servers (Tomcat, JBoss, WebLogic), develop on some server-side frameworks (Struts, Java Server Faces), and manipulate common file types on servers (HTML, XML, JSPs).
This distribution includes the following plugins:
Core components with a JDK:
* Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
* Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
* Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
* Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
* Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
* AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
* Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
* Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Tools for development of server-side applications in Java:
* Sysdeo Tomcat Launcher 3.2.0.beta - Start, stop, and manage Tomcat and WAR files without leaving Eclipse.
* JBoss IDE with AOP and EJB3 2.0.0.Beta2 - Develop, deploy, test and debug JBoss-based applications, with support of Enterprise Java Beans 3.0 and Aspect-Oriented Programming.
* Hibernate Tools 3.2.0.beta8 - Edit Hibernate mappings, execute HQL queries and develop applications with Hibernate, a Java persistence and object-relational mapping framework.
* Weblogic Server Plugin for Eclipse 2.0.0.RC3-1 - Start, stop and manage a WebLogic server. Run and debug applications on a Weblogic server.
* Spring IDE 1.3.6 - Develop, manage and deploy Spring Framework based applications.
* Eclipse J2EE tools 1.5.2 - Create and deploy J2EE based applications, including Servlets, JSP and EJB.
* Eclipse Database tools 1.5.2 - Access, manage and query SQL relational databases and servers.
* Amateras IDE 2.0.2 - Edit HTML, XML and JSP. Manage Struts and Java Server Faces configuration files visually.
Tools for web development:
* Eclipse Web tools editors 1.5.2 - Edit and validate XML, XSL, XML Schemas, DTD, HTML, JavaScript and CSS files. Test and validate web services.
* Eclipse HTML Tidy 1.2.2.patch-01-1 - Format and validate HTML, XHTML and XML documents within your favorite editor.
* Amateras HTML and XML editor 2.0.2 - Edit HTML, JSP, XML and CSS files.
Database management tool:
* QuantumDB 3.0.3 - Access, manage and query SQL relational database and servers access using standard JDBC drivers.
Version Control tools (note that CVS support is included in the Eclipse Platform):
* Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
With TCP Server Deux, a 4th Dimension developer can easily develop a server available through multiple protocols. For instance, having a Domain Name Server with an integrated web interface is a simple matter; the same is true of an email server, available through both SMTP and POP3, with a HTTP interface over a custom port for administering the settings and accounts in the email server. TCP Server Deux handles all of the listeners, threading, multiple processes, and communications necessary in a custom server written in 4D. By handling all of these issues as a TCP server, and with suitable hooks available for processing of requests and setting responses, it is then a simple matter to merely write parsers for higher level protocols that reside on the TCP layer.
TCP Server Deux works with other components already available from Deep Sky Technologies, Inc.
The TCP Deux component is used for all TCP level access within the TCP Server Deux component.
And, of course, the BASh component is used by TCP Server Deux for a lot of the basic functionality available within the server component.
TCP Server Deux does require a robust TCP plugin for access to the TCP communication layer from within 4th Dimension. Though TCP Deux does provide compatibility with 4D Internet Commands, unfortunately 4D IC does not provide a robust, and asynchronous, TCP listener routine. Because of this, TCP Server Deux only works with Internet ToolKit (ITK) v2.0.x and v2.5.x. If used with ITK v2.5.x in conjunction with an ITK SSL Server license, full access to the SSL layer is available for all functionality within TCP Server Deux.
Java Platform, Enterprise Edition (Java EE) is the industry standard for developing portable, robust, scalable and secure server-side Java applications.
Building on the solid foundation of the Java Platform, Standard Edition (Java SE), Java EE provides web services, component model, management, and communications APIs that make it the industry standard for implementing enterprise-class service-oriented architecture (SOA) and next-generation web applications.
Java Platform, Enterprise Edition (Java EE) is the industry standard for developing portable, robust, scalable and secure server-side Java applications. Building on the solid foundation of the Java Platform, Standard Edition (Java SE), Java EE provides web services, component model, management, and communications APIs that make it the industry standard for implementing enterprise-class service-oriented architecture (SOA) and next-generation web applications.
A Java library which generates high quality barcode images for Java projects.
Barcode for Java supports generating barcode images in
- Java Server Side Environment (JSP, Servlet, J2EE)
- Java Application (Swing)
- Java Reporting (Jasper Reports)
Based on the latest web technologies, mxGraph is the ultimate solution for drawing diagrams in a browser. Using open standards, mxGraph does not depend on any third-party plugins and proprietary software.
mxGraph works straight out of the box, no client configuration, no plugin installation, no platform dependencies - it just works! mxGraph outperforms all existing solutions in startup time, functionality and interactivity.
Differentiate your product in the marketplace by enabling your customers to draw and share complex diagrams through a web browser, across every platform.
Major Features:
- Centralised updating managed at the server
- No client plug-ins or installation required
- Deployment using Java, .NET, PHP, static HTML and more
- Easy configuration of the application using XML
- User interface is HTML and the data is exchanged in XML
- Java, .NET or PHP backend for concurrent diagram editing
Enhancements:
- Adds checkType hook in mxMultiplicity
- Fixes position for children of relative edge children
- Fixes origin for relative edge children in mxGraphView.validatePoints
- Replaces double with single quotation marks in mxUtils for JavaScript
- Uses java Serialized Object Mime Type in mxGraph Transferable for Java
- Checks editor size in mxCellEditor.getEditorBounds for Java
- Adds scale argument in mxCellEditor.getEditorBounds for Java
- Fixes preview if drag disabled in mxGraph Component for Java
- Adds mxGraph.zoom in JavaScript, mxGraph Component.zoom in Java
- Fixes minor bug in mxGraphView.set Scale for PHP
- Resets index in mxCellHandler.reset for Java
Requirements:
- Java 5.0 and later
- .NET 1.1 and later
- PHP 5.0 and later (with libxml for the I/O module, libgd for creating bitmaps).
HTTP Server Deux provides complete request parsing functionality and all variants of HTTP requests are parsed automatically by the HTTP Server Deux component.
All values within the HTTP request are available to the 4D developer with simple to use accessor routines. Handling of posted arguments, uploaded documents, custom request headers, etc., are all handled properly by the HTTP Server Deux component.
The generation of a proper HTTP response, including proper headers, is handled by the HTTP Server Deux component. Merely setting the HTTP response code is often enough to send back a properly formatted HTTP response header. Access to customize any and all of the response header values is available through a set of simple and flexible accessor methods. Customizing the response header can be done as much as needed or desired by the 4D developer. HTTP Server Deux merely provides a framework to simplify the process for the 4D developer.
As well, all parsing and handling of values has been done with BLOBs, so there are no instances of 32K limits within the HTTP Server Deux component. This holds through the response generation routines made available through the HTTP Server Deux component, too.
The new beta fixes many bugs and outstanding issues from the first beta. As well, a fully functional demo mode for the component is now supported, allowing for complete access for the first 30 minutes of operation while running in demo mode.
This release also includes a new API facility for supporting Adjunct Components. Adjunct Components are designed to increase the functionality of HTTP Server Deux based applications. The first Adjunct Component for HTTP Server Deux is being released today in beta: HTTP Log Deux. This Adjunct Component provides a simple configuration API for generating fully standards complient web logs from applications using HTTP Server Deux.
GeekTools Whois Java Client is fully customizable, its properties file can be used to modified the default whois server and port.
Completly freeware.
InterMapper DataCenter runs entirely in the background on Mac OS X - a Unix daemon. InterMapper DataCenter starts when your computer boots up, before any users are logged in, and continues running even when no user is logged in. InterMapper DataCenter uses a web-based graphical user interface. To interact with InterMapper DataCenter after you have it installed, you'll have to open a web browser and navigate
Major Features:
- The InterMapper Database
The InterMapper Database is a PostgreSQL database that is integrated into an InterMapper system. It automatically receives historical and static information from InterMapper, and saves it for analysis by other programs. - Using the IM Authentication Server
The InterMapper Authentication Server ("AuthServer") allows you to authenticate against a number of directory servers, including LDAP, Active Directory, Open Directory, Radius, IAS, and DND. This tech note explains how to configure and use the AuthServer. - Writing InterMapper Datacenter Plugins
InterMapper Datacenter incorporates a Python 2.4 interpreter that customers may use for writing plugins, such as command line probes and command line notifiers. This tech note describes how to write these plugins and call them. - IMDB Space Estimator
This calculator estimates the amount of space that will be consumed by InterMapper Database.
Enhancements:
- Added a button to the Maintenance Tasks page that forces the database to catch up to the present immediately.
- Added a button to the Maintenance Tasks page to manually start the routine database maintenance task.
Requirements: Universal Binary
CrashPlan 06.11.2009 is the choice for those who want to have it all because it is designed as the ultimate backup solution for your home or business. Files are automatically compressed, encrypted, and transmitted to your designated backup destinations. You can easily back up your laptop to a desktop, the office server off-site, or a remote employee's laptop to HQ. By using your own backup destinations you avoid monthly fees, enjoy greater security, and can recover from data loss much faster..Use the built-in destination, CrashPlan Central for a small monthly fee.
Major Features:
- INEXPENSIVE & Easy
- Cost to backup 50 GB
- Automatic & unattended
- Up and running < 5 min
- FASTER Backup
- Onsite & offsite
- Incremental & differential
- Locally complete in minutes
- FASTER Restore
- Same day recovery
- Guaranteed Restore
- Multiple file versions
- Remote retrieval
- MORE Secure
Data in your control
- Files encrypted before transfer
- Archive tampering detection
Enhancements:
- Unspecified updates
- Bug fixes.
Requirements: Mac, Windows, Linux, and now VMWare
iZone Internet Turbo 6.0.31 is a powerful utility which redirects the request of a Web page to the iZone Compression & Acceleration Servers.
They take the respective Web Page content, compress it and send it back down to the iZone's Client software which decompresses it and sends it to the Browser requesting the information. Algorithms have been dedicated for:
- Photo-realistic images (e.g., JPEG, PNG, GIF, BMP, and TIFF)
- Line Art and Drawings (e.g., GIF, BMP)
- Animated objects (GIF)
- HTML objects
- Text, etc
- Office Documents (Word, Excel, PowerPoint)
- Macromedia Flash
- The cutting edge technology is developed not only to meet dialup needs for faster connection, but also to give light broadband users the speed they eager to get.
- iZone Dial-up Turbo provides 4 times acceleration for light broadband users, giving them heavy broadband speed with this unique low cost service.
Requirements:
- Operating systems: MAC OSX 10.2 and above
- Processor: PowerPC G3 333 MHz Processor
- Supported browsers:
-
- Microsoft Internet Explorer
- Netscape
- Safari 1.0 and above
- Available disk space 6MB (50 MB recommended)
Java PasswordSafe 0.7 is a useful application that will help you manage your passwords. This utility allows you to easily and securely manage multiple passwords, in a format that is compatible with the original PasswordSafe utility.
Security starts with you, the user. Keeping written lists of passwords on scraps of paper, or in a text document on your desktop is unsafe and is easily viewed by prying eyes (both cyber-based and human). Using the same password over and over again across a wide spectrum of systems and web sites creates the nightmare scenario where once someone has figured out one password, they have figured out all your passwords and now have access to every part of your life (system, e-mail, retail, financial, work)
Major Features:
- Allows you to safely and easily create a secured and encrypted user name/password list
- Allows you to manage your old passwords and to easily and quickly generate, store, organize, retrieve, and use complex new passwords, using password policies that you control. Once stored, your user names and passwords are just a few clicks away.
- Organizes your passwords using your own customizable references—for example, by user ID, category, web site, or location. You can choose to store all your passwords in a single encrypted master password list (an encrypted password database), or use multiple databases to further organize your passwords (work and home, for example).
Enhancements
- Fix for win passwordsafe (U3) files
- Win32 build changed from exe4j to launch4j
- Linux start script log includes user name
- Required java version now only java 5
IDAutomation Java Barcode Package is a tool that supports Linear and 2D barcode types including Code 128, Code 39, ITF, UPC, EAN, OneCode, DataMatrix, Maxicode and PDF417.
The servlet easily creates barcodes in the web browser and may be embedded in dynamic HTML with the IMG tag.
Here are some key features of "IDAutomation Java Barcode Package":
· Create server-side barcodes with the servlet.
· Easy to use applet loads quickly in the browser.
· "Drag and drop" JavaBean for supporting IDEs.
· Create GIF & JPEG files or AWT images with the class library.
· Compatible with JDK 1.1 and above including Headless Java.
· Each package contains a servlet, applet, JavaBean and class library for a wide variety of barcode implementations in Java.
· Source code provided with the purchase of the Unlimited Developer License.
· Adds bar coding capability to Oracle Reports.
· Now supports USPS OneCode.
"Javac" compiles .java source files dragged onto it,
"Java" runs the class file of the .java or .class file dragged onto it,
"Both" compiles the .java source file and if successful, runs the resulting class file.
Source editable.
YourKit has developed a revolutionary approach to profiling of applications on both development and production stages, bringing unparalleled benefits to professional Java developers, on all platforms: Windows, Linux, Solaris SPARC/Intel, Mac OS X.
Here are some key features of "YourKit Java Profiler":
· Powerful analysis capabilities: CPU and memory hot spots with devoted views; unique snapshot comparison; memory leak detection; memory distribution reports; measuring of shallow and retained sizes of objects; reporting utility.
· On-demand profiling: With this cutting-edge feature, you can enable the profiling only when you need it, with application running at its full speed for the rest of the time. For example, you can analyze the current heap state at any moment of application runtime, by capturing memory snapshot. This feature is extremely beneficial for profiling huge applications, with zero overhead.
· Free embedding into production: You are eligible to distribute profiling DLL with your real-world commercial applications, free of charge. This will help you to ease your product maintenance and improve your customer support.
· J2EE support: Non-intrusive profiling of high-scale production applications; easy integration with application servers; innovative automatic deobfuscator.
· Java 5.0 support: YourKit utilizes all advanced Java 5.0 features, including unique support for JVMTI.
· Quick and easy installation: Straight-forward installation process, with the most reasonable defaults; seamless integration with popular IDEs and application servers; minimum extra configuration.
· J2ME support: First in the market memory profiling of mobile applications.
· User-friendliness and usability: Light-weight and intuitive user interface based on tasks; keyboard support; report filtering for quick and deep analysis; profiling is natively incorporated into supported IDEs, to be available from the most obvious and reasonable places.
· Flexible licensing policy: Multi-platform and multi-processor licensing: commercial, floating, educational, open source licenses available.
Limitations:
· You can get a free 15 days-of-use evaluation license key for fully functional version of the profiler.
Whats New in This Release:
· IDE integration: IntelliJ IDEA 7.0 M1 supported
· Bug fixed: fixed memory leak on Windows that could occur profiling long running applications with lots of short living threads
· Bug fixed: HPROF memory snapshots deobfuscation might fail
· Optimization: most CPU snapshots load 10-20% faster
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com