java-area
Members-
Content Count
45 -
Joined
-
Last visited
Everything posted by java-area
-
That's true. Matisse looks very good for AWT- & Swing-based Java applications. Some Eclipse plugins (for example, Jigloo, which is free only for non-commercial development) provides similar functionality. Unfortunately, I cannot find any good FREE plugins for creating Web-based UI.
-
Eclipse is an open-source development environment (Studio), which can be improved by anyone by implementing new plugins:So, everyone can create a new perspective with one or more new views and share this plugin. It means, that Eclipse has no any limitations. Having some core functionality (distributed with last Eclipse version), we can implement whatever we want to improve Eclipse.Now there are free plugins not only for Java, but also for PHP development!
-
Yesterday I tryed to use a big transparent GIF image on my WEB site, but after deployment transparency of this image was not displayed.However, this GIF was succesfully deployed on my home Apache server and on the WEB server of other hoster (image was displayed with transparency).On Xisto.com transparency was appeared only when I cut this big image to small one.
-
Music Sites Where to find urls for music....
java-area replied to Kaimukichick07's topic in Software
first of all, I use YouTube. It provides greate collection. Unfortunately, bad quality. However, it is free and it is good for our first evaluation of unknown songs, groups and singers!!!After that I simply type the name of song + keyword "download" in google search... -
A couple of additional words: 1. JVM (Java Virtual Machine) hides OS & Hardware differences: compile once, run anywhere!!! It means, java byte-codes can be executed on any operational system with preinstalled JVM! First java programs had problems with performance (they worked slowly), that's why developers used sometimes to compile java source code by so-named JIT compilers, that allow to turn java code into platform-dependable executable files (.exe etc.). Today this practice is used very rarely comparing to byte-code compilation, because last versions of JVM are optimized well for all popular OS, including Windows and Linux. Java programs have performance comparable to many C++ programs. 2. Java language was created in 1991, having experience with C++. Many operators look like advanced and simplified C++ operators. That's way Java is more suitable for rapid software development. Java does not contain pointers and virtual functions, but you can implement the same functionality using Java interfaces. On another hand, missing pointers and virtual functions makes java more secure then C or C++. Also, security is effectively controlled by Java class loader and bytecode verificator. Only one security problem: byte-code is NOT protected protected against decompilation. So, source code of classes can be easy restored from byte-code. To resolve this problem, some advanced techniques (like obfuscation and bytecode encryption) were developed.
-
Seems, Eclipse is the best and the most popular open-source IDE today.(it is used not only for Java projects, but also for PHP).The idea of creating new view perspectives with new plug-ins is very cool!!!I worked also with many commercial tools, including IDEA Intellij, JBilder, CodeCharge Studio. They provide some additional wizards and views. For example, CodeCharge Studio provides an infrastructure for creating active Web pages (JSP) over co-named codecharge.jar, wich is not open-source...But we have to keep in mind, there are some commercial solutions with the same functionality, provided by MyEclipse. These plugins are commercial, but they support open-source technologies like Struts, Spring, Seam etc.
-
Girl Pop Groups (only girls are members)
java-area replied to java-area's topic in General Discussion
Once more about VIA Gra. There are hundreds of different clips of this group on YouTube (unfortunately, many are bad quality) But I am going to recommend several clips (the best on my opinion!) with Anna Sedokova: Biology Gaudeamus Stop, stop, stop I didn't understand I didn't understand (other version) I didn't understand (one more version) Biology (other version) Flower and knife -
Microsoft To Buy Yahoo! Yay or Nay?
java-area replied to xboxrulz1405241485's topic in Websites and Web Designing
Having propositions of free email box services from other companies (hotmail, mail.ru etc.) I am not worring about Yahoo - it is not a great deal to change mailbox! However I will be unhappy if all of them will be closed. -
Girl pop groups usually look very pretty.For example, ukrainian "VIA Gra". Their name has several meanings - one of them is a tablette "viagra", used to increase men's potency.Girls had not only amazing faces and bodies, but strong and beautiful voices.Only one problems: members of this group were changed quickly by typical for women's reasons: wedding, child appearing etc.But after leaving amazing Sedokova and Koryagina (bouth left in 2006).. i am not happy.
-
I have chosen 3 languages, but I cannot say that I have no problems with English and French. I am more or less comfortable only with technical (computer) English, because I have been using it approximately for a 8 years, but I'm not able to write fiction stories in English, for example.French is my second foreign language, because I live in suburbs of Montreal (French-speaking environment).My mother language is Russian.
-
Application For Free Hosting Looks A Little Bit Strange
java-area replied to java-area's topic in Web Hosting Support
Seems... when the page with server's response is loading in my browser, all business logic on server side concerning my request have finished. In other words, when the warning "Not hit reload or back" is appearing on my screen, I am already not able to make any harmful acts - no difference with the time 30 mins after sending request. --- Thank You for the link to subforum "FREE WEB HOSTING : NEW ACCOUNT REQUEST" and sorry for my misunderstanding. -
In the process of applying for free hosting I received the next text: "Processing.. Please wait!. Do not hit RELOAD or BACK.. Username Validated. Connecting to Database... Database Connection Established. Validating username and password.. Username Validated. Checking permissions.. Permission granted. Preparing data for Creating Account.. You are suppposed to get approved for Hosting by ADMINISTRATORs." It looks a little bit strange for me, because I do not know how long I have to wait and "Not hit RELOAD or BACK" ??? I was waiting for 30 mins, but I did not receive any other messages. In this situation there is a reason for me to think that my session had been expired or broken and I have to resend the application. What is wrong is my logic?
-
I have a dream to create or participate in team projects for creating... an intellectual software program, which will give users a possibility to realize all their fantasies!!! They can take any beautiful girl's (or man's) face in the Internet and make from it whatever they want - any picture, any animation etc. For example, you have found a good video clip of russian group "VIA Gra" you are expressed, but you want to see a little bit different actions with members of this group. No problems, you can make a very sadistic girl's from them... or just opposite, submissive and guilt-ridden! It would be done by simple update of viseo clip using your own scenarios!...
-
I think the easiest way to do this from Java code is... using SAX- and DOM- parsers!
-
I suppose you are talking dynamic HTML code, created on Server side using one of java-based web technologies (servlet, JSP, JSF etc.).In servlets , before sending response (with HTML code) to the client, you can put any HTML content whatever you want, including body, header etc. - see javax.servlet.http.HttpServletResponse class for details. In JSP/JSF you can modify static HTML code as well as put any JSP (or JSF) tags.
-
AJAX (like javascript) is browser-dependable. That's way XMLHttpRequest object can be created in different browsers using different javascript methods. Open-source library Larissa hides this dependancy and provides some cross-browsers methods.
-
Many free Java API-s can be used for creating different 3D images.For example, JFreeChart is able to produce 3D Chart diagrams...
-
I think it is in principle not good idea. JavaBeans have to be deployed on Java-based Web server (like tomcat, jboss, weblogic etc.) PHP server does not provide such functionality.
-
Kaspersky is able to define and remove many new viruses, which are not visible for other antiviruses.But Kaspersky is a slowest and resource consuming antivirus. I was not happy with it!
-
I tryed many antiviruses and antyspywares, but I found the best solution: using browser Opera instead of IE, NN or Mozila!!! And I use wireless Router as firewall. That's all!... Having this I do not have any problems with viruses and spy-es... no special antivirus software! I think experienced professionals can also look at active processes on thier PC (there are special programs for this!) - spy processes can be defined and their sources can be removed. However, this method cannot be recommended for beginners!!!
-
vicky99, cool! The key point of creating executable JAR-file is creating manifest file, which has a link to the executable class (the class with a static public method Main).
-
Minimal requirements for testing standalone Java applications: - install Java Virtual machine (jre or jdk) on your computer - set "JAVA_HOME" environment variable After that you can start your application. The way of starting depends on how your application is packaged - java classes ("java app_name") or jar file ("java -jar app_name"). If the application has .bat file for starting, you can simply click on it. Also there are many professional Java tools for testing/debugging - for example, you can create JUnit test and run it on Eclipse... etc...
-
Graphcal User Interfaces In Java How do you make them?
java-area replied to .:Brian:.'s topic in Programming
There are 2 main types of java-based GUI:1. AWT/Swing elements are used in standalone Java applications and Java applets.Many commercial IDE (like JBuilder) provide a very good builders for AWT/Swing user interfaces. You can simply create a form and put on it all necessary AWT/Swing elements (buttons, textboxes etc.) using drag and drop method, which provides an opportunity for immediate visual control of your form. However, you can create such forms using java.awt and javax.swing packages in you Java code. 2. HTML forms are used in WEB applications.HTML page can be created simply using any text editor (Notepad/Wordpad). I often do this for javascript-s debugging or for some testing purposes.I think, today the most advanced technology for java-based Web applications is Java Server Faces (JSF). It is open-source. I use JSF tags directly in Eclipse text editor: unfortunally, no immediate visual control (I need every time to redeploy the application for visualising any changes).But I do not know any good FREE tools for creating Java-based Web interfaces.