jGuru
Register Email     Password Forgot your
password?
HOME FAQS FORUMS DOWNLOADS ARTICLES PEERSCOPE LEARN

  Search   jGuru Search Help

PEERSCOPE



Write More Understandable Java Tests with Matcher Objects and FEST-Assert
Rating: Rocks Category: Article
jGuru Staff, Aug 31, 2010
Have your Java unit test assertions gotten hard to read? Use the matcher objects provided by the Hamcrest and fluent FEST-Assert libraries.
Basics Java Multiple Threads
Category: Article
Elite Hussar, Aug 28, 2010
In this day and age programmers must implement multi-threading solutions into their code. Every somewhat modern programming language that respects itself offers opportunities to work with threads. Today we’re going to learn how to do this in Java. This article requires at least a little knowledge of Java such as classes, objects, inheritance and interfaces. We’ll try to keep it simple.
Java Programming Basics: Interfaces
Rating: Rocks Category: Article
jGuru Staff, Aug 27, 2010
The key to understanding the Java interface is to think of it as a mechanism for implementing a service contract.
Quercus: Bring Java's Power to Your PHP Development (and Vice Versa)
Rating: Rocks Category: Article
jGuru Staff, Aug 26, 2010
With Quercus, PHP and Java developers can mix and match the respective capabilities of both languages.
The Technology Behind the OpenStack Cloud Computing Project
Rating: Rocks Category: Article
jGuru Staff, Aug 26, 2010
Go inside OpenStack, the NASA and Rackspace joint effort to provide common, open cloud computing software.
[More]



FORUMS

Forums Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: The content of element type "web-app"
Topic: AppServer
vimal das, Sep 2, 2010
Forums How to create a JSP code which job is to download data from the database in the form of text file?
Topic: JSP
Rob M, Sep 2, 2010
Forums Sending mail with 5MB in the attachment.
Topic: JavaLanguage
Antony Anto, Sep 2, 2010
Forums Tomcat Web Application requires 2 restarts for SSO link to work
Topic: Tomcat
Sunil A V, Sep 2, 2010
Forums I want download multipile files from server ...
Topic: NetBeans
pradeep patil, Sep 1, 2010
[More]

FAQS

How do you turn off the use of CommandLineWrapper so that IntelliJ will include all your JAR files on the command line?
Tools:IDE:IDEA
John Zukowski PREMIUM, Feb 8, 2010
To do so, open the .iws file for the project and look for the line setting the dynamic.classpath property to true: <property name="dynamic.classpath"...
I want to close the child window, from parent window using java script. I want to close the child window, from parent window using java script. How to do that? Can any one help me on this? Thanks...
JavaScript
Firat Tiryaki PREMIUM, Jun 27, 2008
create the new window with an object name childWindow=window.open(...); then you can use the close method childWindow.close();
Creating a javascript object with dynamic property name Hello All, Please consider the following code: var myobj=new Object(); myobj.name="Amit"; myobj.dob="1990"; later on whenever i require,...
JavaScript
Firat Tiryaki PREMIUM, Mar 11, 2008
You should use eval function for that. Check out the below lines, sure it will help; x=new Object(); propertyName="nameProperty"; propertyValue=...
How do I split a space or comma-separated list?
Java:Language:Syntax
John Zukowski PREMIUM, Mar 6, 2008
The split() method of String takes a regular expression. The pattern "[\\s,]+" should to the trick. It says the separator will be one or more white space...
Open new window every time Hi, I am trying this example below : On click of the link it creates one window, if i click it again, i do not get a new window( another window) but rather the same wind...
JavaScript
Robert Lybarger, Feb 14, 2008
I am *not* a javascript expert... but maybe taking out the "remotewin" argument to the window.open call (leaving it either empty or null) would work, since...
[More]



DOWNLOADS

Rails 3.0
The release candidate process is progressing as planned. This second candidate has very few changes over the first, which means that unless any blockers are discovered with this release, we’re targeting the final release of Rails 3.0 for this week(!!!).
Clojure 1.2
This release includes many significant new features, such as protocols and datatypes; enhancements to existing features like the sequence library, destructuring and agents; support for annotations, etc. In addition, it incorporates many enhancements first developed and nurtured in clojure-contrib like I/O, string and pretty printing facilities.
jRegExAnalyser
jRegExAnalyser is an interactive tool written in Java to write, test, debug, analyse and profile regular expressions. It's free and Open Source software, licensed under the terms of GPLv2 with Class Path Exception.
Ralasafe Open Source Fine-grained ACL middleware
Canyon is an open source flat file ORM processing framework that iteratively reads and incrementally persists Java POJOs from a variety of text-based flat files. In Hibernate style, Canyon allows the processing of flat files by mapping information and letting the framework turn the data into objects.
Canyon Flat File ORM Framework
Canyon is an open source flat file ORM processing framework that iteratively reads and incrementally persists Java POJOs from a variety of text-based flat files. In Hibernate style, Canyon allows the processing of flat files by mapping information and letting the framework turn the data into objects.
[More]

ARTICLES

Combine Ajax and JSON to Transmit Complex Presentation Data
Snooped: Sep 1, 2010
One of the potential uses of Ajax is to load locale-dependent presentation text on demand. In my article, Using Servlets and JSP to Give Users Control Over Their Presentation Locale, I explained how an Ajax sink could be linked to a browser...
Java Programming Basics: Interfaces
Snooped: Aug 30, 2010
The key to understanding the Java interface is to think of it as a mechanism for implementing a service contract.
Quercus: Bring Java's Power to Your PHP Development (and Vice Versa)
Snooped: Aug 30, 2010
With Quercus, PHP and Java developers can mix and match the respective capabilities of both languages.
Combining Hibernate Cache and Ehcache for Better Java Scalability
Snooped: Aug 16, 2010
Combine Hibernate second-level cache, Ehcache and Spring to greatly improve the scalability of your enterprise Java applications.
[More]



 


Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers