beginning java
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 470
The Java Pack
This Java Scripts Pack is going to make you wonder what you did before you downloaded this, now you can add brilliant dynamic features to your web pages, with the click of a mouse you will get the code to paste directly into your web pages. more>> This Java Scripts Pack is going to make you wonder what you did before you downloaded this, now you can add brilliant dynamic features to your web pages, with the click of a mouse you will get the code to paste directly into your web pages.<<less
Added: 2009-02-17 License: GPL Price: 2.99GBP
10 downloads
Spine Java Application Framework 0.92
An enterprise application api used by Java/J2EE developers to create application logic which can easily be integrated into existing MVC frameworks and serves as an inversion of control/dependency injection mechanism for creating transposable application more>> An enterprise application api used by Java/J2EE developers to create application logic which can easily be integrated into existing MVC frameworks and serves as an inversion of control/dependency injection mechanism for creating transposable application logic<<less
Added: 2008-06-30 License: Other Price: $0.00USD
14 downloads
How to bridge PHP and Java on Windows with Apache Tomcat
Want to run PHP and access Java? Heres how to do it on Windows XP using Apache and Apache Tomcat. This turorial show how to set up the java/php bridge on Windows XP with Tomcat as the servlet engine. more>> Want to run PHP and access Java? Heres how to do it on Windows XP using Apache and Apache Tomcat. This turorial show how to set up the java/php bridge on Windows XP with Tomcat as the servlet engine.<<less
Added: 2008-06-28 License: BSD Price: $0.00USD
14 downloads
jo! JAVA 1.1b1
jo! is a pure, free Java web server. more>>
jo! JAVA 1.1b1 provides users with a pure, free Java web server.
Major Features:
- HTTP/1.1 including byte-ranges, auto-chunking, pipelining, etc.
- Servlet API 2.2 (2.3 starting with jo! 1.1)
- JSP 1.1 (1.2 starting with jo! 1.1)
- Source level JSP debugging a.k.a JSR-45 (starting with jo! 1.1)
- Auto reload of WARs
- Hot deployment of WARs
- Drag and drop deployment of WARs
- Auto internationalization
- Auto servlet and jsp reloading
- Easy to use Swing console
- Advanced thread management
- Memory sensitive file cache
- Automatic compressed transfer of text or html files
- Virtual hosts
- Mac OS X support
- Embeddable
Requirements: jo! is based on J2SE 1.4.x. (It will not run under Java 1.3.x or less)
Added: 2008-06-25 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
13 downloads
Java Email Server 1.6.1
Java Email Server is a Java SMTP and POP3 e-mail server. more>>
Java Email Server 1.6.1 offers users a Java SMTP and POP3 e-mail server. This project exists for everyone who is interested in running their own email server quickly and easily.
Major Features:
- The goal of JES is to provide an easy to use and reliable email server that can be quickly and easily setup.
- JES attempts to provide a powerful server using the minimal number of configuration settings and project size.
- JES was written and tested using Suns 1.3 JDK on Windows XP. As of version 1.5 of JES, JDK 1.4 is required. You may still use older versions (JES 1.4 or older) with JDK 1.3.
Requirements: Java JDK or JRE version 1.4 or greater
Added: 2008-06-25 License: GPL - GNU Public License Price: GPLGNUPublicLicense
26 downloads
Arrays in Java
Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru. more>> Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru.<<less
Added: 2008-04-19 License: Freeware Price: $0.00USD
13 downloads
Beginning ASP.NET the Easy Way 1
ASP.NET is Microsoft?s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know more>> ASP.NET is Microsoft?s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know VB.NET which is required for the scripting part of the tutorial. You don?t necessarily need a compiler to build an ASP.NET script. Any text editor will work. Let?s start by building or first aspx file. Create a new text document in your favorite text editor. Call it default.aspx. Now lets jump in, shall we?<<less
Added: 2008-03-16 License: Other Price: $0.00USD
12 downloads
Beginning Ajax and ASP.NET 3.5 1
Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial, I try to show you whats ajax and database querying more>> Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial, I try to show you whats ajax and database querying at same time. Now lets build our scene. Open an empty web site and dop a ScriptManager and UpdatePanel from Ajax Extensions tab. Close the tab and open standard controls and drop one textbox and one button. Place a label inside ajax control and one more outside of UpDatePanel. The second label will display that we are using Ajax and page is not posting back. I will add some hard codes and I have put s SqlDataSource and a GridView. Complete code is included<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
19 downloads
Kode Java Top 100 Most Viewed Java Examples
This page contains Kode Java top 100 most viewed Java examples more>> This page contains Kode Java top 100 most viewed Java examples<<less
Added: 2007-12-24 License: LGPL Price: $0.00USD
11 downloads
Java Examples - Learn Java Programming by Examples
Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to more>> Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to begin to code in Java.<<less
Added: 2007-08-22 License: Free Non-Commercial Price: $0.00USD
21 downloads
Writing to the beginning of a file
Writing to the beginning of a file - you have a text file that is huge and want to append to it. more>> Writing to the beginning of a file offers you a powerful script which is useful for writing to the beginning of a file - you have a text file that is huge and want to append to it. But you don't want the new data to go clear to the bottom of the file. Well this script will let you do just the opposite. It will let you write to the file but put the new data at the beginning and the old data at the end.<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
14 downloads
Javascript trim, ltrim, rtrim
These function return a string with whitespace stripped from the beginning or end or both of the string. more>> These function return a string with whitespace stripped from the beginning or end or both of the string.<<less
Added: 2007-05-07 License: Freeware Price: $0.00USD
14 downloads
Java full screen image viewer
This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it. more>> This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it.<<less
Added: 2007-01-25 License: Other Price: $0.00USD
17 downloads
Java Script Math Object
We saw in previous sections the String and Date Objects of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Math Object. more>> We saw in previous sections the String and Date Objects of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Math Object.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
16 downloads
Java Script Date Object
We saw in previous section the String Object of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Date Object. more>> We saw in previous section the String Object of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Date Object.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above beginning java search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed