Buy anything from HongKong - Dealextreme

You can buy any kind of electronic gadgets from DealExtreme with free shipping option.
Please visit DealExtreme for very low prices.
Here is the link to the site : www.dealextreme.com

15 May 2007

Scribus


Scribus is an open-source program that brings award-winning professional page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops with a combination of "press-ready" output and new approaches to page layout.
Underneath the modern and user friendly interface, Scribus supports professional publishing features, such as CMYK color, separations, ICC color management and versatile PDF creation.
http://www.scribus.net/

10 May 2007

Worklist API in Weblogic 9.2

If you want to access the Worklist interfaces outside of the Weblogic Server you can use the following code :

Hashtable h = new Hashtable();
h.put(Context.SECURITY_PRINCIPAL, "weblogic");
h.put(Context.SECURITY_CREDENTIALS, "weblogic");
h.put(Context.PROVIDER_URL, "t3://localhost:7001");
h.put(Context.SECURITY_AUTHENTICATION, "simple");
Context ctx = new InitialContext(h);
WorklistContextFactory.getRemoteWorklistContext(ctx, "Your Application Name");

04 May 2007

Getting XMLBean objects jar file from Weblogic Workshop 9.2

You can generate a jar file containing the XMLBean definitions for your XSD schema file from the weblogic workshop 9.2. Right click the XSD you want and select "Web Services" --> "Generate Types JAR File" from the menu. You can use these beans for Web Services or Jpdproxy access.

Sharity

Connect your Unix, Solaris computer to any Windows, Samba or other SMB/CIFS Server. Sharity is a cross platform network file system mounting Windows shares transparently, just as if they were part of your local hard disk.
http://www.obdev.at/products/sharity/index.html