Tips and Tutorials related scripts & softwares
JTurtle is a free educational programming tutor. It uses Java Bean Shell as a scripting language. BeanShell is extremely easy to use for procedural programming, but it can also be used to teach Object Oriented programming as the full Java programming language is accessible. Notable Features:
* Uses BeanShell scripting which allows for procedural programming or full on Object Oriented Java.
* Has the ability to stop running scripts.(useful to kill infinite loops in scripts)
* Images can be saved as PNG files
* Syntax hilighting via jedit's JEditPane component(Java, BeanShell, & JTurtle API)
* JTurtle Javadoc viewable from interface.
* GPL license
This small article is aimed at web designers who are (mostly) non-programmers
and who wish to use 3rd party applets rather than create their own. It sets
out to define java from the non-specialist's perspective and guard against a few common misconceptions.
This free tutorial series teaches the basics of Java programming. It requires no previous Java experience, and is perfect for the beginner. Tutorials cover a wide range of topics, from applets and applications, to more advanced issues such as class design, event handling and networking.
In this guide, I will try to explain you how you can run examples for J2EE tutorials. There are many ways you can do this, here we will be using the examples in NetBeans IDE which is one of the most powerful open source Java integrated development environments available.
A step-by-step tutorial in which we will create a Session EJB which will read a given XML file. So in this tutorial you will learn two things; how to read XML files in Java and how to add this functionality in EJBs. Every step has been explained in detail.
This step by step tutorial will show you how to build a simple Session EJB. It will then deploy this EJB on JBoss Server and call it from a JSP page running on Tomcat. You will learn how to call an EJB running on a separate EJB cotainer from a JSP page running on a different WEB container. Every step has been explained in detail.
An article on what are EJBs, what they provide, what are their different types and when and why to use them.
A step by step tutorial to create a JavaBean which detects user browser and .NET enabled status. You can use this bean to develop browser friendly pages. Online demo available.
An article on JavaBeans, answers questions like what JavaBeans are and how to create your own JavaBean. Online demo available.
A concise list of frequently asked questions regarding JavaBeans. Includes what JavaBeans are, what you need to use JavaBeans, the difference between Java applets and JavaBean components, Enterprise JavaBean component, and more.
|