On 7/10/11 9:56 PM, Dave Newton wrote:
FWIW the Java tutorial states they're all lower-case.
D'oh! I wonder where it was I found that advised otherwise all those
years ago? In the interim I've written lots of code in violation. :-/
-Dale
---
On Jul 10, 2011 9:44 PM, "Dale Newfield" wrote:
> They're actually camelCase after the first word. Typically people figure
out ways to keep each dotted component to one word to avoid that, though.
FWIW the Java tutorial states they're all lower-case.
http://download.oracle.com/javase/tutorial/ja
On 7/10/11 9:36 PM, Steven Yang wrote:
some hints about Java naming convention
1. package names are all lower cases
They're actually camelCase after the first word. Typically people
figure out ways to keep each dotted component to one word to avoid that,
though.
-Dale
u to follow normal Java naming conventions
>
> This is the directory structure where where my Action class is sitting, is
> that something wrong here
>
> and shall I make another class file where DB transactions should be
> executed?
>
> --
> View this mes
e another class file where DB transactions should be
executed?
--
View this message in context:
http://struts.1045723.n5.nabble.com/How-to-display-data-from-database-to-JSP-Page-in-Struts2-tp4566721p4568007.html
Sent from the Struts - User mailing list archive at N
On Fri, Jul 8, 2011 at 4:25 PM, log2akshat wrote:
> package net.Candidate.application.action;
Again, I would strongly urge you to follow normal Java naming conventions
> import java.io.*;
> import java.sql.*;
> import java.util.*;
And again, I would strongly urge you to *not* do all this databas
--
View this message in context:
http://struts.1045723.n5.nabble.com/How-to-display-data-from-database-to-JSP-Page-in-Struts2-tp4566721p4566721.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To
7 matches
Mail list logo