jsr

Tag details

Welcome to the 'jsr' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'jsr'.

Look up Offsite Link "jsr" at The Free Dictionary

Latest blogosphere posts tagged “jsr”

  • Java EE 6 / EJB 3.1 / JSF 2.0 WAR Modularization With Maven - Concrete Sample


    Adam BienAuthority Authority: 120
    The backing bean HelloView : @ManagedBean @RequestScoped public class HelloView {      @EJB HelloService helloService;     public String getHelloMessage(){         return helloService.hello();     } }  is packaged directly in the classes folder inside the Java EE 6 WAR. The ...
    1 day ago
  • CAFE : Playing and Recording Media in an application


    Prasad's WeblogAuthority Authority: 92
    You would have seen blogs on how CAFE can help you simplify the writing of a Conferencing application . Now a typical conference is incomplete without the facilities for playing a welcome message or the ability to record a message. CAFE now has the ability to support playing of media to calls and conferences and ...
    6 days ago
  • Simplest Possible EJB 3.1 + JSR-299/JSR-330 Combination


    Adam BienAuthority Authority: 120
     JSR-299 / JSR-330 beans can be easily combined with EJB 3.1 without any friction. The @Stateless bean:   @Path("message") @Stateless public class ServiceFacade {      @Inject @Message(Say.GOOD_BYE)  MessageService message;      @Inject  DateService dateService;     @GET public String ...
    1 week ago
  • Jersey apps can now be deployed to Google App Engine


    Earthly PowersAuthority Authority: 111
    OK, its not very exciting but you can go to the URL http://jersey-jax-rs.appspot.com/test/resource and should be able to receive the same response, including the trace headers i previously talked about . I wanted to upload the Sparklines sample but the AWT graphics stuff is currently blacklisted (like ...
    1 week ago
  • Tracing in Jersey


    Earthly PowersAuthority Authority: 111
    A common complaint we have been hearing is that JAX-RS/Jersey can be hard to debug when the application is not behaving as expected, for example "why the *!@& is my resource class not matching and instead the client is receiving a 404 response?" It is difficult for the devloper to know what is going on ...
    1 week ago
  • Jersey 1.1.4.1 is released


    Earthly PowersAuthority Authority: 111
    We have just released version 1.1.4.1 of Jersey , the open source, production quality, reference implementation of JAX-RS. The JAX-RS 1.0 specification and the 1.1 change log is available at the JCP web site and also available in non-normative HTML here . This is a bug fix release for bugs that were found by ...
    2 weeks ago
  • JPA 2.0 Typesafe Criteria API and Annotation Processing Howto


    JetBrains IntelliJ IDEA BlogAuthority Authority: 119
    Maia build subsystem now recognizes Java Annotation Processors. Most of JPA 2.0 implementations are expected to make use of the Pluggable Annotation Processing API to automatically generate static metamodel classes. Here is a list of steps required to generate JPA 2.0 metamodel and keep it up-to-date with  ...
    3 weeks ago
  • CDI (JSR-299) Run with me…


    JetBrains IntelliJ IDEA BlogAuthority Authority: 119
    Contexts and Dependency Injection (JSR-299) support in Maia has been significantly improved. Reworked tool window: New code inspections: Injection points inconsistency . Detects Injection Points with ambiguous and unsatisfied dependencies @Typed annotation errors . Unproxyable bean types ...
    3 weeks ago
  • POST-REDIRECT-GET and JSF 2.0


    Enterprise Tech TipsAuthority Authority: 395
    by Ed Burns Michael Jouravlev, in his influential August 2004 article Redirect After Post ,described a problem that many web applications present. He described the problem as follows: All interactive programs provide two basic functions: obtaining user input and displaying the results.Web applications implement ...
    3 weeks ago
  • Web Beans (JSR-299): Dependency Injection Diagram


    JetBrains IntelliJ IDEA BlogAuthority Authority: 119
    Maia gives you an easy way of analyzing Web Bean class dependencies — just invoke a pop-up menu on any class in your editor. The quick pop-up view displays injection points: As well as produces dependencies of the selected class: Node and edge tooltips show detailed information about injected ...
    4 weeks ago
  • Jersey 1.1.4 is released


    Earthly PowersAuthority Authority: 111
    We have just released version 1.1.4 of Jersey , the open source, production quality, reference implementation of JAX-RS. The JAX-RS 1.0 specification and the 1.1 change log is available at the JCP web site and also available in non-normative HTML here . It will be available soon from the GlassFish v2 and v3 ...
    4 weeks ago
  • Enterprise Tech Tip: Using CDI and Dependency Injection for Java in a JSF 2.0 Application


    Enterprise Tech TipsAuthority Authority: 395
    The next release of the enterprise Java platform, Java EE 6 includes a number of powerful new technologies and well as significant enhancements to existing technologies. Two of the new technologies are JSR 299: Contexts and Dependency Injection (CDI) (referred to in earlier times as Web Beans) and JSR 330: ...
    5 weeks ago
  • Using CDI and Dependency Injection for Java in a JSF 2.0 Application


    Enterprise Tech TipsAuthority Authority: 395
    by Roger Kitain This Tech Tip covers the intersection of three powerful technologies that are part of the Java EE 6 platform: JSR 299: Contexts and DependencyInjection, JSR 330: Dependency Injection For Java, and JSR 314: JavaServer Faces 2.0. JSR 299: Contexts and DependencyInjection (CDI) defines a set of ...
    5 weeks ago

Comments about jsr

Personal attacks are NOT allowed
Please read our comment policy