Scribus
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/
Technology Software Hardware News Tips and Tricks Architecture Yazılım Mimari Bilgisayar Teknoloji Türkçe İngilizce
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
zaman:
5/15/2007 07:46:00 am
0
yorum
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");
zaman:
5/10/2007 08:55:00 am
0
yorum
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.
zaman:
5/04/2007 03:23:00 pm
0
yorum
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
zaman:
5/04/2007 08:03:00 am
0
yorum