java
The Java platform was released by Sun Microsystems in 1995 and is composed of a language, a set of libraries and a set of standards. Java is used in everything thing from mobile devices (j2me) to enterprise systems (j2ee). People are most familiar with Java used in server side enterprise systems or applets.
Since its creation Java has garnered the support of many open source organizations such as the Apache Organization and Spring. Because of wide open source support for Java Sun has open sourced the platform itself.
By some counts Java is the most widely used language. However it has come to be seen as too rigid or too weighed down by the vast number of libraries. Because of this there has been a move to leave Java behind on the web and instead use dynamic languages such as Ruby, Python and PHP.
Latest blogosphere posts tagged “java”
-
RequireJS: Asynchronous JavaScript loading
Ajaxian Front Page —
Authority: 558
A certain someone was talking to me about how they find it interesting that node.js, the JavaScript server framework du jour which loves all things async, starts life with a bunch of synchronous require() calls. Now, this is actually quite fine since the startup of the server is not the issue at hand. However, if ...4 hours ago -
tinyPM 2.2 Released
dzone.com: latest front page —
Authority: 168
We’ve just released the new tinyPM 2.2 version which comes with cool new features. This version introduces tinyPM plugins for new product management section called Sandbox and ships with two initial integrations for JIRA and POP3 mailboxes.4 hours ago -
Spring 3 + Spring Security 3 + CAS 3.3.4 integration
dzone.com: latest front page —
Authority: 168
An example showing how to setup Spring 3.0 + Spring Security 3.0 with JA-SIG CAS.5 hours ago -
postMessage in HTML5 to send messages between windows and iframes
Robert's talk —
Authority: 454
Ever had the need to communicate between windows or the current window and an inner iframe? Across domains as well? I bet you have, but now we have a nice option for doing that! The solution is called postMessage and is part of the HTML5 Web Messaging specification . What makes it cool, and very easy to use, is that ...5 hours ago -
Creating Intelligent Projects with Maven
dzone.com: latest front page —
Authority: 168
This article covers core concepts of Apache Maven like the Project Object Model (POM), Build Lifecycle, Dependency Management, Repositories, and Plugins. It also gives some hints on the IDE support that you can find for popular Java IDEs.6 hours ago -
Which JVM language is for you?
Rich Internet Applications (RIA) —
Authority:
Enjoy a new video of Canoo Fellow Dierk König in action : "Scala, Groovy, JRuby, Clojure - Which JVM language is for you?" In this discussion , panel members Dierk König, Guillaume Laforge (Groovy), Charles Nutter (JRuby), Stefan Tilkov (Clojure) and Ted Neward (Scala) discuss with the audience the pros and ...6 hours ago -
need a form in php/html by tanicos
Freelance Projects Online —
Authority: 193
take a look at this form: make…….xhtml.com/get-started.php remove the dots from the beginning. i need just the form without any calculations or prices…etc here is what i need from that form:… (Budget: $30-250, Jobs: Java, Javascript, PHP, Website Design)Place bid6 hours ago -
Download- Java ME Developers Library
DreamStrikes | The Mobile Community —
Authority: 466
Hi all, Good news for all Mobile Java application developers who wish to use Series 40 or symbian platform. Java Developers Library is a complete resource package for developers wishing to use the Series 40 or Symbian platform for developing mobile Java applications or services. The library provides ...7 hours ago -
Spring MVC Example
dzone.com: latest front page —
Authority: 168
What is Spring MVC? Spring MVC is a clearcut solution of the model view controller pattern. Apart from them the Spring MVC framework has a lot of additional useful functions. For example the validation of formulars. In this article the basic Spring MVC principles will be described on the basis of the following example.7 hours ago -
Ferrari GT 2 Revolution
Mobi11.com —
Authority: 114
Enter the world of the most prestigious car manufacturer and become a part of the Ferrari legend. Discover more than 40 iconic models from 1957 to 2010, including the latest 599XX and the... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]9 hours ago -
HPGen for Java Phone – Encrypted Hash Password Generator for Java Phone
Download Mobile Software-Java-Blackberry-PocketPC-Windows Mobile —
Authority: 134
HPGen for java phone is encrypted password generator that you can use to created hashed password. The password can be used for email,website,server and many more. Just input your password and its website/email server. The output of the hash is converted to text (by default, using BASE64 encoding) and the first eight ...9 hours ago -
Cut-to-size Calculator For Web
Freelance Projects Online —
Authority: 193
I need a “Cut-to-Size” calculator for my web site similar to the one on this site: http://www.professionalplastics.com/PLEXIGLASS-ACRYLICSHEET-EXTRUDEDIt would be great if it also included the “Sheet Calculator” on this same page.I don’t know if this can be done but I would prefer HTML code or a Java ...10 hours ago -
[fleXive] 3.1 Beta 3
Softpedia - Mac OS - All —
Authority: 176
A JavaEE 5 open source framework for the development of complex and evolving (web-)applications ( read more )10 hours ago -
CloverETL 2.9.1
Softpedia - Mac OS - All —
Authority: 176
A data transformation and integration tool ( read more )10 hours ago -
Getting Started With Scala
IndicThreads home —
Authority: 122
The session looks at the fundamentals of Scala with examples to highlight its unique features like case classes and pattern matching, for comprehensions, traits, functions as values and others. It also looks at Scala’s support for writing internal as well as external DSLs.Scala is a multi-paradigm programming ...10 hours ago -
How to Convert HD Video Between HD and Standard Video on Mac/Windows
Computer Programmers, Programming Forum | Young Coders —
Authority: 142
Most of us know HD video, but actually a few can really understand the meaning of HD (High Definition). HD video (High-definition video) refers to any video system of higher resolution than SD (standard-definition) video, and most commonly involves display resolutions of 1280×720 pixels (720p) or 1920×1080 pixels ...11 hours ago -
help me on use input data
IT answers —
Authority: 457
New Question Created by Javadiwakar11 hours ago -
Need some help...
Computer Programmers, Programming Forum | Young Coders —
Authority: 142
I am working on a text replacement page, and I need a bit of help. I want to condense text with javascript. I am using something like this: var str="at to too" document.write(str.replace(/at/i,"@")); This works fine, but I want to replace the to and too in the text also. Any ideas how I could do this?12 hours ago -
SQuirreL behaving weird on Ubuntu
Common IT Man's Blog —
Authority:
I needed to access MySQL & MS SQL databases from my Ubuntu 9.04 laptop and was at a total loss. After a bit of research, SQuirreL sql client looked like the best choice.However, since this is not available through the Synaptics Package Manager so it had to be downloaded and installed manually - which is the way ...12 hours ago -
some help with inheritance
Programmers Heaven Forums RSS Feed —
Authority: 160
i am trying to write a program that "Store a value in the monetary coin that represents its value and add a method that returns its value." i have started to write the program but when i compile it i get an error about "incompatible types." Here is my program so far, can someone help me: public class MonetaryCoin ...12 hours ago


