Need a tool to view jsp structure

          Hi *.*
          I have got a package of jsp files with JavaBeans. The relationship between each
          jsps is not documented.
          Therefore, I need a tool that is able to creat the structure of the JSPs. Most
          important for me is to know,
          which beans are used in a certain jsp, which JSPs are referenced from a certain
          jsp (the linking of JSPs).
          Please mailto: [email protected]
          TIA
          Sky
          

If you are using iStumbler to identify sources of potential wireless interference, keep in mind that the utility will not display any "closed" or "hidden" networks around you.
So, if iStumber displays 6 networks, for example, there are probably going to be a few more lurking around you that iStumber cannot "see".
And, the devices that cause the most problems for wireless networks....cordless phones...of course are not displayed in the iStumbler window.

Similar Messages

  • Build JSP-structure problem in JspC

    Hi,
    I am trying to deploy my project and I need to compile JSPs and create WEB-INF directory and web.xml file.
    My build environment:
    Win 2000
    Java 1.4.1
    Tomcat 4.0.3
    My problem is as follows:
    I use an ANT script :
    <java classname="org.apache.jasper.JspC" classpath="${jsp.classpath}" fork="yes" failonerror="yes">
    <jvmarg value="-Dcatalina.home=${catalina.home}"/>
    <arg line="-d ${jsp.path.precompile.src} -uriroot ${jsp.path.webapp} -webxml ${jsp.path.precompile}\web.xml -webapp ${jsp.path.webapp}"/>
    </java>
    I have an an compile this JSP structure:
    -main_folder
    - folder_1
    - folder_2
    - folder_2_1
    - folder_3
    - folder_3_1
    - folder_3_1_1
    but every time I start the script, the JSPs are compiled to JAVA in one default package. But I have in some subfolders the same JSPa like in the other folders ("index.jsp, error_page.jsp") and after compiling to JAVA this JSP are lost, because are overwritten from the other ...
    In the old Tomcat 3.2 was OK!
    I don't know how to tell to the JspC to use the folder structure as a package definition for the JAVA files.
    Please help me !!!

    Tis a defect in the way jasper/ant handles subdirectories in the packages that needs to be resolved. If you have your jsp files in a flat directory, you're fine. If you don't, you'll need this bug resolved: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4750
    Please feel free to vote for it. :)
    A workaround is to create a separate ant <jspc> task for each directory and subdirectory.

  • Navigator tool bar in jsp.

    i am very new to java. just started, can anyone help me in creating navigator tool bar in jsp. i have created table but i dnt know how to create row in same row.if i close that </tr> i will be in different row and i want to be in same row.if i creat another <td> in same <tr> its not workin.
    can anyone help me in navigator tool bar in jsp.
    thanks.

    i mean the same what you said. <tr> contains <td>.
    what if i want more <td>in same row. i know that we
    can do this in html without any problem.
    Jsp will work no differently as regards to the table.
    my problem is there is a navigator tool bar which
    contains 5 rows. in 3rd row i have to add 2 more
    rows. but when i am doing that i am creating seprate
    rows. it should be in the same 3rd row but in
    different line.What? 3rd row but different line makes no sense just add a fourth row.
    Maybe you need to look at the span attribute, I can't figure out what else you'd be talking about.
    >
    well i know i am confusing u too. Yes, try posting some code
    anyways thanks for replying.

  • Tool to view CIP4 metadata in PDF

    Dear All,
    Is there any tool available that can show the CIP4 metadata written to a PDF document.
    Using the PDFVT InDesign sample plug-in I had written the metadata to a PDF file. I had followed the instructions given in the InDesign CHM help file to create the PDF with CIP4 metadata.
    I had opened the PDF in Acrobat Professional 9, but did not find the metadata.
    Is there any tool to view the metadata?

    I did a Google search and found this thread from about a year ago:
    http://forums.adobe.com/thread/836604#3606384
    It looks like there is no support within InDesign (and probably Acrobat) beyond supporting PDF/VT files. Presumably you got the plug-in you're referring to from some third party company. You would need to contact them about metadata they might have added to the PDF file.

  • Tcode to view/change Structures

    Hi,
    I need to add new fields to VA05. OSS Note 350068 intructs to change Table VBMTV.  However, the system generates error message "VBMTV is a structure, not a table" when I tried viewing from SE16.
    What is the tcode to view change Structures?
    Thanks!

    VBMTV is a structure and not a table. In SE11 select radio button Data type and enter VBMTV in corresponding fields and click on display to view the contents of the structure.
    Regards,
    GSL.

  • Prolem viewing JSP from CVS explorer

    Hi
    I'm using Eclipse 3.1M6 and the absolute latest NitroX for struts (2.1 M1)
    I have problems viewing JSP pages from the CVS Repositories view.
    To be specific, when I double-click a JSP file, I get the following error
    Unable to create editor. This message may be due to a bug in the editor, not a problem with the file you are trying to edit. First close this error message and then use "Open With..." to open the file in a different editor. Reason for the failure: Invalid Input: Must be IFileEditorInput
    org.eclipse.ui.PartInitException: Invalid Input: Must be IFileEditorInput
         at com.m7.wide.eclipse.jstudio.DynamicMultiPageEditor.init(Unknown Source)
         at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:857)
         at org.eclipse.ui.internal.EditorManager.busyRestoreEditorHelper(EditorManager.java:1223)
         at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:1102)
         at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:1064)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:1062)
         at org.eclipse.ui.internal.EditorManager$Editor.getEditor(EditorManager.java:1648)
         at org.eclipse.ui.internal.EditorManager$Editor.getPart(EditorManager.java:1639)
         at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:260)
         at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
         at org.eclipse.ui.internal.presentations.R21EditorStackPresentation.selectPart(R21EditorStackPresentation.java:709)
         at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1070)
         at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1019)
         at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1223)
         at org.eclipse.ui.internal.PartStack.add(PartStack.java:406)
         at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
         at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
         at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:267)
         at org.eclipse.ui.internal.EditorManager$4.run(EditorManager.java:829)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:809)
         at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:697)
         at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:660)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2236)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2165)
         at org.eclipse.ui.internal.WorkbenchPage.access$7(WorkbenchPage.java:2157)
         at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2143)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2138)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2123)
         at org.eclipse.team.internal.ccvs.ui.actions.OpenRemoteFileAction$1.run(OpenRemoteFileAction.java:86)
         at org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager.run(RepositoryManager.java:650)
         at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$2.run(CVSAction.java:347)
         at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$3.run(CVSAction.java:356)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:353)
         at org.eclipse.team.internal.ccvs.ui.actions.OpenRemoteFileAction.execute(OpenRemoteFileAction.java:68)
         at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:117)
         at org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.handleDoubleClick(RemoteViewPart.java:397)
         at org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.access$1(RemoteViewPart.java:387)
         at org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart$8.doubleClick(RemoteViewPart.java:305)
         at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:637)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021)
         at org.eclipse.core.runtime.Platform.run(Platform.java:757)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:40)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
         at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:635)
         at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:857)
         at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:964)
         at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:219)
         at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:216)
         at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:275)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2894)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2527)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1570)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:306)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:156)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
         at org.eclipse.core.launcher.Main.run(Main.java:942)
         at org.eclipse.core.launcher.Main.eclipse_main(Main.java:926)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:29)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    Hi,
    We have logged the issue in our database and are investigating.
    Any way you need to checkout the project and then manage as "Web Application" in order to edit jsp/xml file in NitroX Editor.
    And without this from "CVS Repository view" you can only edit jsp/xml file in text editor (Eclipse 2.1.x/3.0.x)
    Thanks
    M7 Support

  • Do I need to create a view for this?

    Hi Ihave got 2 tables emp and project
    In emp tabe:
    emp_no
    family name
    given name
    In porgect table:
    emp_no
    status(assigned,unassigned)
    start_date
    end_date
    emp_no Family_name given_name
    1 Smith John
    In project table same employee can have many assigement eg
    emp_no status start_date end_date
    1 assigned 01-may-08 01-july-08
    1 assigned 01-sep-08 01-july-09
    1 unassigned 01-july-09 01-oct-09
    In the form:
    there are 2 querable fields "project ends between field1(date) and field2(date)" which is used to
    retrive records which have end date between field1 and field2.
    The following fields are needed to get from database:
    emp.family_name emp.given_name project.start_date project.end_date No.of time assigned
    Requirements:
    1. project.start_date and project.end_date must be the latest project_end_date for the same emp
    so in the above sample date
    2. No. of time assigned is a count of total of number records which have status='assign'
    So for the given sample data the record expected after query would be(field1=01-jun-08 field2=02-july-09)
    emp.family_name emp.given_name project.start_date project.end_date No.of time assigned
    Smith John 01-sep-08 01-july-09 2
    What is the best approach to get:
    1 The lastest project(latest end_date) for the emp
    2. get No.of time assigned.
    Do I need to create a view for this? If yes, any sample sql code this this?
    Thanks for your help

    Hi W1zard,
    Thanks for your reply. Could you clarify the following points for me:
    1.) you could create a master block basing on your emp table and a detail block basing on your project table with the relation over emp_no. set the default_where clause of your detail block programmatically using
    set_block_property('project', default_where, 'status = ''assigned'' and <your_date_criteria>');
    Q1: where I pit this code? in pre-query trigger in detail block?
    2.) Of course you could create a view to join both of your tables if you don't want to use master detail blocks; Also do the join over emp_no
    create or replace force view v_emp as
    select emp.family_name, emp.given_name, project.start_date, project.end_date
    from emp, project
    where emp.emp_no = project.emp_no
    Q2 As I mentioned before, there are multipal entries for the same emp in project table and we only need the maching record from project table which has latest end_date. So I think I need something like
    max(project.end_date) somewhere in create view to make sure only one record for one employee.
    Also is there possible to include the no. of assigned field(select count(*) from project where status='assigned' and emp=emp_no) into the view as well?
    Q3 All the fields mentioned above are diaplay-only. So Can I create a control block which has all the fields from emp and project. Then populate them with my sql. The question is
    where I put this customerised sql so when user click excute query. My sql will run and display one the form?
    REally appreciated your help!
    Michael

  • Is there any way to specify a URL in the servlet-mapping that doesn't need to be in the directory structure?

              I migrated from WebLogic 5.1 to 7.0.2 Something I used to have set-up in 5.1 no
              longer
              works.
              I am using the weblogic.servlet.FileServlet and have the URL "/cxedocs/" mapped
              to this
              servlet. So whenever the URL http://localhost:7001/cxedocs/en_US/index.html
              is used it would use the docHome associated with the /cxedocs/ URL and then append
              the "en_US/index.html" on to it. So let's say d:\temp\en_US\index.html
              But now for WL 7.0.2 it appears that the URL also needs to be in the directory
              structure.
              So it now takes the docHome "d:\temp" adds the URL "/cxedocs/" and then appends
              the
              rest - so d:\temp\cxedocs\en_US\index.html.
              I can't require that the "cxedocs" directory be there. Is there anyway to map
              a certain URL
              without requiring it in the directory structure. I looked at virtual directory
              mapping too but
              it still seemed to require this.
              Any help would be appreciated!
              Thanks!
              -Lori
              

              I opened up a case with support on this. After some research they came back with
              that
              NO there is no way to do this. In 6.0 it was changed to follow the spec which
              restricts this.
              The URL must be part of the directory path.
              -Lori
              "Lori Ronning" <[email protected]> wrote:
              >
              >I migrated from WebLogic 5.1 to 7.0.2 Something I used to have set-up
              >in 5.1 no
              >longer
              >works.
              >
              >I am using the weblogic.servlet.FileServlet and have the URL "/cxedocs/"
              >mapped
              >to this
              >servlet. So whenever the URL http://localhost:7001/cxedocs/en_US/index.html
              >is used it would use the docHome associated with the /cxedocs/ URL and
              >then append
              >the "en_US/index.html" on to it. So let's say d:\temp\en_US\index.html
              >
              >But now for WL 7.0.2 it appears that the URL also needs to be in the
              >directory
              >structure.
              >So it now takes the docHome "d:\temp" adds the URL "/cxedocs/" and then
              >appends
              >the
              >rest - so d:\temp\cxedocs\en_US\index.html.
              >
              >I can't require that the "cxedocs" directory be there. Is there anyway
              >to map
              >a certain URL
              >without requiring it in the directory structure. I looked at virtual
              >directory
              >mapping too but
              >it still seemed to require this.
              >Any help would be appreciated!
              >Thanks!
              >-Lori
              

  • How to put Tool Tip in JSP page

    Hello.
    How can i put Tool Tip in JSP page and also html page.

    title="value"
    put this in all the tags whereever it is required

  • Help needed in writing custom views for rendering new HTML tags

    Hi
    I am in the process of making a sort of HTML editor using the JEditorKit and all,now i need to write a view which will display bi-directional text(text in reverse order),well i am not being able to get to the test at all,i don't know how to get to the text in the element being supplied to my ViewFactory.
    Anyone who knows anything about what i am talking here please help me,i am open to any suggestion,anything,i am in a real mess here,please help

    Hi,
    You dont need any coding to set the changed value back to the context attribute.
    Since you have mapped the context attribute in the DisplayView and EditView to a context attribute of component controller. So after viewing the name in your DisplayView when you navigate to EditView onActionChange,you can change the value.When you cahnge the value and submit the new value that is entered is update across the component controller and DisplayView context.
    To see this create a action onActionSubmit in EditView and navigate to the DisplayView, you will see the updated value.
    In webdynpro framework when the value of a context attribute is changed, then the value gets updated across all views to which the context attribute is mapped.

  • We need to access a view on a 32 bit Oracle 9i  - Release 9.2.0.8.0 databas

    Hi
    I don't know if this is the correct forum:
    We need to access a view on a 32 bit Oracle 9i - Release 9.2.0.8.0 database running on Windows 2003 Server, from a MS SQL 2008 R2 64 bit system running on Windows Server 2008 64 bit.
    The DBA for one of the vendors involved has concluded that it is not possible to link from 64 bit MS SQL to a 32 bit Oracle install.
    If it is possible, can you advice what we need to do. Thank you.

    Wrong forum.
    Only solution I can think to actually get to the view.
    1. SQL Server, in TSQL, alllows access to ODBC driver
    2. Use a ODBC driver that can access Oracle (which probably means any SQL driver that will install.)

  • Tool for Viewing 3D data in Oracle 10g

    Hi,
    I had uploaded the 3D DGN format Data from FME Oracle Suite to Oracle 10g database.
    the following tables were created
    TESTASH_SDODIM TABLE
    TESTASH_SDOLAYER TABLE
    TESTASH_SDOGEOM TABLE
    TESTASH_SDOINDEX TABLE
    TESTASH TABLE
    When we are trying to browse the data using AutoCAD of any other viewer, we are unable to find this table in that particular user. Whereas if we run a sql command and run a sql query we are able to get the record count.
    Can you suggest something to view this data.
    Thanks and Regards
    Ashish Dhawan

    Ok.. I'd bet then that there are no entries in USER_SDO_GEOM_METADATA AKA MDSYS.SDO_GEOM_METADATA_TABLE. FME view needs to find an entry in there to show you it in the dialog so you can pick the table. The same holds true for views of tables, there needs to be an entry, although I find it somewhat ironic that it then goes on to not know what projection the data is in.
    Also, the viewer will pick the first SDO_GEOMETRY column it finds. So if you have more than one, you will then need to make a view for just that column.
    Anyway, add an entry into the table, and you should be good to go.
    Bryan

  • Need to Send Mail from JSP...

    Dear Team,
    I Need to Send Mail from JSP, have Designed user Interface to enter
    to, from, subject, and message text .
    Have Downloaded mail.jar and activate.jar file..... and placed in tomcat lib directory and WEBAPPS/WEB-INF/lib Directory too
    How do i send a mail to user ?
    do I require something else apart from things that i have mentioned?
    do i have to Configure SMTP, POP3 or Something like this....
    Now If I Create a object of Type MimeMessage and Set Recipient, from, subject and if i say transport.send(message) will this do My JOB???

    Dear Team,
    I Need to Send Mail from JSP, have Designed user
    Interface to enter
    to, from, subject, and message text .
    Have Downloaded mail.jar and activate.jar file.....
    and placed in tomcat lib directory and
    d WEBAPPS/WEB-INF/lib Directory too
    How do i send a mail to user ?
    do I require something else apart from things that i
    have mentioned?
    do i have to Configure SMTP, POP3 or Something like
    this....
    Now If I Create a object of Type MimeMessage and Set
    Recipient, from, subject and if i say
    transport.send(message) will this do My JOB???Yup! in addition to all the above i need to know my mail box outgoing mail server. and that's enough...... i am able to do that.
    Regards,
    Jagadeesh HS.

  • I need a tool which i can create 3d subs

    i need a tool which i can create 3d subs.
    Does anyone know anything about this

    Maybe this?
    http://tritonsubs.com

  • Need to refresh materialized view from procedure and pl/sql block

    Hi,
    I need to refresh materialized view (complete refresh)from procedure and pl/sql block .can some one help.
    MV name:MV_DGN_TEST_SESSION
    Thanks,
    Rajasekhar

    dbms_mview.REFRESH ('MV_DGN_TEST_SESSION', 'C');Regards,
    Mahesh Kaila
    Edited by: user4211491 on Dec 1, 2009 10:41 PM

Maybe you are looking for