Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics


Articles

 ADO.NET (24)  RDF (28)  WebService (223)  XMLHTTP (3)
 Database (25)  RSS (28)  WML (95)  XMPP (9)
 Debugging (29)  SAX (56)  WSDL (80)  XPath (78)
 DIME (14)  Schema (45)  XAML (5)  XPointer (12)
 DOM (56)  SMIL (38)  XBRL (64)  XQL (24)
 DTD (23)  SOA (8)  XForms (92)  XQuery (71)
 ebXML (52)  SOAP (135)  XHTML (111)  XSchema (30)
 Flash (12)  SQL (16)  XLL (1)  XSL (423)
 Java (74)  SQLXML (139)  XML (769)  XSL-FO (28)
 MathML (11)  SVG (56)  XML.NET (85)  XSQL (6)
 Oracle (29)  VoiceXML (80)  XMLA (1)  XUL (13)
 Pattern (3)  WebDAV (17)

Total Articles: 3,221

 


java Articles
Prev Next
1 2 3 4
 
'jstat' - JVM Statistics Monitoring Tool
This tutorial provides tutorial notes on JVM statistics monitoring tools. Topics include listing JVM processes with 'jps', the JVM remote monitoring server - 'jstatd', Java security policy file, connecting 'jps' and 'jstat' to a remote machine, RMI protocol and URL, getting garbage collection statistics with 'jstat -gcutil'. 'jps' - JVM Process Status Tool

Type: Java  #Views: 5  Category: Article    

Derby (Java DB) JDBC DataSource Objects
This article provides tutorial notes on using DataSource objects and JNDI to connect Java DB (Derby) Database. Topics include creating connections with ClientDataSource objects directly without JNDI; downloading and installing JNDI File System Service Provider; Binding ClientDataSource objects to JNDI names; Looking up ClientDataSource objects through JNDI.

Type: Java  #Views: 204  Category: Article    

EJB Transaction
A transaction is a unit of work that consists of a group of activities performed as a unit such that either all or none of them succeed. Every transaction has a beginning and an end. The process of marking the transaction boundaries is known as transaction demarcation. Transactions either commit or roll back to their initial stage. In EJB, a transaction must pass the ACID test.

Type: Java  #Views: 315  Category: Article    

Customer Story: Thailand Kasikorn Bank chooses Elixir for high performance and reliability
KBank chose Elixir Report, which best satisfies all reliability, performance and cost-effectiveness metrics. Elixir Report offers true multi-lingual support, coupled with sophisticated report layout control and a rich set of output format choices, making the report server transition as painless as possible. Built on Java™ technology, Elixir Report runs seamlessly on multiple platforms, allowing KBank to leverage existing IT infrastructure without a mandate for dedicated hardware and software environment.

Type: Java  #Views: 406  Category: Article    

Simplify Java XML Parsing with Jakarta Digester
Jakarta's Digester maps data from an XML source to Java objects. Learn all about this package and its advantages over other similar APIs. Then follow a real life Digester parsing example.

Type: Java  #Views: 1207  Category: Article    

Understanding JavaServer Faces
The Internet has no doubt become the most popular source of information today. More and more businesses have adopted the Internet as the vehicle to display their business information, advertise their products, and maintain customer interactions. The activity of developing Web applications occupies a fair amount of resources, time, and effort.

Type: Java  #Views: 1146  Category: Article    

Serializing Java Objects with XStream
Joe Walnes's XStream is a unique open-source Java library for serializing objects into XML and deserializing that XML into objects. Unlike other APIs, such as David Megginson's XMLWriter or Elliotte Rusty Harold's XOM, which use specific classes and methods to produce XML, XStream relies on Java idioms such as object names to produce element names and strings within classes to produce element content. It also produces a kind of reflection of objects in XML.

Type: Java  #Views: 1130  Category: Article    

.NET & Beyond: J2EE split ending war with .NET
The big story in app development for the past few years has been the competition between Microsoft’s .NET Framework and products that support the J2EE specs. Lots of people have talked about it, and many development organizations have been faced with this issue. To a large extent, the .NET vs. J2EE struggle has defined the recent app development landscape.

Type: Java  #Views: 818  Category: Article    

Bridging the gaps from SQL Server to Java apps
With demand for Microsoft SQL Server connectivity for Java applications growing steadily, and with many companies migrating their production platform from the 32-bit SQL Server 200 Enterprise Edition to the 64-bit versions of SQL Server 2000 and SQL Server 2005, JNetDirect has added 64-bit support to two of its components.

Type: Java  #Views: 834  Category: Article    

Practical data binding: JaxMe - The new kid on the block
The previous installments of this column gave you a thorough overview of JAXB, so you're now ready to study varying data binding implementations. This article begins an in-depth look at JaxMe, an open source implementation of JAXB. In addition to offering several enhancements to the basic JAXB specification, JaxMe offers integration with databases and Enterprise JavaBeans, both significant extensions to basic data binding behavior.

Type: Java  #Views: 985  Category: Article    

JavaOne 2004: Robust Java Economy Calls for Developer Entrepreneurship
As the message of Java's robust health permeated the 2004 JavaOne Developer conference, an underlying message became clear: The opportunities for Java developer entrepreneurship are also alive and well.

Type: Java  #Views: 696  Category: Article    

JavaOne 2004 Recap
Sun Microsystems held it's annual JavaOne conference in San Francisco this year. There was a great turnout and many announcements made during the first two days. For details on each announcement Sun has set up a nice JavaOne website to link you to more detailed information.

Type: Java  #Views: 719  Category: Article    

Java and XML Basics, Part 1
In a previous article (XML Basics Part One);we had a brief look at XML. However, as stated in the article, XML itself is worth nothing without the set of APIs that are generated-it would simply be just another fancy form of CSV, that is, a proprietary data format! My aim in this set of articles is not to actually reveal XML in its every detail, but rather have a look at the implications of XML in today’s technologies. That’s why the previous article only sheds a little light into the insights of XML, which included some terms and technologies you will be confronted with the moment you step in the XML arena.

Type: Java  #Views: 925  Category: Article    

Java and XML Basics, Part 2
Last time, we learned about JAXP, Xerces, DOM and the javax.xml.parsers Java Package. How about getting a little taste of the SAX interfaces? We look at available classes and interfaces, and learn how to use SAX for XML Processing. Given SAX's power, perhaps we can look forward to the day when we'll be translating not just XML, but maybe even Klingon! Maybe not. Before you get started, you'll want to download the support files for this tutorial.

Type: Java  #Views: 1072  Category: Article    

Java and XML Basics, Part 3
So far, during this series of articles (part 1, part 2) we've looked at DOM and SAX, and I suppose most of you are thinking which one of the two approaches is preferable? Well, there is no general rule of thumb, but this article might help you make the right decision when you’ll have to.

Type: Java  #Views: 729  Category: Article    

Java JAXP, Writing Java Code to Emulate an XSLT Transformation
In the previous lesson entitled Java JAXP, Implementing Default XSLT Behavior in Java , I explained default XSLT behavior, and showed you how to write Java code that mimics default XSLT behavior. The Java program named Dom11 that I developed in that lesson serves as a skeleton for more advanced transformation programs. This lesson updates Dom11 into a new program that tests and exercises several methods that were not tested by the samples used in the previous lesson.

Type: Java  #Views: 871  Category: Article    

Schema Binding for Java Web Services
Sometimes you just wish software architects weren't so creative or, at least, were more coordinated. It seems that's what happened with SOAP, the standard format for web services messages. The SOAP specification started out defining a lot of protocol-specific XML structures that now, in hindsight, could obviously better be delegated to the W3C XML Schema language, the whole purpose of which is to define the structure of XML documents. It's a disconnect that the Java community is still working out.

Type: Java  #Views: 606  Category: Article    

Java API for XML Processing (JAXP), Getting Started
As the name implies, the Java API for XML Processing (JAXP) is an API provided by Sun designed to help you write programs for processing XML documents. JAXP is very important for many reasons, not the least of which is the fact that it is a critical part of the Java Web Services Developer Pack (Java WSDP).

Type: Java  #Views: 877  Category: Article    

The O'Reilly Factor -- Java and SOAP
O'Reilly has released the first edition of Java and SOAP. It is a nuts-and-bolts look at what Java developers will need to know in order to take advantage of the Simple Object Access Protocol when building applications that tie together databases or messaging functions.

Type: Java  #Views: 439  Category: Article    

O'Reilly's 'Java and SOAP' Offers Troubleshooting Tips
O'Reilly has released the first edition of Java and SOAP. It is a nuts-and-bolts look at what Java developers will need to know in order to take advantage of the Simple Object Access Protocol when building applications that tie together databases or messaging functions.

Type: Java  #Views: 436  Category: Article    

Prev Next
1 2 3 4


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
online fax service
SPOC
display walls
Lexmark printer refills
Conference Call
Video Surveillance
MailCleaner Spam Gateway
Skype vs. sipcall

2,845 Total Members
31 members(last 30 days)
7 members(last 7 days)
0 members(today)

1,905 Total Discussions
6 Posts(last 30 days)
3 Posts(last 7 days)
0 Posts(today)

47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)

8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

14,050 Total Resources
2 Resources(last 30 days)
1 Resources(last 7 days)
0 Resources(today)


 

David Silverlight's XMLPitstop.com| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139