how a profiler can improve your java applications
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2704
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
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
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
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:
- 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.
- 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.
- 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.
Added: 2008-02-15 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
26 downloads
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
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
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
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
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
How Code Reviews and PMD Can Crush Bugs In Your Code
The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is d more>> The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and share their knowledge, it can help improve the overall quality of your Java applications.<<less
Added: 2006-07-17 License: Freeware Price: Free
1196 downloads
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
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
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
License:GPL
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
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
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 how a profiler can improve your java applications 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