Any tool like Swing for J2EE?

Good afternoon, to see if I can clarify with your help.
I'll do a migration to Java application that we use in my business. I will not go much into detail, but basically it is an application that uses multiple users from several different profiles, so only one application that I have thought about doing is a "web platform" where it all together.
My knowledge of Java are regular, basic know-post-university J2SE, J2EE and little else. I started to do small things with JSP and good things seem to me comes in handy for my project, I have only one problem I have not found the solution (due to my ignorance). The problem is I do not know how to edit the forms-page visually. I do not know if there is anything Swing style, something like "design mode" where you can drag buttons, checkboxes, images ... but oriented to web. I've come to ask what I need is an editor such Dreamweaver, and then take the HTML to NetBeans ... the truth is that I'm lost.
For that, I need to know how to edit J2EE developers websites, whether directly in HTML or PHP, whether via a Java tool or by external programs as Dremweaver web editing, or otherwise not know.
Thank you very much.

Forget that visual editors exist. If you want to do dynamic web programming, learn to do it through code, not by clicking. This means you'll have to know how to read, write, change and debug HTML, CSS and Javascript; the very minimal set of skills required for any web developer. There is nothing stopping you from using a tool like Dreamweaver to create the basic HTML/CSS framework, but it stops there.
To make that process easier you may want to check out the Eclipse IDE as it has the ability to instantly make visual what you create without having to open your application in a browser, which can be a big help. That will add another thing to your TODO list though, learning how to properly use an IDE like Eclipse; you have to crawl before you can walk.

Similar Messages

  • Is there any tool like hibernate/ibatis for abap

    hi all,
    is there any tool like hibernate/ibatis for abap.  I want to exactly know whthr there is any object relational mapping tool for abap development.
    is object based services a object relational mapping tool ?
    thanks in advance
    bye
    babu

    No. Many people use Jasper Reports (http://jasperreports.sourceforge.net/) for their reporting. It's free and opensource. You define your reports in xml and you can create text, html and pdf reports.
    You can also try to use html for reporting. I've used it on a project with pretty good results. The benefit is that you probably don't need to learn a new tool/language.
    We generated the html using velocity, layout was done using css. You can remove the default headers, footer and page margins added by internet explorer by setting some registry keys:
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
    "header"=""
    "footer"=""
    "margin_bottom"="0.1"
    "margin_left"="0.10"
    "margin_right"="0.10"
    "margin_top"="0.1"

  • Any RunningApplications-like function for non-windowed processes?

    Am I missing any RunningApplications-like function for non-windowed processes like Unix executables? To start with I'd settle for processes in user-space but would ultimately like to list processes like Activity Monitor does. Even comparing RunningApplications results to user space Activity Monitor results will show the difference.
    As far as I can tell you need to go all the way down to kauth and kernel space to watch for non-windowed processes being launched. Is there somethig in-between I'm missing? A notification device about launching apps would be perfect if it cover all processes.
    Thanks,
    =Tod

    I think kqueue may be able to do what you want. Look at the EVFILT_PROC filter. You may have to watch a number of processes - perhaps all of them. But that would tell you any time you get a fork and whenever a process is reaped.
    I looked at kqueue at it does what I want but you need to register it on a by process/file basis which is great for a very specific set of things but not for overall system watching. (I also looked at fsevents but it is designed as a post-event notification system.) While NSWorkspace has the usual Cocoa model notifcation willlaunchApp, didlaunchApp, etc it seems that you need to get the kernel to watch the launch lifecycle of non-windowed functions.
    I actually did manage to get a comprehensive list of running apps out of parsing sysctl output with much less trouble than I expected. So far I have managed to get the pid, uid and abbreviated processname and the list seems to match the Activity Monitor list - at least at this testing printf stage. Getting the username from uid should be trivial and the full file name is doable it just requires some struct length and offset math. I'd like the launch path information but I can live without it for monitoring purposes if I can't figure out how to get it.
    This means that the monitoring part of the running system seems relatively straight forward - wrapping the call in an NSTimer and watching for changes in the returned results. But the watching of the actual starting and stopping of all processes remains some deeper work.
    Thanks for all the suggestions,
    =Tod

  • Which is the best reporting tools/sw available for J2EE based web app?

    Hi,
    I am looking for best reporting tools/sw available for J2EE based web application.
    Please help in this...
    Regards
    kundan krishna chakraborty

    Hi,
    maybe you can have a try RAQ Report. It is a powerful pure Java reporting tool which is very easy to learn.
    You can get the free version at http://www.raqsoft.com/.
    Good luck!

  • Is there any service like "kOversetFrameService" for indesign?

    Hi all
    I looked service providers there was "kOversetFrameService" for "incopy". is there any service like "kOversetFrameService" for indesign?
    thanks
    Hakkim

    Hi steven
    thanks for ur reply. I dont have much knowledge in sdk, how can i use it as seviceid. could u pls suggest?
    many thanks
    Hakkim

  • There is any app like tasker for iphone thanks

    there is any app like tasker for iphone, thanks?

    No. Not based on what I can see from the Tasker web page. I wouldn't hurt to search the app store though. Some functionality may be available from apps there.

  • Best tool to use for j2ee deployment ?

    Hi,
    I've developed j2ee apps using NetWeaver Developer Studio. I am not using the component model in my applications yet.
    I use the deploy tool or the Netweaver Developer Studio to deploy my application. I've read that the deploy tool will be removed from the standard tools and that SDM should be used instead for j2ee application deployment.
    The problem is that with SDM you canot configure such things as Environment Ressource References or other informations contained in the ejb jar.
    Also, I don't like changing the source to make a deployment in NetWeaver Developer Studio as most deployment configs are associated with the runtime environment variables.
    What is the proposed solution for this ? Will SDM be adjusted in order to allow more customization in the ear file before deployment ?
    Are there any other suggestions ? What do you use ?
    Thanks.
    Thierry Dagnino
    Systems Architect
    Hydro Quebec

    Hi Thierry,
    I understand that you want to configure your apps in a way that you don't have to edit the deployment descriptors before the actual deployment, am I right? Then you can use substitution variables. A substitution variable is referenced as <i>${subst.var.name}</i>, e.g.[code]<env-entry>
        <env-entry-name>myEnvEntry</env-entry-name>
        <env-entry-type>java.lang.String</env-entry-type>
        <env-entry-value>${my.subst.var.name}</env-entry-value>
    </env-entry>[/code]For more information on configuring substitution variables, please refer to the following two links:
    http://help.sap.com/saphelp_nw04/helpdata/en/85/fa673ba8ecf22fe10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/35/1cd66947184aa8915ca1831c59b6c1/frameset.htm
    Hope that helps,
    Vladimir

  • Is there any tool like report writer in JDeveloper

    I want to generate printable(paper) report based on perameters . is there anty tool like report writer.

    No. Many people use Jasper Reports (http://jasperreports.sourceforge.net/) for their reporting. It's free and opensource. You define your reports in xml and you can create text, html and pdf reports.
    You can also try to use html for reporting. I've used it on a project with pretty good results. The benefit is that you probably don't need to learn a new tool/language.
    We generated the html using velocity, layout was done using css. You can remove the default headers, footer and page margins added by internet explorer by setting some registry keys:
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
    "header"=""
    "footer"=""
    "margin_bottom"="0.1"
    "margin_left"="0.10"
    "margin_right"="0.10"
    "margin_top"="0.1"

  • Is there any tool in DW for chencking browser compatibility ?

    Hello all,
    I have some doubts. When i develop one website in Dreamweaver, i can check the out put design into all the browser compatibility. But I need to know is any tools having to check browser compatibility for website.
    Please reply to this thread,
    Regards
    Abdul
    www.whitehouseit.com
    www.ilearnsmart.com

    http://my-debugbar.com/wiki/IETester/HomePage
    http://ipinfo.info/netrenderer/
    You could also look at those.
    Martin

  • Is there any tools can check for existed database ?

    hi all, is there any tools that can check for that existed database after inserted a database to Ms access??

    Then you'll open a connection and then do a Select from table to retrieve information. (and close afterwards)
    /Y 
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Does OBIEE provide any tool or API for creating documentation for the RPD.

    Hi,
    I have a requirement to generate a user guide type of doc for a given subject area which should list following details.
    1. All the objects name and description entered for each objects in presentation layer.
    2. All the columns of each objects and their description entered in the presentation layer.
    3. All the objects and their hierarchies.
    Does OBIEE provide any tool or API through which we can generate documentation having these informations automatically?

    HI Venkat,
    Thanks for the reply. I have one question. If I give a description for any object or it's columns, that doesn't appear if I use Repository Documentation utility given in your link.
    Also if I populate the table from the flat file it generates and import into physical layer and bring into Presentation layer. It gives consistency check error while saving and in BI Answer I can't see any columns of that table. Do you have any workaround for that?
    I have also seen your other Article of Generating Metadata Dictionary. How is this different then the one you suggested.
    Thanks,
    Niraj

  • Any tool like pkgtool2 exists for simple packaging

    I have used pkgtool2 [from Slackware]
    and know enough to get by with making TGZ out of a tree
    and some about making RPMs
    if there a tool in the works for simplfying package building ?

    galen wrote:doh, of course I know that
    pkgtool2 can be simply to use
    makepkg is not
    i dont know pkgtool2 really good (only tried once) ... but i built rpm's --- this is torture compared to makepkg (with namcap)
    makepkg takes maybe longer in the beginning ... with your first PKGBUILD created you start having a nice collection of PKGBUILD.templates and after some built packages you know how to build others fast
    and makepkg has a great advantage: once you have a textfile (PKGBUILD) you can build the package really easy ... also when the version changes or something else
    the only thing you have to have when using makepkg: have an editor you really like and you are able to work fast with ... nothing else is needed (well, an internet-connection for downloading the sources )

  • Is there any tools or supported tools for codes check in/out?

    When a project is in a large scale, we usually will divide the system into several modules. Each one responsible for a module. Under such situation, when a programmer tries to modify his/her module code, the problem seems to have less impact. However, in case of development involving common files, I would like to have better control about program update to avoid the conflict of program versions (Just like the Visual SourceSafe supported by Visual Basic) Is there any tool like that?
    Thanks for any advise!

    Hi,
    JDeveloper supports three SCM systems out of the box which provide this kind of functionality:
    o Oracle Software Configuration Manager (SCM) is Oracle's own source control system. It's built on the Oracle database so is highly scalable and performs well. It also has a very high level of integration into JDeveloper and has been supported in the product since JDeveloper 3.2. More information here: http://otn.oracle.com/products/repository/content.html
    o CVS, probably one of the most commonly used SCM systems around because it's free, open source and very easy to use. There's a very high level of integration for CVS in the 9.0.3 version of JDeveloper. CVS doesn't scale very well to large teams, however. More information: http://www.cvshome.org.
    o ClearCase, a popular source control system from Rational Software.
    We don't currently support Visual SourceSafe, although we're investigating the best way to provide this in the near future.
    Thanks,
    Brian
    JDev Team (SCM)

  • Any tool for Sitefinity?

    Any tool or strategy for migrating Telerik Sitefinity 3.7 content to SharePoint 2013?

    i could not see anyone offering this(from top 3rd party migration provider).
    But their is one thing, sitefinity offering 2 way integration with SharePoint.i think you need upgrade your sitefinity version to get that
    http://www.sitefinity.com/sharepoint-integration
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Any tool to upload data to Fast entry (pa42) infotype

    Hi all,
    is there any tool like LSMW to upload data for Fast entry actions infotype?
    Regards,

    Hi dear Kavitha,
    U can use S-CAT and BDC for that.
    BDC u can record at transaction code SHDB.
    Make a template for the same and uplaod.
    (ABAPer Help is required fopr BDC though its a small task if u understand the same)

Maybe you are looking for

  • Screen Washed out?

    So my phone has been working fine since last august when i bought it (3G), however suddenly today the screen has gone very white, as if you've added a white layer in photoshop or something. I have dropped or damaged it in anyway, although i did put i

  • Trying to find a way to make Surface 2 usable as a thin client

    We are looking for a low maintenance and low cost device that can employees can securely use to remote desktop to their work PCs from home.  The only thing these users should be doing is logging in, getting connected to Internet, connect to VPN and t

  • Repeated Overlapped Extent Allocation

    I recently began having problems with "Overlapped Extent Allocation" errors on my hard drive on my "Late 2010" MacBook Air. When it first happened, I formatted the drive, reinstalled OSX 10.7, and restored my data. Within a month or so, the drive was

  • FF4 sort of works in Win 98SE via Kernel Ex but slow and lacks features

    I had last version of FF2 working fine with Win 98SE but could not access features using java, Flash, etc.; I installed Kernel EX and FF4, after which it seems to work but is slow as molasses...takes more than a minute to load home page or other link

  • Hello, How can i configure facebook chat if i have two-step authentication ?

    I've been trying to configure fb chat in thunderbird. I'm unable to connect and connection error is shown in thunderbird. Meanwhile in facebook, a notification came as i tried to access from a unknown device. But there is no option to add that. Can y