Jump to content
xisto Community

cumanji

Members
  • Content Count

    6
  • Joined

  • Last visited

  1. Hello, I am a java and jsp programmer. I tried most of the editors especially for the web programming (Eclipse, JCreater, Netbeans,Borland Jbuilder, ....). But when you are using servlets for web programming it is not different then normal java programming. And you will use robust java code to create web pages. So i thinkmy experiments about trying to find a good editor for web programming can be as useful as for java programming.Eclipse * * * *: The best free editor for java. You can feel like you are using a professional software. And could do most of the things easily. But learning it is a bit diffucult and have some weird problems. Borland JBuilder * *: I dont understand why people are using it. Delphi was their best programming editor. And i tried to use JBuilder for java because the success of Delphi. But after a few minutes i decided to not use it again (3 years ago).Oracle JDeveoper * * * *: I think it is better than Eclipse. But it's last stable version doesn't support latest technologies.It's beta version has a lof of bugs, and you can't use it for a long time comfortable.Intellij IDEA * * * * *: My favorite IDEA ("develop with pleasure"). When i am using it to write java code i feel like i am using an intelligent editor. It makes most of the thing to use and write easier. Setting panels is very professional and beaituful. Sometimes if i dont write some code with this editor i miss it. It's interface is very wonderful for me because i dont familiar to see nice graphics in java programs or editors.When you are writing code it is very diffucult to write false code. Because it has lots of sweet warnings and guides to write the best code.If you just wanna write some simple code and dont want to use advanced features of editors then i will suggest to use JCreator. Maybe there are better editors then JCreator for small programs. But i haven't searched editors for small programs.And an advice for new programmers: Don't use editors auto-complete feature until you become familiar with java language. Because if you have a weak memory like me , you will forget most of the codes if you use auto-complete.Sincerly,
  2. If you want to extend the range of your internet from one router to another your routers must have "wds(wireless distrubition system)" ability.If you want to connect to internet from second router your second router must have "wireless client" ability.
  3. Hi, only "exception" object is not avaible by default. All others are avaible.I am not good at multi-threading so i can not answer to your second question
  4. Hello, i want to get session info from a class that is not servlet (generally from in a bean). When we use servlets it is so easy to get session info by just using request.getSession() method. Is it possible to get this session info by importing a class? We can get info about application config by using ServletConfig class. Is there a class to like ServletConfig to get info about session/application?
  5. hello, i wish to get a web hosting account. I need tomcat web hosting for trying my example web applications. I am learning jsp/servlets ,yet. I read books a lot about them. But not good about writing applications,yet. My examples are generally with Tomcat 5. So i need tomcat 5 web hosting. Summary: what is the tomcat version that Xisto using? 4/5/5.5?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.