New Scripts | Java
Zambro Web Browser
posted byd1s4st3rinWeb Browsers
Zambro is a simple and light web browser, written in Java 5 and using the Swing framework. It encounters many features, where the most important are: remote and local browsing, bookmarks support (where bookmarks can be exported in a HTML document), HTML code viewer/editor, search on the web (using the most famous search engines like Google, Yahoo! and MSN Search), minimalistic back/forward memory for visited sites' history, hideable panels, and per-user customizable settings. Other features could be easily added.
Reviews0
PriceFree
Views4676
JExifViewer
posted byjexifviewerinImage Galleries
JExifViewer is a Java program for displaying and comparing Exif informations stored in JPEG files created by digital cameras. JExifViewer is an Open Source project released under the GPL.
JExifViewer has an image viewer in which you can rotate and/or flip, zoom in/out the selected image. You can also print an image.
You can also rename, copy, move and delete images.
At the moment JExifViewer is localized in English and German.
A short online help is available.
Reviews0
PriceFree
Views3742
XtImage
posted byTheRealMadCatinMiscellaneous
XtImage is a platform independent tool to use the popular xt-commerce platform as an commercial image gallery.
You can upload complete directories into the xt-commerce system, create new categories and subcategories on the fly and change important product attributes like price, delivery type, ... XtImage also includes local thumb nailing and watermarking to minimize data-transfer and protect your digital images from abuse.
Reviews0
PriceFree
Views2183
Java Wall Calendar
posted byKing CoderinCalendars
JCalendar is a small wall-like Java Applet Calendar which allows you to easily change the images presented on the calendar and the reminders and notifications via applet parameters. This is perfect for any site which needs a little calendar to add to the apperance of their site.
Reviews0
PriceUSD 20.00
Views4114
conaito VoiceMail SDK - MP3 Recording Applet
posted byconaitoinCommunication Tools
The conaito VoiceMail SDK is a powerful solution for recording and sending voice messages from your websites to any existing Email client software. The recipient receives the usual Email message with a link to Mp3 audio file. He/she can download Mp3 file and listen to it using any existing Mp3 playback program or play it direct from server. The conaito VoiceMail SDK is compatible with Windows 98/2000/2003/ME/XP, MacOS and with cross Browser!
Key features:
Record, send by Email and play mp3 file direct from website (without any need for an additional player), Recording Level Indicator, NAT (Router) & Firewall friendly (upload recorded Mp3 with HTTP post), Comes with ready-to-run sample, Freely changeable Interface design, Supports multi-language environment, Works on the most popular web browsers and web server, Works with all kinds of Internet connections, Comes with valid Microsoft Authenticode Certificate, No Yearly/Monthly fee, Very easy to incorporate.
Reviews0
PriceUSD 299.00
Views4527
Java For Stand-Alone Applications
posted byRyanJames27inIntroduction to Java
Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology in developing large web and enterprise applications. Java is more focused on web then desktop applications.
But, in this article, we are going to discuss how useful Java is as a development technology for stand alone desktop application development in present scenario.
Reviews0
PriceFree
Views1871
How to Install and Use NetBeans for Java Development
posted byRyanJames27inJavaBeans
In this guide, I will try to explain you how you can run examples for J2EE tutorials. There are many ways you can do this, here we will be using the examples in NetBeans IDE which is one of the most powerful open source Java integrated development environments available.
Reviews0
PriceFree
Views1994
.NET and J2EE - A Comparsion Study
posted byRyanJames27inFrequently Asked Questions
This tutorial compares .NET and J2EE, discussing various features of both the technolgoies and summarising when and where these technologies are suitable to use for entriprise application.
Reviews0
PriceFree
Views1761
Future of Java Technology
posted byRyanJames27inMiscellaneous
When Java was developed initially as OAK even its developers were not sure in which direction the technology will grow. And actually Java has taken an unexpected turn around as a development technology. It started its journey with embedded applications but people found it somewhat slow when compare to C++. Java made foray into web in the form of applets and ruled the world for sometime. But then came enterprise era with crusade of .NET and J2EE. In this article let us examine possible directions where there are chances Java will grow as development technology.
Reviews0
PriceFree
Views1833
Is Ejb really significant in enterprise applications?
posted byRyanJames27inEJB
Ejb was introduced to Java technology to attain some features inherent in enterprise applications. Those features include instance pooling, inbuilt security, declarative transactions, container managed persistence, relationship of business objects and caching etc. Now that many people have built their applications using Ejb, let us go back and analyze if Ejb as a technology is really significant in developing enterprise applications. We are going to analyze both pros and cons of Ejb based on experience of people who have used Ejb.
Reviews0
PriceFree
Views1484
Programmer�s Point of View of the New Features in Java 5
posted byRyanJames27inMiscellaneous
With emergence of Java 5, a set of new features is included in Java technology. Many programmers working on Java technology were excited before its release about its new features. In this article, new features of Java 5 are summarized which are important from programmer�s point of view.
Reviews0
PriceFree
Views1460
New Features In Java 5 - From Managers Point of View
posted byRyanJames27inMiscellaneous
The much awaited Java 5 has been launched in recent past by Sun. People who are in IT or related to IT industry were interested about its consequences on many factors. People who are developing applications using Java as a developing technology were more interested in new language features and other technological enhancements. But others for whom it is important to manage such process from higher level were more interested in things that are going to change with Java 5.
In this article we are going to discuss enhancements in Java 5 over prior versions that are important from management�s point of view.
Reviews0
PriceFree
Views1987
Performance Tuning of Java Applications
posted byRyanJames27inDevelopment
Ever since the first version of Java Technology hit the streets, performance has been an important issue for Java developers. Java has improved dramatically and continually but, performance tuning is very essential to get the best results, especially when we think of J2EE applications.
Reviews0
PriceFree
Views1579
Keep it Simple And Secure with Java
posted byRyanJames27inDevelopment
This article goes into details of how Java as a development technology can help developers to keep their applications simple and secure. Simple mean all way � it should be simple to code, modify, maintain, fix and deliver. Also we are going to cover security aspects of Java technology.
Reviews0
PriceFree
Views1559
J2EE Overview
posted byRyanJames27inDevelopment
J2EE is a technology that aims to simplify the design and implementation of enterprise applications. In this tutorial you will learn what J2EE is, its benefits, J2EE main components, Evolution of Enterprise Application Frameworks, Why use J2EE, J2EE Platform Architecture, J2EE APIs and Technologies and J2EE Reference Implementation. Before continuing our J2EE discussion lets define what an enterprise application is.
Reviews0
PriceFree
Views2004
Servlet Basics
posted byRyanJames27inIntroduction to Servlets
Servlets are Java programs running on a web server that produce results viewed remotely on a web server. Servlets has the same purpose that CGI or PHP had in the past. We shall describe how Servlets works with some examples. You will also learn about Servlet Request and Response Model, Servlet Life Cycle, Servlet Scope Objects and Error Handling.
Reviews0
PriceFree
Views1940
Servlets Advanced
posted byRyanJames27inDevelopment
After describing some basic programming of servlets, we will describe some advanced topics of servlets in this tutorial, viz., Session Tracking, Servlet Filters, Servlet Life Cycle Events, Including, forwarding and redirecting, Servlet Chaining and Applet Servlet Communication.
Reviews0
PriceFree
Views1424
JSP Basics
posted byRyanJames27inFrequently Asked Questions
Java Server Pages (JSP) is a Java API in J2EE which allows dynamic creation of web pages using Java. It has the same purpose as other existing technologies like CGI or PHP. In this tutorial you will learn about Lifecycle of JSP pages, Dynamic content generation, Invoking Java code using JSP scripting elements, JavaBeans for JSP and Error Handling.
Reviews0
PriceFree
Views1504
Java RSS News Ticker Applet
posted bystockappletsnetinContent Management
How would you like to provide your website visitors with live updating RSS news from any RSS feed that attracts and motivates them to come back and visit your site again? Our Java News Ticker is the gadget your site needs to keep visitors updated without having them to refresh the browser to get the latest news and also with a nice and customizable presentation. The main features of our new ticker are: - live auto-update in real-time - RSS compatible data provider - optional fixed titlebar - clickable news headers - customizable width and height - customizable font family, size and type - customizable colors for foreground and background - customizable rotation speed - customizable rotation direction - mouse rollover effect
Reviews0
PriceFree
Views5164
Java Date Picker Applet
posted bystockappletsnetinCalendars
This java date picker applet allows you to simply pick dates by clicking the date of the dynamic java calendar. This date picker is presented as a component to be integrated into applets. Main features of this java date picker applet are: - simple and documented interface, easy to extend with other features - skins support (predefined and customizable) - special highlighting for weekends and adjacent days - support for special dates - set first day of week, set days names length
Reviews0
PriceUSD 30.00
Views5293
