I recently came across an interesting article on TSS aptly titled "What is an App Server?"
The traditional mindset has been, App Server = J2EE App Server, but that is changing now. As mentioned in that article,"an application server provides an environment where applications can run, no matter what the applications are or what they do"
What is an App Server?
Tuesday, September 23, 2008
Some people have been questioning whether it is correct to call WSAS an App Server since it does not support any of the JEE(J2EE) specs. This article on TSS should provide good answers to their questions.
Posted by afkham at 7:04 PM 0 comments
Labels: app server
System calls to Linux kernel
Saturday, September 20, 2008
System call provides an interface to user-space processes to interact with kernel. This interface gives applications to access hardware and other operating system resources. This article gives you a good introduction to implement system calls in i 386 architecture.
It seems that _syscallX macros have been removed from "unistd.h". Hence, we have to use syscall available from libc.
Posted by Saminda Abeyruwan at 9:33 AM 0 comments
Running WSAS on WebLogic
Tuesday, September 16, 2008
Amila has written a blog post about running WSAS on WebLogic. WebLogic uses its own StAX parser implementation. Due to some issues in the way Axiom uses the underlying StAX parsers, some of the functionality did not work properly when WSAS or Axis2 were deployed on WebLogic. Now, Amila has fixed Axiom so to handle this issue. For more details, see Amila's blog post.
Posted by afkham at 6:15 AM 0 comments
Labels: WebLogic
Subscribe to:
Posts (Atom)