Posts Tagged 'Java'

Eclipse Hot Keys, You need to aware

I use Eclipse IDE already for more than 6 years and of course, I won’t use many shortcut keys for my usage but we should also aware what are the hot keys of Eclipse IDE. Here, I use Eclipse 3.7 (Indigo) to introduce you all as following shortcut keys: All in One Ctrl+Shift+L to get [...]

24 April 2012 at 10:50 - Comments
I really love your site.. Excellent colors & theme. Did you build this amazing site yourself? Please reply back as I'm ...
27 April 12 at 20:04
Thank you for visiting. I'm glade. I used theme called: Smell Like Facebook for Wordpress: http://nazieb.com/456/smells-like-facebook But they stop continuing the development ...
27 April 12 at 21:17

Java – JDBC – Oracle For Better Performance Tips

I just come out from my mind to list down the tips that could help in Java/JDBC and Oracle for better performance. Of course, each of the them could have their own proving but I haven’t yet detailed and judgement could be made by the way, you use. In development, we need a real use [...]

15 February 2012 at 12:41 - Comments

Jboss AS 6.1.0.Final Client Jars

You can find jboss client jar of Jboss-6-1.0.Final from directory: jboss-6.1.0.Final\client You should add jbossall-client.jar in your client application classpath, in its MANIFEST.MF points to all required jars, you need to place following jars together: jbossall-client.jar jboss-annotations-api_1.1_spec.jar jboss-aop-client.jar jboss-appclient.jar jboss-aspect-jdk50-client.jar jboss-classpool.jar jboss-classpool-jbosscl.jar jboss-classpool-scoped.jar jboss-client.jar jboss-common-core.jar jboss-connector-api_1.5_spec.jar jboss-deployers-client.jar jboss-deployers-client-spi.jar jboss-deployers-core.jar jboss-deployers-core-spi.jar jboss-deployers-vfs.jar jboss-deployers-vfs-spi.jar jboss-deployment.jar jboss-ejb3-async-impl.jar jboss-ejb3-async-spi.jar [...]

21 December 2011 at 11:58 - Comments

Let’s revise Oracle vs Google over Java for Android lawsuit

Many lawsuits recently for most popular companies in the world and I’m reading recently on Zdnet on 5 points of Android that could make it fail led to revise last lawsuit of Oracle over Java on Google last summer in 2010. Let’s see some article link here around that: Five reasons Android can fail IBM [...]

28 June 2011 at 18:43 - Comments

Weblogic 10.3 – Create client jar

Working with Weblogic 8.1, it’s fine just to put jar of weblogic-8.1.jar into your classpath, your client application will find weblogic server easily but with Weblogic 9+ (in my case, Weblogic 10.3), it’s not the case if you don’t know. You may get similar errors as: java.lang.NoClassDefFoundError: weblogic/utils/NestedException or java.lang.NoClassDefFoundError: weblogic/descriptor/DescriptorBean or java.lang.NoClassDefFoundError: weblogic/utils/classloaders/GenericClassLoader So [...]

17 January 2011 at 19:20 - Comments
Galvez128
Thanks Men, i have searched solution long time
28 July 11 at 17:12