Home

Search results

"tag:java"


Title and summary Date/time
1
mvn deploy:deploy-file with WebDAV
Though most of the Java libraries are already in the official Maven repository you will from time to time encounter artifacts that are not available there. Reasons for this include licensing issues (e.g. Oracle JDBC drivers and some Sun Java APIs) and a ...
Aug 27, 2008
10:09:01 PM
2
Using Namespaces in XSLT and XPath
You can use namespaces in XSLT and XPath like xsl:value-of select="//a:account/...
Aug 7, 2008
6:16:00 AM
3
Will the BEA Acquisition Push Spring Framework?
BEA is well known for its J2EE application server Weblogic and recently extended its product line to a SOA stack branded Liquid. Oracle has its own J2EE compontents mainly derived from Orion Server and branded as OC4J. They also have a SOA stack called ...
Jan 19, 2008
1:45:00 AM
4
MobileKnox: Your Mobile Password Safe
Though there are some great ideas around to provide a global single sign-on infrastructure for web applications like OpenID today's reality is different: usually one account per web site - hopefully with different passwords IMAP accounts for email ...
Jan 17, 2008
1:44:00 PM
5
Spring MVC: Null or an Empty String?
Spring MVC converts your empty fields to an empty string instead of null by default. This is often not what you want when you persist your entities. The reason for this behavior is that Spring MVC uses Java's default property editor for strings when ...
Nov 25, 2007
7:01:00 PM
6
Clustering Jira with Terracotta DSO
Sourcesense has added clustering to Jira using Terracotta DSO and released it under an Open Source license. Clustering for Jira has been a long requested feature by Atlassian's customers. While Atlassian provides clustering for their enterprise wiki ...
Nov 7, 2007
1:20:00 AM
7
Accessing Jira from Ruby
On Ubuntu I've installed ruby, the interactive Ruby shell irb and rubygems through apt-get and performed a gem update: apt-get install ruby irb rubygems ruby1.8-dev gem update --system Gem is to Ruby what apt-get is to Ubuntu and Debian or CPAN to ...
Nov 5, 2007
11:56:43 AM
8
Empty Windows in Swing Applications on Ubuntu 7.10
Using Java applications on Ubuntu 7.10 (gutsy) sometimes show empty windows. I've encountered this mainly with LDAP Browser/Editor and IDEA 7.0. It does not occur too often and mainly with small dialog windows. I guess Java 6 has some problems with ...
Nov 4, 2007
5:40:10 PM
9
Analyzing Module Dependencies
The declarative approach of Maven provides us with a lot of meta data of software modules that can lead to interesting insights when properly visualized. One attempt to do is by creating images of the dependency graph. JFrog Dependency Analyzer is an ...
Sep 14, 2007
1:38:00 AM
10
java.lang.OutOfMemoryError: PermGen space
For asynchronous messaging we are using Active MQ in a few web applications deployed to Apache Tomcat. This works quite well until you start redeploying the applications multiple times without restarting Tomcat. After a few redeployments you will ...
Jul 20, 2007
10:22:00 PM
11
Maven vs Buildr
Jim Alateras talks about how Buildr could replace Maven in a blog entry titled "From Maven to buildr". Buildr claims to be a drop-in replacement of Maven as it uses the same file layout, artifact specifications, local and remote repositories. For sure ...
Jul 17, 2007
1:36:00 AM
12
Java on the iPhone?
Ed Burnette notes "Despite public comments by Steve Jobs that 'Java’s not worth building in [to the iPhone]', it turns out that Apple did just that by using an ARM-based CPU that supports Java natively. Programmers cannot (yet) take advantage of this, ...
Jul 10, 2007
1:48:00 AM
13
Modular Spring Configuration
When assembling applications from a set of reusable compoenents that use the Spring Framework to wire their beans you will end up with a whole bunch of Spring configuration snippets spread around the JAR files containing your components. Components ...
Jul 6, 2007
1:13:02 AM
14
Using Maven with IntelliJ IDEA 7.0
IntelliJ IDEA 7.0 (Selena) which is currently available as part of Jetbrain's Early Access Program now supports Maven out of the box. The efforts of various previous third party plugins have been joined into a first class feature with support for ...
Jul 5, 2007
9:54:00 PM
15
Working on Asterisk-IM
Today I started working on Asterisk-IM, a plugin for the Openfire XMPP (Jabber) server. Matt Tucker from Jive Software asked me to take the lead on Asterisk-IM as the Jive guys are too time-constrained to keep the plugin up to date. The most important ...
Apr 6, 2007
7:56:00 AM
16
Attach Sources to your Maven Artifacts!
One of the key advantages of open source software besides being available free of charge is - well - that its source is available to developers reusing existing open source libraries. Having the source available in your IDE when developing against an ...
Feb 28, 2007
12:30:00 AM
17
Using OpenOffice.org from Java Applications
OpenOffice.org is quite nice as a free and open source office suite that works on Linux and Windows and I use it quite a lot. Besides its use as a desktop application it is not widely recognized that it can also be used as a backend document processing ...
Feb 25, 2007
12:21:06 PM