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

  Search   jGuru Search Help

PEERSCOPE



Novell Readies Silverlight Clone for Linux
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, May 16, 2008
By Stuart J. Johnston - Users hungry to try out Novell's Silverlight clone for Linux and Unix can start kicking the tires on the rich media technology.
The Large-Grid Issue
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, May 15, 2008
By Art Sedighi - See how you can manage, maintain, support, or even build large-Grid environments.
Portal Federation with WebLogic Portal WRSP: Advanced Techniques
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, May 14, 2008
By Scott Nelson - Learn how to share entire pages and books between portals and then how to use data input from one remote portlet in another remote portlet.
Faster and Friendlier Access to Oracle's OCI API
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, May 13, 2008
By Victor Volkman - Why get bogged down in the quicksand of the Oracle Call Interface (OCI) when you can get the same service with less code and fewer headaches with Vincent Rogier's OCILIB?
SaaS Tool Offers Custom Database Development
Category: Article
Brad Jones (jGuru Site Manager) PREMIUM, May 12, 2008
Now non-programmers can build enterprise-class apps fast and on the cheap.
[More]



FORUMS

Forums Cygwin and BlueZ
Topic: Linux
sofia aparicio, May 16, 2008
Forums Parse Error at line 21 column -1 while starting Tomcat
Topic: Servlets
sravanthi yendluri, May 16, 2008
Forums js file inclusion problem
Topic: JavaScript
Rushmin Fernando, May 15, 2008
Forums why printf method makes mistake in jni?
Topic: JNI
wang yue, May 15, 2008
Forums why my method can not receive the string from JNI
Topic: JNI
wang yue, May 15, 2008
[More]

FAQS

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...
How do I specify the popup menu to show for an application on the system tray?
Java:API:Swing:Widgets
John Zukowski PREMIUM, Jan 2, 2008
When you create the TrayIcon for the SystemTray, you specify the PopupMenu. TrayIcon trayIcon = new TrayIcon(anImage, "Tooltip", aPopupMenu); Just...
If I want to manually size my icon for the system tray, how do I find out the correct size for the platform?
Java:API:Swing:Widgets
John Zukowski PREMIUM, Jan 2, 2008
The getTrayIconSize() method of SystemTray will return the appropriate Dimension for the icon. This allows you to either pick the most appropriate size...
[More]



DOWNLOADS

Download IBM Data Studio v1.1
An integrated development and management environment that empowers you to design, develop, deploy and manage your data-driven applications throughout the data management life cycle utilizing a consistent and integrated user interface.
Rational Method Composer v7.2
30 day fully functioning trial of IBM® Rational® Method Composer, which helps you deliver customized yet consistent process guidance to your project teams and IT organization. Includes the latest version of IBM Rational Unified Process® (RUP®).
Project and Portfolio Management Executive Resource Kit
White papers, case studies, and other resources to help you with project and portfolio management.
Rational Software Architect V7.0
IBM® Rational® Software Architect is an advanced model-driven development and static analysis tool for software architects and model-driven developers who are creating SOA, J2EE and portal applications. Trial version available.
Trial: IBM Lotus Sametime Standard V8
A platform for unified communications and collaboration that combines security features with an extensible, open solution including integrated Voice over IP, geographic location awareness, mobile clients, and a robust Business Partner community offering telephony and video integration.
[More]

ARTICLES

Open Source Java Reporting with JasperReports and iReport
Snooped: May 12, 2008
By John Ferguson Smart - JasperReports is a powerful and flexible open source reporting solution. The iReport visual designer enables you to take advantage of the full power of JasperReports without in-depth knowledge of the JasperReports native...
Good Java Style, Revisited
Snooped: May 12, 2008
By Rob Lybarger - Learn the elements of good Java code style and why they are important.
Learn to Use the Annotation Feature of Java 5.0
Snooped: May 1, 2008
By Javid Jamae - Developers have always struggled to find ways of adding semantic data to their Java code. They had to: Java didn't have a native metadata facility. But that all changed with version 5.0 of Java, which allows annotations as a...
Spring: Creating Objects So You Don't Have To
Snooped: May 1, 2008
By Javid Jamae - As a dependency injection framework (not to mention one of the more popular open source Java projects today), Spring links objects together using XML definitions. Find out about Spring and the ways you can invert control in...
Integrate the Eclipse Web Tools Platform and Maven
Snooped: May 1, 2008
By Raghuraman Ramaswamy - Leveraging the Eclipse Web Tools Platform (WTP) and the M2Eclipse (M2) plugin in the same project has compelling benefits for the Java web developer.
Simplify Your Web App Development Using the Spring MVC Framework
Snooped: Apr 11, 2008
By Javid Jamae - Struts is in fairly widespread use in the Java world, but the Spring MVC framework promises to provide a simpler alternative to Struts for separating presentation layer and business logic. Learn how to build a simple stock trading...
Integrate the Jad Decompiler Plug-in into Eclipse
Snooped: Apr 11, 2008
By Stephen Lum - Follow this complete step-by-step guide to integrate the Jad decompiler into Eclipse. Along the way, you'll find out what makes this particular Java decompiler such a handy addition to the developer's toolkit.
Get Acquainted with the New Advanced Features of JUnit 4
Snooped: Apr 11, 2008
By Antonio Goncalves - Learn how to migrate from JUnit 3.8 to JUnit 4. Discover version 4's new features, including extensive use of annotations, and find out the status on IDE integration.
Wrap a Stateless Session EJB as a Web Service with Apache Axis
Snooped: Mar 11, 2008
Get some hands-on Web services experience by learning how to wrap a session stateless EJB as a Web service and deploy it with Apache Axis.
Stepping Through Jakarta Struts
Snooped: Mar 11, 2008
Struts, from the Jakarta Project, is a development framework for Java servlet applications based upon the Model-View-Controller (MVC) design paradigm. Keld Hansen gives a quick intro to Struts, covering the necessary details to make it possible...
[More]



 




JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
ServerWatch.com Article: Virtualization Enters the SMB World
ITChannelPlanet.com Article: Emerging E-Discovery Market Grows More Vital for VARs
StoreVault Whitepaper: Introduction to Networked Storage
Oracle eBook: Implementing Business Intelligence in Your Organization
Hoovers Sales Tip: Building Credibility with New Clients
SAP Whitepaper: A Corporate Guide to Better Decisions Through IT
Microsoft Article: Flexibility, Agility the Keys to Dynamic IT
Microsoft Article: Improving Infrastructure Management for Mid-Size Companies
IBM Whitepaper: CIO Insights--Ignite Innovation by Fusing Business and IT
IBM Whitepaper: Transforming Legacy Apps into SOA
Internet.com eBook: All About Botnets
Intel Article: 8 Simple Rules for Designing Threaded Applications
Symantec Whitepaper: E-Mail Discovery--Worst-Case Scenarios Versus Best Practices
Ipswitch Whitepaper: Secure File Transfer In the Era of Regulatory Compliance
Symantec Whitepaper: A Unified, Proactive Approach to Endpoint Security
APC eBook: Putting the Green in IT
Intel Whitepaper: Best Practices for Developing and Optimizing Threaded Applications
Symantec Whitepaper: Emerging Trends in Fighting Spam
Oracle eBook: Guide to Oracle 11g and Database Migration
Symantec Whitepaper: Best Practices for IM Archiving & Compliance
Intel Article: The Challenges of Developing Multithreaded Processing Pipelines
Avaya Whitepaper: SIP--Creating Next-Generation Telecom Applications
Avaya Article: Event Processing Demands Real-Time Response for Communications-Enabled Business Apps
MessageLabs Whitepaper: Spam Spikes--A Real Risk to Your Business
Symantec Article: Guarding the Corporate Gateway
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Epicor Webcast: Requirements to Consider When Looking at ITSM Tools
Intel Video: Three Must-Knows for Parallelism
Microsoft: NXT Web Seminar Series
Microsoft Partner Program Video: The Secrets to Partner Success
Rational Asset Manager: Succeed with Asset-based Development
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
NXPowerLite: Desktop Edition Software Trial
IBM Rational Systems Development Solution e-Kit
IBM SOA Development Survival Guide eKit
Evaluate IBM Rational Build Forge Online
IBM Enterprise Architect eKit for SOA
Evaluate Rational Application Developer Online
Iron Speed Designer Application Generator
Symantec IM Detection Utility
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
IBM Overview Video: Next Generation Data Warehousing
IBM Tutorial: Intro to XML User Interface Language (XUL) Development
Microsoft How-to Article: Get Going with Silverlight and Windows Live
IBM Tutorial: The Ajax Transport Method
IBM Tutorial: Learning PHP
IBM Tutorial: Validating XML
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES