Skip to main content
View by: Most Recent | Topic | Community | Webloggers   
Monthly Archives:    

Blogs by topic J2SE and user kalali

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • GlassFish • Grid 
• GUI • IDE • Instant Messaging • J2EE • J2ME 
• J2SE • Jakarta • JavaFX • JavaOne • Jini 
• JSP • JSR • JXTA • LDAP • Linux 
• Mobility • NetBeans • Open Source • OpenSolaris • OSGi 
• P2P • Patterns • Performance • Porting • Programming 
• Research • RMI • RSS Feeds • Search • Security 
• Servlets • Struts • Swing • Testing • Tools 
• Virtual Machine • Web Applications • Web Design • Web Development Tools • Web Services and XML 


Security

 This entry discusses file permission and file attributes support in NIO.2 or JSR-203 which will be part of JDK 7. In this entry you can lean how to read the file attributes like creation date, size, and permissions like execute, read and write flags.
on Jun 23, 2010 | Permalink | Discuss
In this entry we discuss what Application Server Management Extension (AMX) and Java Management Extensions (JMX) are, how we can use them to develop custom administration, management and monitoring solutions for GlassFish v3. The article contains tens of diagrams and samples.
on Apr 6, 2010 | Permalink | Discuss
This article shows how we can use Spring Secirity and Spring remoting together to create a Spring Service in a  Web application, secure it using Spring Security and later on invoke it from a Java SE application.
on Mar 18, 2010 | Permalink | Discuss

J2SE

 In this entry we will discuss basics of using NIO.2. The FileSystems, Path and FileStore objects are discussed with some details.
on Jun 1, 2010 | Permalink | Discuss
I will write a series of blog introducing what are new features for handling I/O in Java 7. In the first part we are just going to check what do we have in Java 7 for dealing with I/O requirements which were not included in the previous versions of Java platform standard edition.
on May 20, 2010 | Permalink | Discuss
Some words out experience in developing RCP applications based on NetBeans platform. Thoughts around modules, dependencies, design and etc.
on Sep 4, 2009 | Permalink | Discuss

EJB

Java EE Security refcard is available for download. This refcard covers Java EE 6 security and discuss how each application server supports the specs. The refcard covers authentication, authorization, and transport security in Web Application, EJB application and web services by introducing the concept and the related annotations and deployment descriptors which help us realize the concept.
on May 17, 2010 | Permalink | Discuss
NetBeans 6.8 released with tons of new features and full support for Java EE 6.
on Dec 17, 2009 | Permalink | Discuss

Programming

This is a relatively long entry about OpenMQ covering everything from installation up to clustering and load balancing. If you want to start using OpenMQ or you are looking to use it in a highly distributed system, this entry is for you. this entry discuss everything from installation to clustering
on Mar 3, 2010 | Permalink | Discuss

Databases

I am tasked to check some performance and usability problems in a swing-jpa-mysql application. I a trying to write down what some of these experience here in a series of blog entries.
on Sep 3, 2009 | Permalink | Discuss
I authored a refcard about Oracle Berkeley DB Java Edition recently and this refcard published yesterday. You can learn all basics of BDB JE in this refcard. To summarize, BDB JE is an embedded Object or key/value pair ultra fast database. The DBD JE allows us to annotate and store complex object graphs or key/Value pairs.
on Sep 1, 2009 | Permalink | Discuss