Main > Free Download Search >

Free profiler can improve your java applications script

profiler can improve your java applications

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2226
Performance Tuning of Java Applications

Performance Tuning of Java Applications


Ever since the first version of Java Technology hit the streets, performance has been an important issue for Java developers. Java has improved dramatically and continually but, performance tuning is more>> Ever since the first version of Java Technology hit the streets, performance has been an important issue for Java developers. Java has improved dramatically and continually but, performance tuning is very essential to get the best results, especially when we think of J2EE applications.<<less
Added: 2006-06-04 License: Freeware Price: Free
1262 downloads
Genetic Algorithm Java Application

Genetic Algorithm Java Application


Genetic Algorithm Java Application was designed to solve the Geodetic Cover Problem. more>>

Genetic Algorithm Java Application is the most comprehensive, fast solution for the Geodetic Cover Problem.

This program is limited to personal use only. Modification and/or redistribution without specific consent from the author is strictly prohibited.

Major Features:

  1. Genetic algorithms are a form of artificial intelligence in which the theory of evolution is used to find an approximate answer to a given problem.
  2. In this research project is a genetic algorithm to search for geodetic covers of random graphs. A geodetic cover is defined as the subset S of vertices of a graph such that any vertex not in S is on a shortest path between two vertices in S.
  3. Specifically, the program was designed to solve the Geodetic Cover Problem; namely, to find the smallest geodetic cover. The results show that the genetic algorithm is considerably faster than other algorithms used to solve the problem but produces suboptimal results for large graphs.
<<less
Added: 2008-02-15 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
26 downloads
How To Create a Java Server Application

How To Create a Java Server Application


The invention of the internet and web browsers has had a massive impact on the way people send and receive information. If you are like many people, you probably get your news and other important info more>> The invention of the internet and web browsers has had a massive impact on the way people send and receive information. If you are like many people, you probably get your news and other important information from the internet.<<less
Added: 2006-07-17 License: Freeware Price: Free
1195 downloads
Easy pagination for your PHP applications 1.0

Easy pagination for your PHP applications 1.0


Download and learn how to use php pagination class in your web applications. more>> Download and learn how to use php pagination class in your web applications.<<less
Added: 2008-06-26 License: Freeware Price: $0.00USD
19 downloads
Spine Java Application Framework 0.92

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
Is Ejb really significant in enterprise applications?

Is Ejb really significant in enterprise applications?


Ejb was introduced to Java technology to attain some features inherent in enterprise applications. Those features include instance pooling, inbuilt security, declarative transactions, container manage more>> Ejb was introduced to Java technology to attain some features inherent in enterprise applications. Those features include instance pooling, inbuilt security, declarative transactions, container managed persistence, relationship of business objects and caching etc. Now that many people have built their applications using Ejb, let us go back and analyze if Ejb as a technology is really significant in developing enterprise applications. We are going to analyze both pros and cons of Ejb based on experience of people who have used Ejb.<<less
Added: 2006-06-04 License: Freeware Price: Free
1243 downloads
How To Develop RFID Applications In Java

How To Develop RFID Applications In Java


Radio Frequency Identification, also known as RFID, is a tool which is being used in a large number of industries. There are a number of software programs which can work with RFID, and an example of t more>> Radio Frequency Identification, also known as RFID, is a tool which is being used in a large number of industries. There are a number of software programs which can work with RFID, and an example of this is RFID Anywhere by Sybase iAnywhere. It was designed using a .NET program that has greatly modified the different phases of their RFID projects.<<less
Added: 2006-07-17 License: Freeware Price: Free
1252 downloads
Java For Stand-Alone Applications

Java For Stand-Alone Applications


Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology in more>> Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology in developing large web and enterprise applications. Java is more focused on web then desktop applications. But, in this article, we are going to discuss how useful Java is as a development technology for stand alone desktop application development in present scenario.<<less
Added: 2006-06-04 License: Freeware Price: $0.00USD
13 downloads
Console Based Java Calculator

Console Based Java Calculator


This is a small Console Based Java Calculator that can add, subtract , divide and multiply two numbers. Find the square root of a number, cube of a number, nth Power of a number. It is very for the begnners of Java.... more>> This is a small Console Based Java Calculator that can add, subtract , divide and multiply two numbers. Find the square root of a number, cube of a number, nth Power of a number. It is very for the begnners of Java....<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
14 downloads
Using NHibernate and Log4Net in ASP.NET 2.0 applications 1

Using NHibernate and Log4Net in ASP.NET 2.0 applications 1


Hibernate and Log4J are a de-facto standard of ORM (Object-relational mapping) and logging (respectively) in Java world. Thats why both were ported to .NET runtime environment. NHibernate is ORM solution and is intended for transparent binding .NET more>> Hibernate and Log4J are a de-facto standard of ORM (Object-relational mapping) and logging (respectively) in Java world. Thats why both were ported to .NET runtime environment. NHibernate is ORM solution and is intended for transparent binding .NET classes to database tables. Log4Net is logging framework which is useful for tracking errors in application and can write logs either to database table or flat files.<<less
Added: 2007-09-18 License: Freeware Price: $0.00USD
10 downloads
Jtpl - simple template engine for Java servlet 1.4

Jtpl - simple template engine for Java servlet 1.4


Jtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code. A template engine is a software module which is used to generate HTML pages. The layout of a HTML page is defined within a template file, more>> Jtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code. A template engine is a software module which is used to generate HTML pages. The layout of a HTML page is defined within a template file, which can be designed by using a standard HTML editor. At run-time, the application program instructs the template engine to load the template, fill in variable values, repeat blocks and produce the final HTML page. There are other template engines (like Velocity, WebMacro or Struts) which are huge and use complex template syntaxes.<<less
Added: 2004-07-06 License: GPL Price: $0.00USD
11 downloads
 
Other version of Jtpl - simple template engine for Java servlet
Jtpl - simple template engine for Java servletcode apart from your Java code. A template engine is a software module which is used to generate ... At run-time, the application program instructs the template engine to load the template
License:GPL
Download
1941 downloads
Added: 2004-07-06
Keep it Simple And Secure with Java

Keep it Simple And Secure with Java


This article goes into details of how Java as a development technology can help developers to keep their applications simple and secure. Simple mean all way ? it should be simple to code, modify, main more>> This article goes into details of how Java as a development technology can help developers to keep their applications simple and secure. Simple mean all way ? it should be simple to code, modify, maintain, fix and deliver. Also we are going to cover security aspects of Java technology.<<less
Added: 2006-06-04 License: Freeware Price: Free
1237 downloads
Programmer?s Point of View of the New Features in Java 5

Programmer?s Point of View of the New Features in Java 5


With emergence of Java 5, a set of new features is included in Java technology. Many programmers working on Java technology were excited before its release about its new features. In this article, new more>> With emergence of Java 5, a set of new features is included in Java technology. Many programmers working on Java technology were excited before its release about its new features. In this article, new features of Java 5 are summarized which are important from programmer?s point of view.<<less
Added: 2006-06-04 License: Freeware Price: Free
1240 downloads
Jisql - a Java command line interactive SQL tool 0.5

Jisql - a Java command line interactive SQL tool 0.5


Jisql is a Java based utility to provide a command line interactive session with a SQL server. This application is conceptually modeled on the Sybase isql program with, obviously, strong similarities to Microsoft SQL/Server isql and osql. more>> Jisql is a Java based utility to provide a command line interactive session with a SQL server. This application is conceptually modeled on the Sybase isql program with, obviously, strong similarities to Microsoft SQL/Server isql and osql.<<less
Added: 2004-10-21 License: Other Price: $0.00USD
11 downloads
 
Other version of Jisql - a Java command line interactive SQL tool
Jisql - a Java command line interactive SQL toolJisql is a Java based utility to provide a command line interactive session with a SQL server ... This application is conceptually modeled on the Sybase isql program with, obviously, strong
License:Other Free / Open Source License
Download
1852 downloads
Added: 2004-10-21
How To Use Java DB as Your Client Mobile Database

How To Use Java DB as Your Client Mobile Database


A database which is embedded in a Java application can be an excellent idea which has a lot of potential. It is currently possible to use it for a client portable database in both browser and desktop more>> A database which is embedded in a Java application can be an excellent idea which has a lot of potential. It is currently possible to use it for a client portable database in both browser and desktop programs.<<less
Added: 2006-07-17 License: Freeware Price: Free
1205 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5