• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to design payslip in java

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I wants to design my payslip. iam new to developing filed i don't have any idea. i try in jsp and html but i can't draw line like this some draw back , i came to know by using ajax we can do.


Please help me how to design my payslip project i have collected all my logial inforamtion remaing is desiging. no one is not there to guide me in my office iam developing alone . so please giude me what i wants to study and how to design.

for logic i have used servlet, struts. but for me desiging is not coming please how to design a page please guide me or give some website to guide me.


Thanks in advance.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same question. I am developing a web application where employees can store their information and download payslips. It is possible to use javascript to develop a salary slip system. pifraslip.pk
 
Sheriff
Posts: 5555
326
IntelliJ IDE Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I expect the majority of designing such a system will be concerned with security of the stored data rather than what language is used to write it. Things like preventing direct access to your database and file system, and I mean that from a networking point of view rather than with authentication, although authn is still important.

It's a non trivial problem you are embarking upon so I'd propose you buy rather than build in this case.
 
Well don't expect me to do the dishes! This ad has been cleaned for your convenience:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic