Results 1 to 4 of 4
Thread: Design Issue
- 07-28-2008, 02:55 PM #1
Member
- Join Date
- Jul 2008
- Posts
- 2
- Rep Power
- 0
Design Issue
Hello friends I''ve been thinking about how to design an application with java.
What I need : A tool/ application that can edit a HTML page, add/remove images, edit text,colors etc and generate a HTML document.
What My Question is ?
How can I develop it ..Is it that I should use only Applets or swings ??
Can I develop it using jsp's if possible ??
please let me know..
- 07-28-2008, 05:07 PM #2
HTML Editor Kit
There is a wealth of design issue enthusiasts in Java, you will not be alone.
HTML EditorKit ...
We will be workng at a lower level, Swing should be your place of starting in design contemplation.Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
- 07-29-2008, 09:30 AM #3
Member
- Join Date
- Jul 2008
- Posts
- 2
- Rep Power
- 0
Hi Nicholas.. Thank you very much for the reply.
I'm doing this as a small project but I hope my vision would be successfully moulded to be true.
I saw a tool - Amaya which is a WYWIWYG HTML editor all made with C.
After seeing it I was impressed and thought of making it with java.
But being novice to Java I could not find out a way for it. All I have is bits of knowledge on struts framework and very basic knowledge in java.
So I could not figure out how I can achieve this.
Will you please guide me on my further steps..
- 07-29-2008, 04:32 PM #4
You have a decision point here that I cannot provide clear, detailed and deep advice except that Java to C / C++ translation and back is made convienent by an intentional similarity. Use Java as a wrapper for the C / C++ code, but do not get stuck. You will not achieve enough in the short term to be effective at cross-translation, make c and cpp ( C / C++ ) a secondary study. Make Java your priortiy.
This is how it works:
Putting a Java Interface on your C, C++, or Fortran CodeLast edited by Nicholas Jordan; 07-30-2008 at 10:43 PM. Reason: additional information
Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Similar Threads
-
Doubt in Design doc
By Arulraj in forum Forum LobbyReplies: 0Last Post: 06-10-2008, 12:32 PM -
Design Calendar UI
By praveen.kb in forum AWT / SwingReplies: 0Last Post: 01-21-2008, 12:54 PM -
Design Editor For JSPs
By jazz17782 in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 01-12-2008, 01:52 AM -
Design patterns
By Freddie in forum New To JavaReplies: 2Last Post: 05-12-2007, 07:21 AM
Bookmarks