Skip to main content

Home/ Java Development/ Group items tagged scope

Rss Feed Group items tagged

Paul Sydney Orozco

Good Explaination on Spring's Scopes : Singleton vs Prototype - 0 views

  •  
    This post is for those who are new to Spring Framework. This covers the two basic Spring scopes, the singleton and prototype.
Javin Paul

Class Variable vs Instance Variable in Java - 0 views

  •  
    Quick guide on class, instance and local variable in Java. major difference between all these three variable is there scope and how do you access it. class variable belongs to class, instance belongs to Object and local variable belongs to local code block.
Hendy Irawan

Creating JEE6 Vaadin Applications - Wiki - vaadin.com - 0 views

  •  
    Special thanks to Piero Sartini who came up with this alternative. It is basically the same as the previous alternative, but it uses the new JEE6 Context and Dependency Injection (CDI) and session scoped beans instead of EJBs. This alternative should have better performance than using EJBs. Instead of annotating the Vaadin application as a stateful session bean, it should be annotated using the @SessionScoped annotation, like so:
Hendy Irawan

Apache Aries (incubating) -- Index - 0 views

  •  
    The Aries project is delivering a set of pluggable Java components enabling an enterprise OSGi application programming model. This includes implementations and extensions of application-focused specifications defined by the OSGi Alliance Enterprise Expert Group (EEG) and an assembly format for multi-bundle applications, for deployment to a variety of OSGi based runtimes. The OSGi R4 V4.2 Enterprise Specification can be found here: http://www.osgi.org/Download/Release4V42 To understand the complete scope of the Aries project, see the Aries proposal document on the incubator wiki.
Merit Campus

Java and Internet - Java tutorials - 0 views

  •  
    Java Topic / Java tutorial Internet helped Java to bring it to the forefront and Java influenced Internet by simplifying the web programming and inventing applets. Applets expanded the scope of internet. Java also addressed two other important issues of internet, which are security and portability.
mahesh 1234

Access Modifier, Public, Default, Private, Protected, Access Modifier in Java - Javatpoint - 0 views

  •  
    There are two types of modifiers in java: access modifier and non-access modifier. The access modifiers specifies accessibility (scope) of a datamember, method, constructor or class. There are 4 types of access modifiers: There are many non-access modifiers such as static, abstract, synchronized, native, volatile, transient etc. Here, we will learn access modifiers.
1 - 6 of 6
Showing 20 items per page