JavaPins - Latest published stories
2
Pins

EXTJS Interview Question

published 452 days, 1 hour, 21 minutes ago posted by vinaykumarvinaykumar 466 days, 2 hours, 36 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Wednesday, February 08, 2012 7:42:18 AM GMT
Extjs Interview Answers 1.Why we need javascript Library? Javascript is an awesome language. It’s super flexible.Browsers are the modern UI paradigm. The javascript Libraries now must provide a rich set of UI Widgets. javascript libraries: * JQuery * Qooxdoo * Dojo * Prototype.js * mootools * extjs Why did you choose Ext JS? The overall design of extjs is exemplary.One can learn a lot from it’s unified architecture – no matter which language one is programming in. Extjs requires you to start with on... (more)
category: Ajax | clicked: 5 | comment | | source: extjsexamples.blogspot.com
tags: Ext JS, Interview Question
3
Pins

jQuery Interview Questions and Answers - Page 1

published 452 days, 1 hour, 21 minutes ago posted by vinaykumarvinaykumar 466 days, 2 hours, 39 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Wednesday, February 08, 2012 7:38:49 AM GMT
Congratulations to the monthly winners of January 2012 !!! Be the winner this month, start submitting posts now !!! HomeFreshersCareer AdviceArticlesInterviewsVideosForumsCodesBlogsJobsTrainingCommunityJokesMVPs | ASP.NET, WPF, SSIS etc. tutorials | Catalog | Coding Horror | Downloads | Quick Links | Top Posts | Top Authors | .NET News | Bookmarks | Search | Subscribe Online : 16913 |  Welcome, Guest!   Register  LoginHome > Interview Questions > jQuery Interview Questions presents FREE videos on... (more)
category: Ajax | clicked: 11 | comment | | source: www.dotnetfunda.com
tags: Interview questions, jquery
4
Pins

MongoDB Tutorial: MapReduce • myNoSQL

published 452 days, 1 hour, 21 minutes ago posted by jamesjames 467 days, 4 hours, 49 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Tuesday, February 07, 2012 5:29:18 AM GMT
I don’t consider myself the right person to write detailed tutorials as I usually tend to omit a lot of details . But I’d like to try out a different approach: I’ll share with you the best materials I have found and used myself to learn about a specific feature. Please do let me know if you’ll find this approach useful. Today will take a look at Mong... (more)
category: Open Source | clicked: 3 | comment | | source: nosql.mypopescu.com
tags: MapReduce
3
Pins

Most Important 40 J2EE Interview Questions with Answers ~ Java Stuff

published 452 days, 1 hour, 21 minutes ago posted by javastuffjavastuff 467 days, 16 hours, 13 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Monday, February 06, 2012 6:05:24 PM GMT
What is J2EE?J2EE is an environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application programming interfaces (APIs), and protocols that provide the functionality for developing multitiered, web-based applications. What is the J2EE module? A J2EE module consists of one or more J2EE components for the same container type and one component deployment descriptor of that type. What are the components of J2EE application?  A J2... (more)
category: JAVA | clicked: 24 | comment | | source: www.javastuff.in
tags: FAQs, Java Interview questions, Most Important J2EE Interview Questions
2
Pins

Java J2ee Planet: What is GOF Design Pattern in Java?

published 452 days, 1 hour, 21 minutes ago posted by vasantvasant 471 days, 15 hours, 27 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Thursday, February 02, 2012 6:50:40 PM GMT
I would like to understand in detail about the Prototype Pattern of GOF design Patterns. Can anyone help me get the details to understand it. I have gone through google and have the Same UML diagram everywhere, but want to understand what that UML diagram actually explains. Prototype pattern is usually used to create objects when the process of object creation is time consuming when done from scratch. In this case an existing object is used as an prototype and similar objects are constructed using t... (more)
category: Architecture | clicked: 4 | comment | | source: javaj2eeplanet.blogspot.in
tags: Design Pattern, GOF
2
Pins

Java J2ee Planet: TIBCO Designer Interview Questions

published 452 days, 1 hour, 21 minutes ago posted by vasantvasant 471 days, 15 hours, 33 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Thursday, February 02, 2012 6:44:45 PM GMT
Q:Why can't we edit the Domain and Deplyoment GLOBAL VARIABLES though they are in editable mode?A: Users should not be manually modifying the Global Variables, Domain and Deplyoment, either using Designer or using any other tools. These Global Variables are used for Business Works and Domain will have the server name when loading the remote repositories. These fields will be made non-editable in the future release of Designer. Platform: All Version: 4.1.2 Q:When the quality of service (QOS) for an ada... (more)
category: Java EE | clicked: 2 | comment | | source: javaj2eeplanet.blogspot.in
tags: Interview Question, Tibco, TIBCO Designer
3
Pins

Java J2ee Planet: WebMethods Interview Questions

published 452 days, 1 hour, 21 minutes ago posted by vasantvasant 471 days, 15 hours, 35 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Thursday, February 02, 2012 6:42:57 PM GMT
1.What is EAI ? EAI or Enterprise Applications Integration can be defined as data that can be integrated from disparate applications regardless of the platform, allowing the sharing of business processes amongst multiple organizations. 2.What are the Major categories of EAI? Integration can be at different application layers: Data Level Integration:Batch data transfer, OR On-line propagation of data updates API Level Integration:Data is accessed through published API services Service Method Level I... (more)
category: Java EE | clicked: 2 | comment | | source: javaj2eeplanet.blogspot.in
tags: Interview Question, WebMethods
3
Pins

Code 2 Learn: Regular Expressions in Java

published 452 days, 1 hour, 21 minutes ago posted by code2learncode2learn 472 days, 2 hours, 57 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Thursday, February 02, 2012 7:20:38 AM GMT
A regular expression is a kind of pattern that can be applied to text (String, in Java). Java provides the java.util.regex package for pattern matching with regular expressions. Java regular expressions are very similar to the Perl programming language and very easy to learn. A regular expression either matches the text ( or a part of it) or it fails to match.If regular expression matches a part of text then we can find it out which one.If regular expression in complex, then we can easily find out which... (more)
category: JAVA | clicked: 15 | 2 comments | | source: www.code2learn.com
tags: Java
2
Pins

Java Quick Reference - Overloading, Overriding, Runtime Types and Object Orientation - Encapsulation

published 452 days, 1 hour, 21 minutes ago posted by vinaykumarvinaykumar 472 days, 20 hours, 47 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Wednesday, February 01, 2012 1:31:13 PM GMT
encapsulation example (more)
category: Foundation | clicked: 9 | comment | | source: www.janeg.ca
tags: encapsulation, example
2
Pins

Data Hiding and Encapsulation (Java in a Nutshell)

published 452 days, 1 hour, 21 minutes ago posted by vinaykumarvinaykumar 472 days, 20 hours, 50 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Wednesday, February 01, 2012 1:27:58 PM GMT
Chapter 3: Object-Oriented Programming in Java 3.5. Data Hiding and Encapsulation We started this chapter by describing a class as "a collection of data and methods." One of the important object-oriented techniques we haven't discussed so far is hiding the data within the class and making it available only through the methods. This technique is known as encapsulation because it seals the data (and internal methods) safely inside the "capsule" of the class, wh... (more)
category: Foundation | clicked: 3 | comment | | source: docstore.mik.ua
tags: encapsulation
2
Pins

Encapsulation is not information hiding - JavaWorld

published 452 days, 1 hour, 21 minutes ago posted by vinaykumarvinaykumar 472 days, 20 hours, 52 minutes ago
Wednesday, February 22, 2012 8:56:44 AM GMT Wednesday, February 01, 2012 1:26:22 PM GMT
Development ToolsJW's Most ReadOracle's single-committee JCP proposalIs programming less exciting today?Interview: Inventor Ryan Dahl discusses Node.jsEnterprise Hadoop: Big data processing made easierStudying open source impact on commercial softwareFeatured White PapersJava Web Hosting | DailyRazor.com - Over 10yrs Of Java Web Hosting Exp!Newsletter sign-up View all newsletters Enterprise Java Newsletter Stay up to date on the latest tutorials and Java community news posted on JavaWorld Sp... (more)
category: Foundation | clicked: 3 | comment | | source: www.javaworld.com
tags: encapsulation
2
Pins

Understanding JVM Internals | CUBRID Blog

published 452 days, 18 hours, 32 minutes ago posted by jamesjames 465 days, 3 hours, 9 minutes ago
Tuesday, February 21, 2012 3:46:00 PM GMT Thursday, February 09, 2012 7:08:42 AM GMT
Every developer who uses Java knows that Java bytecode runs in a JRE (Java Runtime Environment). The most important element of the JRE is Java Virtual Machine (JVM), which analyzes and executes Java byte code. Java developers do not need to know how JVM works. So many great applications and libraries have already been developed without developers understanding JVM deeply. However, if you understand JVM, you will understand Java more, and will be able to solve the problems which seem to be so simple but u... (more)
category: Architecture | clicked: 15 | comment | | source: www.cubrid.org
tags: Architechture, Architecture, Java, JVM
3
Pins

jQuery Mobile and JSON

published 452 days, 18 hours, 32 minutes ago posted by pankajsharmapankajsharma 477 days, 15 hours, 25 minutes ago
Tuesday, February 21, 2012 3:46:00 PM GMT Friday, January 27, 2012 6:52:40 PM GMT
Summary: jQuery powers many of the sites on the Internet today, providing dynamic user experience in the browser and helping to make traditional desktop applications increasingly rare. Now that browsers found on the major mobile platforms have caught up to desktop browser functionality, the jQuery team has introduced jQuery Mobile, or JQM. The mission of JQM is to bring a universal experience to all major mobile browsers, enabling rich content across the Internet, regardless of the viewing device. This ... (more)
category: Ajax | clicked: 4 | comment | | source: www.ibm.com
tags: jquery, JSON, Mobile
3
Pins

JUnit various assertXXX( ) methods ~ Java Stuff

published 452 days, 18 hours, 32 minutes ago posted by javastuffjavastuff 464 days, 15 hours, 29 minutes ago
Tuesday, February 21, 2012 3:46:00 PM GMT Thursday, February 09, 2012 6:49:09 PM GMT
JUnit test cases are Java classes that  contain  one  or  more  unit  test  methods,  and  these  tests  are  grouped  into  test suites. You can run tests individually, or you can run entire test suites.       The below various assertXXX() methods that can be found in junit.framework.Assert.  Although  you  could  get  by  with  using  asertTrue() for  nearly every  test,  using  one  of  the  more  specific  assertXXX() methods  often  makes  your tests more understandable and provides good failure me... (more)
category: JAVA | clicked: 11 | comment | | source: www.javastuff.in
3
Pins

How to increase Java performance. ~ Java Stuff

published 452 days, 18 hours, 32 minutes ago posted by javastuffjavastuff 467 days, 19 hours, 55 minutes ago
Tuesday, February 21, 2012 3:46:00 PM GMT Monday, February 06, 2012 2:23:31 PM GMT
Always use the simplest classes possible to get the Job Done.Never code your own frameworks unless the performance is lacking. Reuse code and frameworks.Use open source frameworks which are established and tested.Learn Collections and use them correctly. Use "lightweight" collections and avoid "heavyweight" collections where synchronization is not required.Use constants where possible by using static final in the variable declaration.Use Enum instead of integer constants. Enums are more flexible and are ... (more)
category: JAVA | clicked: 13 | comment | | source: www.javastuff.in
3
Pins

SOA Reusability: Shrinking the Lag between Business and IT

published 452 days, 18 hours, 32 minutes ago posted by pankajsharmapankajsharma 476 days, 21 minutes ago
Tuesday, February 21, 2012 3:46:00 PM GMT Sunday, January 29, 2012 9:57:34 AM GMT
Today there is no shortage of articles, case studies, and analyst research concerning service oriented architecture (SOA), discussing the benefits of exposing existing IT capabilities as services and reusing these services to create composite applications. However, in their articulation, they are missing how these benefits will be useful to the ultimate end user, i.e. business analysts. Since SOA projects are all about business and IT alignments, support from these business end users is a key to successf... (more)
category: Web Service | clicked: 0 | comment | | source: today.java.net
tags: Resusability, SOA
3
Pins

Spring MVC example using maven and cargo | Techartifact

published 452 days, 18 hours, 32 minutes ago posted by jamesjames 482 days, 6 hours, 1 minute ago
Tuesday, February 21, 2012 3:46:00 PM GMT Monday, January 23, 2012 4:17:27 AM GMT
0SpringMVC example with MavenJava bugCargo, code example, Example, Java, Spring, SpringMVC Views: 18 views About author  I am Java professional, working on Enterprise Java from last 8 years. Read more from this author Spring MVC is part of Springframework. It allow us to create application based on MVC design pattern in way that, we can leverage other features of Spring like authentication, ORM, AOP and others. In Spring MVC core component is the DispatcherServlet{link}, It works as... (more)
category: Spring | clicked: 7 | comment | | source: www.techartifact.com
tags: example, Maven, Spring MVC
1
Pins

Install java JDK di Linux mint

published 452 days, 18 hours, 32 minutes ago posted by galbertogalberto 453 days, 2 hours, 35 minutes ago
Tuesday, February 21, 2012 3:46:00 PM GMT Tuesday, February 21, 2012 7:43:31 AM GMT
← How to install a file in Linux Mint / ubuntu?How to setup path JAVA_HOME on Linux Mint? →Posted onbyGalberto Tuwondila Tanpa berbasa-basi, mari kita mulai menginstall JDK di Linux Mint. anda juga bisa menerapkannya cara berikut di Ubuntu. berikut ada beberapa cara menginstal java jdk ke linux (bisa dipilih salah satu).Install Oracle Java JDK 7 (pilihan 1) :Download dahulu file java JDK disini. pilih dan download format file .tar.gz dan sesuaikan dengan linux yang anda pakai (linux 32 atau linux 64).Ek... (more)
category: JAVA | clicked: 5 | comment | | source: bertotuwondila.wordpress.com
1
Pins

How to setup path JAVA_HOME on Linux Mint?

published 452 days, 18 hours, 32 minutes ago posted by galbertogalberto 453 days, 2 hours, 35 minutes ago
Tuesday, February 21, 2012 3:46:00 PM GMT Tuesday, February 21, 2012 7:42:46 AM GMT
← Install java JDK di Linux mint / ubuntuInstall Intellij IDEA di Linux Mint →Posted onbyGalberto Tuwondila pada tutorial kali ini saya akan bahas mengenai cara melakukan pengaturan terhadap path JAVA_HOME di linux mint. hal ini dapat anda terapkan juga pada ubuntu linux. sebenarnya saat kita menginstall java JDK pertama kali, kita sudah dapat menjalankan file java karena linux sudah mengatur path dari librari java secara otomatis. untuk membuktikannya anda bisa mengetik perintah “java -version” di term... (more)
category: Open Source | clicked: 12 | comment | | source: bertotuwondila.wordpress.com
3
Pins

Difference between Hibernate and EJB3.0 ~ Java Stuff

published 452 days, 18 hours, 32 minutes ago posted by javastuffjavastuff 455 days, 2 hours, 53 minutes ago
Tuesday, February 21, 2012 3:46:00 PM GMT Sunday, February 19, 2012 7:24:46 AM GMT
HibernateEJB 3.0Defines HQL for expressing queries to the databaseDefines EJB QL for expressing queriesSession–Cache or collection of loaded objects relating to a single unit of workPersistence Context-Set of entities that can be managed by a given EntityManager is defined by a persistence unitXDoclet Annotations used to support Attribute Oriented ProgrammingJava 5.0 Annotations used to support Attribute Oriented ProgrammingSupports Entity Relationships through mapping files and annotations in Java... (more)
category: Java EE | clicked: 8 | comment | | source: www.javastuff.in
tags: EJB, Hibernate
Previous 1 2 ... 86 87 88 89 90 91 92 93 94 95 ... 144 145 Next