jSyncManager
The jSyncManager is a open source, Java implementation of a HotSync compatible protocol stack, set of data abstraction objects, development tools, and applications allowing developers and end-users to synchronize Palm devices with any Java based system. HotSync your Palm with jSyncManager and Java.
Sunday, January 09, 2005
Saturday, January 08, 2005
Thursday, January 06, 2005
User/PW Protection for MS ACCESS and Java JDBC connections
1) First get a new MS ACCESS database
2) make the database password protected by using the Tools/Security/User-Level Security Wizard.
By doing this a file secured.mdw for example is created
3) Create a User Data Source which points to the mdb file and choose the system database option and select the mdw file there. Enter no user and password in the user data source definition (under advanced options)
4) Connect to the database via JDBCODBC Bridge as usual and enter user and password during getConnection
The important hint for this doing was found at
dBforums - JDBC Microsoft Access
2) make the database password protected by using the Tools/Security/User-Level Security Wizard.
By doing this a file secured.mdw for example is created
3) Create a User Data Source which points to the mdb file and choose the system database option and select the mdw file there. Enter no user and password in the user data source definition (under advanced options)
4) Connect to the database via JDBCODBC Bridge as usual and enter user and password during getConnection
The important hint for this doing was found at
dBforums - JDBC Microsoft Access
Wednesday, January 05, 2005
Tuesday, January 04, 2005
Resin(tm) Core
Resin(tm) Core
Resin is a fast servlet and JSP engine supporting load balancing for increased reliability. Resin encourages separation of content from style with its XSL support. Servlets can generate simple XML and use an XSL filter to format results for each client's capability, from palm pilots to Mozilla.
Resin is a fast servlet and JSP engine supporting load balancing for increased reliability. Resin encourages separation of content from style with its XSL support. Servlets can generate simple XML and use an XSL filter to format results for each client's capability, from palm pilots to Mozilla.
Sunday, January 02, 2005
Friday, December 31, 2004
Wednesday, December 29, 2004
Wednesday, December 22, 2004
Monday, December 20, 2004
Sunday, December 12, 2004
Saturday, December 11, 2004
Monday, November 29, 2004
Saturday, November 27, 2004
Xyling Java Blog: Activating a MIDlet through an incoming SMS
Xyling Java Blog: Activating a MIDlet through an incoming SMS: "Activating a MIDlet through an incoming SMS"
Wednesday, November 03, 2004
Tuesday, November 02, 2004
JCTerm -- SSH2 Terminal Emulator in Pure Java
JCTerm -- SSH2 Terminal Emulator in Pure Java: "local/remote port forwarding"
With this tool zou can also forward local and remote ports. For special purposes it can be used a kind of inverse SSH Daemon which connects to a parent SSH Daemon which uses the forwarded ports etc.
With this tool zou can also forward local and remote ports. For special purposes it can be used a kind of inverse SSH Daemon which connects to a parent SSH Daemon which uses the forwarded ports etc.
Tuesday, October 26, 2004
Sunday, October 24, 2004
IE Bug with multipart/form-data !!!!!!!!!!!!!!!
jGuru: I have a Web Application, that works perfect on Netscape Navigator, but when I use the method POST in a JSP, and use Internet Explorer as Browser, then the application stops working, I already done an analysis of the problem, and I discover that IExplorer, just cuts part of the information that the servlet target needs to do its job, so. How can I solve this problem?? (I have to work with the POST method) Example: The Object Request have 2912 characters(using Netscape), but using IExplorer, it reduces to 2362!!, and then the servlets stops working because of the lost of information.: "Apparently this happens very sporadically...it doesn't happen all the time and after this happens if you click Refresh, sometimes the proper page comes up.!!!!! And min"
Call Javascript from a Java applet - Real's Java How-to
Call Javascript from a Java applet - Real's Java How-to
Includes a description of problems with different browser versions.
Includes a description of problems with different browser versions.
Friday, October 22, 2004
Wednesday, October 20, 2004
Monday, October 18, 2004
Friday, October 15, 2004
Thursday, October 14, 2004
Tuesday, October 12, 2004
Saturday, October 09, 2004
Friday, October 08, 2004
Thursday, October 07, 2004
Apache Jakarta Commons Daemon : Java based daemons or services
Daemon - Daemon : Java based daemons or services
A Java program has to implement some interfaces to run as a real system daemon. There are some C binaries who interact with the operation system. In Win32 the start and stop of the daemon (Service) can be done with the usual net start / net stop commands or from the graphical service manager.
Win32 und Unix like system support.
A Java program has to implement some interfaces to run as a real system daemon. There are some C binaries who interact with the operation system. In Win32 the start and stop of the daemon (Service) can be done with the usual net start / net stop commands or from the graphical service manager.
Win32 und Unix like system support.
Wednesday, October 06, 2004
Java Pro - Cluster Servers to Eliminate Degradation
Java Pro - Cluster Servers to Eliminate Degradation
WebSphere Application Server's built-in clustering allows enterprises to run efficiently by preventing degradation and downtime
by Kulvir Singh Bhogal and Javid Jamae
WebSphere Application Server's built-in clustering allows enterprises to run efficiently by preventing degradation and downtime
by Kulvir Singh Bhogal and Javid Jamae
Java Pro - Plugging into WebSphere
Java Pro - Plugging into WebSphere
Take a look at the role WebSphere HTTP Plug-in serves in a clustered topology
by Kulvir Singh Bhogal
Take a look at the role WebSphere HTTP Plug-in serves in a clustered topology
by Kulvir Singh Bhogal
Tuesday, October 05, 2004
Open Laszlo
Open Laszlo
What is Laszlo?
Laszlo is an open source platform for the development and delivery of rich Internet applications on the World Wide Web. It is released under the OSI-certified Common Public License.
The Laszlo platform consists of the LZX language and the Laszlo Presentation Server.
* LZX is an XML and JavaScript description language similar in spirit to XUL and XAML. LZX enables a declarative, text-based development process that supports rapid prototyping and software development best practices.
* The Laszlo Presentation Server (LPS) is a Java servlet that compiles LZX applications into executable binaries for targeted run-time environments. Laszlo currently targets the Flash Player. The LPS compiles LZX applications into SWF bytecode for the Flash Player, serves and caches these compiled applications to any Web browser enabled with Flash 5 or later, and proxies application requests for back-end XML data sources and web services.
What is Laszlo?
Laszlo is an open source platform for the development and delivery of rich Internet applications on the World Wide Web. It is released under the OSI-certified Common Public License.
The Laszlo platform consists of the LZX language and the Laszlo Presentation Server.
* LZX is an XML and JavaScript description language similar in spirit to XUL and XAML. LZX enables a declarative, text-based development process that supports rapid prototyping and software development best practices.
* The Laszlo Presentation Server (LPS) is a Java servlet that compiles LZX applications into executable binaries for targeted run-time environments. Laszlo currently targets the Flash Player. The LPS compiles LZX applications into SWF bytecode for the Flash Player, serves and caches these compiled applications to any Web browser enabled with Flash 5 or later, and proxies application requests for back-end XML data sources and web services.
Sunday, October 03, 2004
Saturday, October 02, 2004
Thursday, September 30, 2004
Wednesday, September 29, 2004
Sunday, September 26, 2004
Saturday, September 25, 2004
Thursday, September 23, 2004
Sunday, September 19, 2004
Wednesday, September 15, 2004
Grid Computing Links and Infos
Public CERN Java Infrastructure
Grid Computing articel in Java Spektrum Okt/Nov 2004
EU Datagrid
Globus Toolkit for Grid Computing
Article: The Anatomy of the Grid [PDF]
Article: Developing Grid computing applications, Part 1
www.enterprisegridalliance.com
Global Grid Forum
Lehrgebiet Datenverwaltungssysteme, Prof. Dr. Dr. h.c. Härder, Prof. Dr. Deßloch, Grid-Produkte
N1 Grid Engine 6
Globus: Grid Related Projects
Installation Hints for the Globus Toolkit 3.2
Grid Computing articel in Java Spektrum Okt/Nov 2004
EU Datagrid
Globus Toolkit for Grid Computing
Article: The Anatomy of the Grid [PDF]
Article: Developing Grid computing applications, Part 1
www.enterprisegridalliance.com
Global Grid Forum
Lehrgebiet Datenverwaltungssysteme, Prof. Dr. Dr. h.c. Härder, Prof. Dr. Deßloch, Grid-Produkte
N1 Grid Engine 6
Globus: Grid Related Projects
Installation Hints for the Globus Toolkit 3.2
Sunday, September 12, 2004
Friday, September 10, 2004
Servlet Filter: The Essentials of Filters
The Essentials of Filters:
"The order of the filters in the chain is the same as the order that filter mappings appear in the web application deployment descriptor."
This fact is contradiction to the XML specification, where the order of TAGS in the same level doesn't matter!! A better solution would be to give some numbers to the filters or to put subsequent filtes in sublevels of the XML TAGS.
Any comments to this problem? Add your comments please.
"The order of the filters in the chain is the same as the order that filter mappings appear in the web application deployment descriptor."
This fact is contradiction to the XML specification, where the order of TAGS in the same level doesn't matter!! A better solution would be to give some numbers to the filters or to put subsequent filtes in sublevels of the XML TAGS.
Any comments to this problem? Add your comments please.
Thursday, September 09, 2004
JRefactory
JRefactory
A Refactoring tool hosted by sourceforge.net partly integrated in several IDE's (not Eclipse yet). Support for UML Class diagrams via reverse engeneering is included. Further a pretty printer can be used out of ANT.
A Refactoring tool hosted by sourceforge.net partly integrated in several IDE's (not Eclipse yet). Support for UML Class diagrams via reverse engeneering is included. Further a pretty printer can be used out of ANT.
Wednesday, September 08, 2004
JDOM a (better?) alternative way to handle XML
JDOM
The standard XML parser for Java (included in the JDK) is Xerces from XML Apache. JDOM seems to be an easier to use framework for handling XML data. Actually the RC for Version 1.0 is available.
The standard XML parser for Java (included in the JDK) is Xerces from XML Apache. JDOM seems to be an easier to use framework for handling XML data. Actually the RC for Version 1.0 is available.
Subscribe to:
Posts (Atom)