[Java]
Posted
Dec 6, 2007 12:21:17 PM
by gypsy
|
This article will introduce you to JBoss Webservice (JAX-WS). Here you will learn how to use the annotations and create a web service to deploy in JBoss.
Related Article
Invoking Web Services using Apache Axis2 ...
|
| |
[ Read More |
Views (2053)] |
|
|
[Reporting Tools , Java]
Posted
Nov 30, 2007 9:40:52 AM
by gypsy
|
Open Reports provides browser based, parameter driven, dynamic report generation and flexible report scheduling capabilities.
OpenReports supports a variety of open source reporting engines, including JasperReports, JFreeReport, JXLS, and Eclipse BIRT, to provide support for a wide range of reporting requirements and capabilities. OpenReports also supports QueryReports and ChartReports, easy to ...
|
| |
[ Read More |
Views (794)] |
|
|
[Java , Helpful]
Posted
Nov 20, 2007 4:00:43 PM
by tarek
|
Take a deep dive into jMaki, a client-side framework that makes it easy to build Ajax-based web applications. In this session hosted by Ed Ort from the java.sun.com team, jMaki Project lead and Sun Ajax architect Greg Murray discusses some of the important elements of jMaki and ...
|
| |
[ Read More |
Views (755)] |
|
|
[Java , Database]
Posted
Oct 16, 2007 3:14:37 PM
by ram
|
Microsoft SQL Server today announced the general availability of the SQL Server 2005 JDBC v1.2 driver has been released. This release continues Microsoft's commitment to the Java community and non-Microsoft centric programming platforms.
More comments and interesting discussion at ...
|
| |
[ Read More |
Views (971)] |
|
|
[Java , Helpful]
Posted
May 19, 2007 3:56:46 PM
by techm
|
Starting with J2SE 5.0 sun has introduced comprehensive monitoring and management support for the Java platform. Some features are
1) JVM Instrumentation 2) Monitoring and Management APIs 3) Tools 4) Integrated JMX
A graphical JMX monitoring tool, jconsole, enables you to monitor the performance of a JVM and instrumented applications, providing information to help you optimize ...
|
| |
[ Read More |
Views (887)] |
|
|
[Java , Helpful]
Posted
Mar 14, 2007 8:43:15 AM
by Admin
|
Here is a simple step by step explanation of how to integrate Tomcat and Apache using the Mod JK connector. The author has done a good job. The only problem I had was hunting down the mod_jk file which I finally found. I will try to provide a link to it
Why would you want to do this? If you need servlet functionality but dont want to type the 8080 port in urls. ...
|
| |
[ Read More |
Views (789)] |
|
|
[Java , Helpful]
Posted
Sep 29, 2006 8:48:01 AM
by gypsy
|
Here is an article of comparison of some issue tracking systems. It has comparisons by the type of license, implementation language, user interface, back end, source control, reporting tools availability, customizable work flows and others. Check it out!...
|
| |
[ Read More |
Views (1082)] |
|
|
[Java , Database]
Posted
Sep 6, 2006 1:14:51 PM
by tarek
|
Check out this Eclipse plug-in. It's very convenient, especially with Microsoft Access Databases. You can connect to, create, query and alter tables from your Eclipse platform without need to switch between applications....
|
| |
[ Read More |
Views (1149)] |
|
|
[Java , Helpful]
Posted
Aug 27, 2006 10:49:45 AM
by techm
|
PortSwigger has a suite of tools that web application developers can use to see how secure/insecure the applications are. Burp intruder allows you to facilitate automated attacks against web based applications. Burp proxy allows you to sit in the middle of a web brower and web server and inspect the raw data. Other tools of interest are Burp Spider and Burp proxy....
|
| |
[ Read More |
Comments
(1) | Views (1127)] |
|
|
[AJAX , Java]
Posted
May 17, 2006 5:38:41 PM
by techm
|
Google has released a web toolkit. Its a Java software development framework that makes writing AJAX applications easy for developers.
GWT lets you avoid many of these headaches while offering your users the same dynamic, standards-compliant experience. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and ...
|
| |
[ Read More |
Views (1058)] |
|
|
[Helpful , Java]
Posted
Apr 6, 2006 1:30:47 PM
by techm
|
This is a good struts tutorial for beginners....
|
| |
[ Read More |
Views (1091)] |
|
|
[Java , Cool]
Posted
Mar 9, 2006 3:47:50 PM
by gypsy
|
The latest cell phone Java games are surprisingly interesting. For those of us who only want a couple of minutes of play and are too cheap to invest in a real portable system like the PSP or Game Boy, its really good. Using T-Mobile service and the popular Motorola V3 (RAZR), The Associated Press tested five current action, sports and puzzle titles. Have a look at the results .......
|
| |
[ Read More |
Views (1084)] |
|
|
[Google Maps , Java]
Posted
Mar 8, 2006 3:43:37 PM
by gypsy
|
Google:maps is a freeware, open-source project to provide a 100% Java front-end to the GoogleMaps? API. No Javascript, AJAX or APIs to learn, just JSP tags. The taglibrary does all the grunt work for you, providing cross-browser and clean GoogleMaps? output, every time.
There are various examples. Examples ...
|
| |
[ Read More |
Views (1307)] |
|
|
[Java , Helpful]
Posted
Dec 8, 2005 5:29:30 PM
by gypsy
|
Sometime back we updated our server to the new version of Tomcat 5.5.9. But a very started seeing a lot of annoying log messages and there would be hundreds of debug messages from the class SmapUtil.java. We are using log4j for logging. By default we had kept our root logging in log4j properties file to be 'DEBUG'.
Apparently Tomcat 5 takes this property to show log messages from its classes. ...
|
| |
[ Read More |
Views (1269)] |
|
|
[Java , Product]
Posted
Dec 1, 2005 9:45:53 AM
by gypsy
|
Roller is a blog server, a Java-based web application that is designed to support multiple simultaneous weblog users and visitors. Roller supports all of the latest-and-greatest weblogging features such as comments, WYSIWYG HTML editing, page templates, RSS syndication, trackback, blogroll management, and provides an XML-RPC interface for blogging clients such as w:bloggar, MarsEdit, Ecto, and nntp//rss.
Roller ...
|
| |
[ Read More |
Views (1084)] |
|
|
|
|
|
[Java , Reporting Tools]
Posted
Oct 4, 2005 11:04:13 AM
by Admin
|
Jasper Reports is a good open source report creation tool. The report is created in xml format which they call .jrxml file. Good samples available. Group By and Export features available. (I worked on 0.6.8 and 1.0.0)
Some information about JasperReports
1. Cross-tab support ? I see a demo link which shows a cross-tab report. . But I am skeptical about ...
|
| |
[ Read More |
Comments
(4) | Views (16603)] |
|
|
[Java]
Posted
Aug 3, 2005 11:00:21 AM
by Admin
|
Here is how the rssowl was created:
The launcher was made using NSIS. Find it here: On Mac it is a simple application bundle, very common on Mac to execute Java applications, and no native wrapper used here. For the future I might switch to the Eclipse launcher. This is what Eclipse itself is using to launch, and its possible to use it for any ...
|
| |
[ Read More |
Views (921)] |
|
|
[Java , Helpful]
Posted
Jul 22, 2005 4:11:34 PM
by Admin
|
Very nice and simple article that shows how to create a java mac app. At the end of it you get a single click installer, and a single click application with no need command prompt window....
|
| |
[ Read More |
Views (1079)] |
|
|
[Cool , Java]
Posted
Jul 12, 2005 1:50:05 PM
by tky
|
Java has been rated the most popular programming language by TIOBE Programming Community Index for August, 2004. This index is determined by using the Google and Yahoo! search engines to calculate the ratings....
|
| |
[ Read More |
Views (1109)] |
|
|
|
|
|
|
|
| Most Viewed in Last 30 Days |
| Syndication |
|
|
|