Show All Related Tags
Did you mean
JavaScript (373 results), J2EE (234 results), JSP (119 results), Java application (96 results), Sun Java (62 results)more...
Show Fewer Related Tags
Did you mean
JavaScript (373 results), J2EE (234 results), JSP (119 results), Java application (96 results), Sun Java (62 results), J2ME (61 results), Java 2 (51 results), JDBC (41 results), JVM (34 results), JavaServer Faces (32 results), JRE (28 results), JMS (23 results), J2SE (22 results), Java Platform (22 results), Java developer (20 results), JDK (15 results), Java server (14 results), Java technology (14 results), Java RMI (13 results), Java development (12 results), Java applet (11 results), JNI (10 results), JavaOne (10 results), JavaBeans (9 results), Java program (9 results), Sun Java Enterprise System (9 results), Javadoc (7 results), Pure Java (6 results), JCP (6 results), JavaCard (4 results), Java Server Faces (4 results), Java servlet (4 results), Sun Java Studio Creator (4 results), Java plug-in (3 results), JavaDB (3 results), Java Specification Request (2 results), Sun Java Desktop System (2 results), JNDI (2 results), Java component (2 results), Sun Java Desktop (2 results), JavaSoft (1 results), Java tool (1 results)fewer...
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Can presentation layer abstraction ever replace desktop and Web apps?
- Persistent "Holy Grails" in the world of computing are the various methods of abstracting the presentation layer of applications. The current incarnation of this tendency has the HTTP network protocol as the common theme. Let's take a look at this history and see what the chances are that the current...
- Blog posts 2008-05-03
- Manage relational data with the Java Persistence API
- The Java Persistence API (JPA) is a Java framework that allows developers to manage relational data in J2SE and J2EE applications. The JPA is defined as part of the EJB 3.0 specification (which is part of the Java EE 5 platform). However, you do not need an EJB container or...
- Blog posts 2008-04-25
- Camino (6)
- The Camino Project has worked to create a browser that is as functional and elegant as the computers it runs on. The Camino Web browser is powerful, secure, and ready to meet the needs of all users while remaining simple and elegant in its design. Camino combines the awesome visual...
- Software downloads 2008-04-30
- See how the Java API for XML Registries works
- Web application developers must deal with a number of distributed registries, each with its own API or protocol. Sometimes specifications overlap; this is the case with Electronic Business using Extensible Markup Language (ebXML), eCo Framework, and Universal Description, Discovery, and Integration (UDDI). The Java API for XML Registries (JAXR) aims...
- Blog posts 2008-04-30
- Dynamically Distributable Java Application Components
- Programming in the large needs more than a fine-grained resolution of objects and classes in order to structure an application. The composition of larger reusable components is desirable. Especially the complexity of distributed systems needs to be contained in comprehensible parts, but the programming languages used in production environments nowadays...
- White papers
- Compiler-Directed Program-Fault Coverage for Highly Available Java Internet Services
- This paper presents a new approach that uses compiler-directed fault-injection for coverage testing of recovery code in Internet services to evaluate their robustness to operating system and I/O hardware faults. The paper defines a set of program-fault coverage metrics that enable quantification of Java catch blocks exercised during fault-injection experiments....
- White papers
- Navigating Error Recovery Code in Java Applications
- Java provides a program-level exception handling mechanism in response to error conditions (that are translated into exceptions by Java VM). However, exception handling code is often widely scattered throughout an application and untested. This paper presents a program visualization tool ExTest that shows quite precisely all the handlers for exceptions...
- White papers
- Icesoft Technologies Case Study: net-linx
- The net-linx company offers software designed to foster growth while solving the publishing challenges of today, reducing the Total Cost of Ownership (TCO). net-linx solutions are built on standard Java Enterprise Edition (Java EE). Next generation applications will continue to leverage the Java technology ecosystem and this is one of...
- Case studies
- Java-Based Programmable Networked Embedded System Architecture With Multiple Application Support
- This paper addresses the problem of designing embedded system architecture for emerging information appliances such as PDAs and IMT2000 terminals. These systems are characterized by multiple-application support and network connectivity. Programmable architecture is an efficient way of implementing the multiple-application support. This paper proposes an FPGA-based embedded system architecture using...
- White papers
- Architectures for J2EE Application Clustering in BEA and IBM Application Servers
- Java 2 Platform Enterprise Edition (J2EE) was created as a standard with the purpose to develop applications for the enterprise. The enterprises require multi tier applications that access databases concurrently and provide high scalability and availability at the same time with reduced cost and rapid development. One solution is to...
- White papers
- An Opcode Level Energy Consumption Model for a Java Virtual Machine
- This paper establishes a general framework for estimating the energy consumption of an embedded Java Virtual Machine (JVM). The paper has designed a number of experiments to find the constant overhead of the Virtual Machine and establish an energy consumption cost for individual Java Opcodes. The results show that there...
- White papers
- Web-Based Promotions Firm Speeds Time to Market With New Developer Toolset
- Based in Johannesburg, Osiris Trading is an international e-commerce company that offers Web-based marketing and media solutions. Osiris needed a new development toolset to improve time to market for promotions, encourage innovation, and boost marketing users' productivity. It migrated from a Microsoft and Java 2 Platform Enterprise Edition (J2EE) environment...
- Case studies
- Fix J2EE Performance Issues Real-Time
- The presenter of this webcast explains how to fix J2EE performance issues in real-time.
- Webcasts
- MindTree Case Study: Mobile Phone - Case Two
- The client a world leader in the manufacture, marketing and sales of electrical and electronic equipment wanted to provide for a short range wireless connectivity option in its next generation of Java enabled mobile phones. MindTree implemented a complete Bluetooth protocol stack and optimized it to run on the target...
- Case studies
- Webcast: The Growing Need for Extreme Transactional Processing (XTP) in the Real-Time Enterprise
- This on-demand Webcast from Azul Systems features Massimo Pezzini, Research VP and Distinguished Analyst for Gartner. Pezzini discusses Extreme Transactional Processing (XTP) and how it enables companies to respond faster to business events. He also describes the business drivers behind the escalation of transactional workloads and explains why Gartner is...
- Webcasts
- Enabling the Mobile Enterprise for Field Force and Sales Force Automation
- Enabling The Mobile Enterprise (EME) is an end-to-end integrated solution for companies wanting to deploy mobility projects, enhancing employee productivity, improving value chain efficiency with customers & suppliers. The solution combines Sun Java Enterprise System software and Java 2 Micro Edition (J2METM) to allow a real-time, transparent and unified access...
- Case studies
- Fotolabo Relies on Sun/Linux
- The Europe-wide photofinisher Fotolabo SA is strengthening its positioning in the digital environment with an intelligent Java application. Fotolabo selected Java technology and a Linux platform from Sun Microsystems because they were convinced by the best price-performance ratio. Java applications, Linux and the hardware platform from Sun form the advanced...
- Case studies
- Hospital Charity's Bold Fundraising Goal Requires Integrated IT System Based on Sun Java Composite Application Platform Suite
- Great Ormond Street Hospital Children's Charity (GOSHCC) raises funds to support the needs of Great Ormond Street Hospital for Children NHS Trust, a national centre of excellence in children's health care. The organization wanted to increase staff productivity and efficiency to enable higher fundraising goal and improve the donor experience....
- Case studies
- Invasive Testing of Java Classes
- Unit testing is an important element of testing software. In object-oriented software development, this term commonly refers to testing an individual class. The term integration testing denotes testing a group of classes, and the term system testing refers to testing the application as a whole. In the simplest and most...
- White papers
- Web Services between .NET, Java and MS SOAP Toolkit
- This article will try to explain the how you can build web services and/or clients with any of the three languages: .NET, MS SOAP Toolkit and Java. But the real point of the article is to show you how you can build clients for web services from any of above-mentioned...
- White papers
- << Previous
- page 1 of 92
- Next >>
Featured White Paper
Content Types
- Blog posts (54 results)
- Book chapters (35 results)
- Books & CDs (1 results)
- Case studies (72 results)
- Discussion threads (254 results)
- Download resources (12 results)
- Image galleries (5 results)
- Q&A (83 results)
- Software downloads (427 results)
- Technical articles (318 results)
- Webcasts (66 results)
- White papers (499 results)
Refining Tags
- Software/Web Development (1,022 results)
- Software Development (1,005 results)
- Programming Languages (985 results)
- Software (456 results)
- Enterprise Software (303 results)
- Sun Microsystems Inc. (196 results)
- Middleware (187 results)
- Programming (184 results)
- Hardware (131 results)
- J2Ee (126 results)
- Web Development (124 results)
- Application Servers (113 results)
- Web (109 results)
- Internet (94 results)
- Java Application (93 results)
- Development Tools (88 results)
- Operating Systems (84 results)
- Server (78 results)
- Scripting Languages (77 results)
- Data Management (75 results)
- Security (72 results)
- XML (71 results)
- Oracle Corp. (70 results)
- Databases (70 results)
- Marketing (67 results)
- Microsoft Windows (61 results)
- JSP (60 results)
- Microsoft Corp. (57 results)
- Open Source (54 results)
- IBM Corp. (53 results)
- Linux (52 results)
- mobile (51 results)
- Sun Java (51 results)
- Wireless (49 results)
- Java 2 (49 results)
- Productivity (49 results)
- Management (46 results)
- J2ME (45 results)
- Personal Technology (44 results)
- .Net (44 results)
- Microsoft .NET (43 results)
- Networking (42 results)
- Servers (41 results)
- API (41 results)
- Developer (39 results)
- Lamont Adams (39 results)
- windows (38 results)
- Java Tips Newsletter (37 results)
- Tool (37 results)
- Class (34 results)
