Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Suchit Khanna(4)
Satyapriya Nayak(4)
Sandeep Sharma(3)
Debadatta Mishra(3)
Ashish Bhatnagar(2)
Vikas Mishra(2)
Aman Gupta(1)
Rathrola Prem Kumar(1)
Hitanshi Mehta(1)
Akash Malik(1)
Sumit Srivastava(1)
Ashish Banerjee(1)
Vivek Devarajan(1)
Resources
No resource found
EJB QUERY LANGUAGE (EJB QL)
May 30, 2025.
EJB QL is a query language used to query enterprise beans and their relationships, supporting string and arithmetic functions, with syntax defined using Backus-Naur Form (BNF) for structured query creation.
Understanding MapStruct in Spring Boot for Java Bean Mapping
Jul 09, 2024.
Explore MapStruct in Spring Boot for seamless Java Bean mapping. Discover how MapStruct simplifies object mapping between DTOs and entities, leveraging annotations for automated conversion.
Elastic Bean Stalk in AWS
Dec 14, 2023.
Amazon Web Services (AWS) Elastic Beanstalk simplifies web application deployment and management on AWS. It automates infrastructure tasks, ensuring scalability, load balancing, and updates, letting you focus on application development.
Struts Tag Libraries For Web Applications
Jul 22, 2020.
Core of Struts ,which is based on MVC architecture and describe tags libraries used in Struts-based applications
Session Bean In Java
Apr 01, 2019.
Session bean in Java is reusable component that contains business logic. In this article, you will learn about session bean in java.
Managed Bean in JavaServer Faces (JSF)
Feb 23, 2015.
This article describes Managed Beans in JSF. A Managed Bean is a Java class file to which components of JSF pages are mapped.
Introduction to JavaBean
Oct 18, 2013.
This article explains Java Beans and how to create a Java Bean class.
Object Copy Using Dozer Framework in Java
Sep 09, 2013.
This article will provide you the usage of “Dozer” framework to copy a source bean contents to a destination bean.
How to Create JavaWeb Application in Netbeans IDE
Aug 21, 2013.
This article explains how to create Java web applications in the Netbeans IDE 7.4
New Features of Android 4.2 Jelly Bean
Jul 19, 2013.
In the new features Android 4.2 is improved in lock screen, graphics, internationalization and many more features that improved in that version.
Java Bean And Jsp:useBean Action Tag Used In JSP Action Elements
Jun 25, 2013.
In this article we discuss Java Bean and jsp:useBean action tag used in JSP actions elements.
Javax Annotation and Hibernate Validator - A Pragmatic Approach
May 27, 2013.
In this article, I will show you the significance of the Hibernate validator and javax annotation in a Java Bean.
Java Bean Validation With Annotation
May 26, 2013.
This article describes Java Bean validation with annotation but before going into validation this article provides an outline of the usage of Java annotation in a Java Bean. Using this annotation we can have full control of the validation of the Java Bean.
Integrating Java and .Net Framework
Nov 10, 2012.
To evaluate the possibilities of Java and .NET framework convergence.The article begins by briefly probing what constitutes the Java platform and .NET framework.
Spring Tutorial: Chapter 5
Aug 16, 2012.
So far we have covered the setting of the expectations of the classes using constructor injection or the setter injections, and we saw how we can set a single bean expectation. If you want to inject a dependency which is a collection then Java Spring lets you do that with collection elements.
Spring Tutorial: Chapter 4
Aug 09, 2012.
Another really useful feature from the Java Spring framework for performing some initialization tasks in your class before the instance of it is ready to be consumed or used by anyone and also cleanup the resources of that class when done using it.
Spring Tutorial : Chapter 3
Aug 04, 2012.
In the third chapter we will look at how to resolve dependencies in your class.
Spring Tutorial
Jul 28, 2012.
In the first article, we will look at how to write your first Java Spring based class.
Use Plugin in JSP
Feb 06, 2012.
In this article I am describing an application showing how to use a <jsp:plugin>. It is used to display an object, especially an applet or a Bean on the client browser.
Create a Form Page Through JSP Without Beans
Dec 27, 2011.
In this application we create a home page form which is filled in by the user and then the information is sent to the next page.
Using star to call all setter methods of Java Bean
Oct 12, 2011.
In this article we will learn how to use asterisk (*) to call all setter methods of a java bean. Before going forward we should know what a java bean is.
Enterprise Java Bean(EJB)
Oct 06, 2011.
Here you will learn about the Enterprise java bean(EJB), it is a technology to create deployable business component.
Creating a form based application in Struts
Oct 03, 2011.
Here you will see how to create a form based application in Struts.
Creation of a Java Bean And How it is Used in Java Server Pages
Jul 29, 2011.
Here you will see how to create a Java bean and how it is used in Java Server Pages (JSP)
J2EE to .NET Migration: Quick Tips
Mar 26, 2003.
Here are some Quick tips to get you started, in case you need to migrate a J2EE based application to a .NET based application.