Over the years, the Enterprise Java Technologies Tech Tips have covered a wide variety of enterprise Java technology topics. Here's a short quiz that tests your...
Over the years, the Enterprise Java Technologies Tech Tips have covered a wide variety of enterprise Java technology topics. Here's a short quiz that tests your knowledge of some topics covered in recent Tech Tips. You can find the answers at the end of the quiz.What is @UriTemplate? The location of a template used for constructing a URI.A JAX-RS annotation that identifies the URI path for a RESTful web service resource.A JAXB annotation that serializes a RESTful web...
Over the years, the Enterprise Java Technologies Tech Tips have covered a wide variety of enterprise Java technology topics. Here's a short quiz that tests your knowledge of some topics covered...
The 2008 JavaOne Conference call for papers is open. Submit your proposal today. The deadline is November 16, 2007. Get more informationhere.
By Harold CarrThe March 2007 Tech Tip, Securing Web Services Using WSIT introduced Web Services Interoperability Technology (WSIT), an implementation of open...
By Harold CarrThe March 2007 Tech Tip, Securing Web Services Using WSIT introduced Web Services Interoperability Technology (WSIT), an implementation of open web services technologies that enables interoperability between Java EE and .NET. WSIT along with Java API for XML-Based Services (JAX-WS) comprise the stack of web services technologies in GlassFish v2. The web services stack in GlassFish v2 is called Project Metro or Metro for short. Metro is built into Sun Java System...
By Harold CarrThe March 2007 Tech Tip, Securing Web Services Using WSIT introduced Web Services Interoperability Technology (WSIT), an implementation of open web services technologies that...
By Roger KitainThe world of dynamic web applications offers various ways for a client and server to interact. Two approaches are particularlywell suited for...
By Roger KitainThe world of dynamic web applications offers various ways for a client and server to interact. Two approaches are particularlywell suited for situations when information on the server changes frequently. These approaches are:HTTP StreamingClient PollingIn HTTP streaming, the client/server connection is left open for an extended period of time so that data is streamed from the server to the client. This approach is also known as server-side push, reverse Ajax,...
By Roger KitainThe world of dynamic web applications offers various ways for a client and server to interact. Two approaches are particularlywell suited for situations when information on the server...
By Vinicius SengerJava EE allows you to protect web resources through declarative security, but this approach does not allow you to protect local beans used by...
By Vinicius SengerJava EE allows you to protect web resources through declarative security, but this approach does not allow you to protect local beans used by servlets and JavaServer Pages (JSPs). Also, although you can protect JavaServer Faces technology (JSF) pages using declarative security, this is often not sufficient.This tip will show you a way to extend JSF security configuration beyond web pages using managed bean methods.IntroductionJava EE allows you to protect...
By Vinicius SengerJava EE allows you to protect web resources through declarative security, but this approach does not allow you to protect local beans used by servlets and JavaServer Pages (JSPs)....
By Doug KohlertJava Architecture for XML Binding (JAXB) 2.1 introduced a new annotation, @XmlSeeAlso, that you can use to make JAXB aware of additional types....
By Doug KohlertJava Architecture for XML Binding (JAXB) 2.1 introduced a new annotation, @XmlSeeAlso, that you can use to make JAXB aware of additional types. Java API for XML-Based Web Services (JAX-WS) 2.1 also uses the @XmlSeeAlso annotation to allow use of abstract classes in a service endpoint interface (SEI). JAX-WS 2.1 allows you to specify the @XmlSeeAlso annotation on a SEI. JAX-WS reads this annotation at runtime making sure to pass all of the classes referenced by...
By Doug KohlertJava Architecture for XML Binding (JAXB) 2.1 introduced a new annotation, @XmlSeeAlso, that you can use to make JAXB aware of additional types. Java API for XML-Based Web...
By Shyam RaoThe March, 2007 Tech Tip Securing Web Services Using WSIT introduced Web Services Interoperability Technology (WSIT), an implementation of open web...
By Shyam RaoThe March, 2007 Tech Tip Securing Web Services Using WSIT introduced Web Services Interoperability Technology (WSIT), an implementation of open web services technologies that enables interoperability between Java EE and .Net. Built on Java API for XML Web Services (JAX-WS), WSIT addresses key aspects of web services interoperability such as reliable messaging, transaction handling, and security. After introducing WSIT, the tip showed how to use the WS-Security...
By Shyam RaoThe March, 2007 Tech Tip Securing Web Services Using WSIT introduced Web Services Interoperability Technology (WSIT), an implementation of open web services technologies that...
By Carol McDonaldAn earlier Tech Tip, Using Java Persistence With JavaServer Faces Technologyexamined a sample application that uses the Java Persistence API...
By Carol McDonaldAn earlier Tech Tip, Using Java Persistence With JavaServer Faces Technologyexamined a sample application that uses the Java Persistence API with the JavaServer Faces framework. This tip examines a sample application that uses JavaServer Faces technology, the Java Persistence API, and the Spring 2.0 framework.A package that contains the code for the sample application accompanies the tip. The code examples in the tip are taken from the source code of the...
By Carol McDonaldAn earlier Tech Tip, Using Java Persistence With JavaServer Faces Technologyexamined a sample application that uses the Java Persistence API with the JavaServer Faces framework....
Now that the Enterprise Java Technologies Tech Tips are available in blog format it's easier than ever to give us feedback about the tips and share your...
Now that the Enterprise Java Technologies Tech Tips are available in blog format it's easier than ever to give us feedback about the tips and share your feedback with others. Do you have a technical question about something in one of the tips? Do you have a general suggestion? Please post them as comments in this blog. We'll respond.One area where we'd like your input is on future topics for tips. Over the years, the Enterprise Tech Tips have covered a wide variety of Java...
Now that the Enterprise Java Technologies Tech Tips are available in blog format it's easier than ever to give us feedback about the tips and share your feedback with others. Do you have a...