How to write and use a JavaBean My frst java bean
This java source code is an ideal start up working with Java Beans. You will find a pure java code that we will compile it to a java bean and a JSP source code calls this JavaBean.
Let's start here :
This is our JavaBean. Our package name is myfirstjava but you may edit it if you wish to use it.
myfirstjavabean.java
package myfirstjava;
public class myfirstjavabean
{
private String firstMsg = "Hello World";
public String getfirstMsg()
{
return (firstMsg);
}
public void setfirstMsg(String firstMsg)
{
this.firstMsg = firstMsg;
}
}
And this is our JSP page. You may place it in anywhere our your site.
<html>
<body>
<jsp:useBean id="myfirstjavabean" class="jnews.myfirstjavabean"/>
<jsp:getProperty name="myfirstjavabean" property="firstMsg"/>
<jsp:setProperty name="myfirstjavabean" property="firstMsg" value="Our first message !"/>
<br>
<jsp:getProperty name="myfirstjavabean" property="firstMsg" />
</body>
</html>
We will examine to connect a mysql server in next article. Visit us back!
- ASP Chat Box
- Working with Array Remove An Item
- ASPNET Web Counter Free Open Source Code
- Beginning-Ajax-and-ASPNET-35
- How to upload images to mySQL within PHP
- Delete Files Online in ASP
- Video Interview With Roman Strobl
- Custom Paging in ASP Fast And Easy
- How to write and use a JavaBean My frst java bean
- Displaying Records From An Excel Database
- Paging Results in PHP
- Installing Sun Java System Application Server 9.1 in Solaris Zones
- Java SE 6 Performance White Paper
- Converting sceonds to hours minutes and seconds
- Encoding URL strings
- Easy Download Manager Free Version
- ASP Chat Box
- Writing Form Data to Text Files
- Paging Records in JSP
- What is Ecommerce and the Importance of Ecommerce
- Beginning-Ajax-and-ASPNET-35
- How to upload images to mySQL within PHP
- Simple XML RSS Parser
- Counting records in PHP mySQL
- ActiveNews Manager Freeware News Exchange Software
- How to write and use a JavaBean My frst java bean
- Paging Results in PHP
- Free User Registration Form
- A-timesaver-control-GridView
- ASPNET Web Counter Free Open Source Code
- Easy Download Manager Free Version
- ASP Chat Box
- Writing Form Data to Text Files
- Paging Records in JSP
- Beginning-Ajax-and-ASPNET-35
- How to upload images to mySQL within PHP
- Simple XML RSS Parser
- ActiveNews Manager Freeware News Exchange Software
- Counting records in PHP mySQL
- How to write and use a JavaBean My frst java bean
- Paging Results in PHP
- Free User Registration Form
- A-timesaver-control-GridView
- ASPNET Web Counter Free Open Source Code
- Comparing Dates